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


TSQLMemAdvFieldDefs.Add
TSQLMemAdvFieldDefs
Top 

Creates a new field definition object and adds it to the Items property of this TFieldDefs object.

procedure Add(const Name: String; DataType: TSQLMemAdvancedFieldType; Size: Integer = 0; Required: Boolean = False);

Description
Add uses the values passed in the Name, DataType, Size, and Required parameters and assigns them to the respective properties of the new field definition object.

If a field definition with same name already exists, an exception is raised.


© AidAim Software SQLMemTable: In-memory Sql Database Delph