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

TDDFieldDef

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

Declaration

Source position: fpdatadict.pp line 48

type TDDFieldDef = class(TIniCollectionItem)

protected

  function GetSectionName; override;

  procedure SetSectionName(); override;

  function GetDisplayName; override;

public

  constructor Create(); override;

  function FieldDefs;

  function DataDictionary;

  function FieldIsRequired;

  procedure ResolveDomain();

  procedure ImportFromField();

  procedure ApplyToField();

  procedure Assign(); override;

  procedure SaveToIni(); override;

  procedure LoadFromIni(); override;

  property Domain: TDDDomainDef; [rw]

published

  property FieldType: TFieldType; [rw]

  property AlignMent: TAlignMent; [rw]

  property CustomConstraint: string; [rw]

  property ConstraintErrorMessage: string; [rw]

  property DBDefault: string; [rw]

  property DefaultExpression: string; [rw]

  property DisplayLabel: string; [rw]

  property DisplayWidth: LongInt; [rw]

  property FieldName: string; [rw]

  property DomainName: string; [rw]

  property Constraint: string; [rw]

  property ReadOnly: Boolean; [rw]

  property Required: Boolean; [rw]

  property Visible: Boolean; [rw]

  property Size: Integer; [rws]

  property Precision: Integer; [rws]

  property Hint: string; [rw]

  property ProviderFlags: TProviderFlags; [rw]

end;

Inheritance

TDDFieldDef

|

TObject


Documentation generated on: 2023-03-18