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

TFPDataDictionary

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

Declaration

Source position: fpdatadict.pp line 378

type TFPDataDictionary = class(TPersistent)

public

  constructor Create;

  destructor Destroy; override;

  procedure SaveToFile();

  procedure SaveToIni(); virtual;

  procedure LoadFromFile();

  procedure LoadFromIni(); virtual;

  procedure ApplyToDataset();

  function FindFieldDef();

  function CanonicalizeFieldName();

  property Tables: TDDTableDefs; [r]

  property Sequences: TDDSequenceDefs; [r]

  property Domains: TDDDomainDefs; [r]

  property FileName: string; [r]

  property Name: string; [rw]

  property OnProgress: TDDProgressEvent; [rw]

published

  property DataDictionaryName: string; [rw]

  property OnApplyDataDictEvent: TOnApplyDataDictEvent; [rw]

end;

Inheritance

TFPDataDictionary

|

TObject


Documentation generated on: 2023-03-18