Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-db]

TFieldDef

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 ParentDef: TFieldDef; [r]

  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;

Inheritance

TFieldDef

|

TNamedItem

|

TObject


Documentation generated on: 2023-03-18