TurboDB VCL Component Library

TTdbTable.IndexDefs

TTdbTable        See also

Previous  Top  Next

Contains information about the indexes for a table.

Delphi syntax:

property IndexDefs: TIndexDefs;

C++ syntax:

__property Db::TIndexDefs* IndexDefs = {read=FIndexDefs, write=SetIndexDefs, stored=IndexDefsStored};

Description

IndexDefs is a collection of index definitions, each of which describes an available index for the table.

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