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


TSQLMemDataSet.AdvIndexDefs
TSQLMemDataSet
Top 

Contains information about the indexes for a table.

property
AdvIndexDefs: TIndexDefs;

Description
Contains information about the indexes for a table. AdvIndexDefs is an array of index items, each of which describes an available index for the table. Ordinarily an application accesses or specifies indexes through the IndexFieldNames or IndexFields properties. If AdvIndexDefs is updated or manually edited, the StoreDefs property becomes True.

Note: The index items in AdvIndexDefs may not always reflect the current indexes available for a table. Before examining AdvIndexDefs, call its Update method to refresh the item list.




© AidAim Software SQLMemTable: In-memory Sql Database Delph