TTdbTable.IndexDefs
TTdbTable   See also
Top 


Contains information about the indexes for a table.

property IndexDefs: TIndexDefs;

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.