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


TSQLMemAdvFieldDefs.Find
TSQLMemAdvFieldDefs
Top 

Locates a field definition in the Items array from the name of the field.

function Find(const Name: String): TSQLMemAdvFieldDef;

Description
Call Find to obtain information about a particular field definition. Specify the name of the field as the value of the Name parameter.

If no matching field is found, an exception is raised.


© AidAim Software SQLMemTable: