Icon IndexDefs Property

property IndexDefs: TIndexDefs

Usage

The IndexDefs property lists the index definitions for a table. While an application can examine IndexDefs to explore the index definitions for a table. To set the active index for a table, use the IndexName or IndexFieldNames property.

Information The index definitions in the IndexDefs may not always reflect the current index definitions available for a table unless the table has been opened and the IndexName or IndexFieldNames property has been assigned a value. Before using the index definitions from an existing table, call the Update method to read the index definitions from the actual table.
Image