[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: db.pas line 168
type TFieldDef = class(TNamedItem) |
public |
constructor Create(); |
destructor Destroy; override; |
function AddChild; |
procedure Assign(); override; |
function CreateField(); |
function HasChildDefs; |
property FieldClass: TFieldClass; [r] |
property FieldNo: LongInt; [r] |
property CharSize: Word; [r] |
property InternalCalcField: Boolean; [rw] |
property Required: Boolean; [rw] |
property Codepage: TSystemCodePage; [r] |
published |
property Attributes: TFieldAttributes; [rw] |
property DataType: TFieldType; [rw] |
property ChildDefs: TFieldDefs; [rws] |
property Precision: LongInt; [rw] |
property Size: Integer; [rw] |
end; |
| |
| |
TObject |