SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemAdvFieldDef.Create
TSQLMemAdvFieldDef
Top 

Creates and initializes a TSQLMemAdvFieldDef instance.

constructor Create;

Description
Applications should not call Create directly. A TSQLMemAdvFieldDef is created automatically by the dataset for each field in an already existing table. When composing field definitions preparatory to creating a new dataset, the TSQLMemAdvFieldDefs.AddFieldDef method (or the TSQLMemAdvFieldDefs.Add method) creates the needed instance of TSQLMemAdvFieldDef.


© AidAim Software SQLMemTable: