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


TSQLMemTable.Create
TSQLMemTable
Top 

Creates an instance of a table component.

constructor Create(AOwner: TComponent);

Description
Call Create to instantiate a table declared in an application if it was not placed on a form or data module at design time. Create calls its inherited constructor, creates an empty index definitions list, creates an empty data link, and creates an empty list of index files.


© AidAim Software SQLMemTable: