Contains information about the indexes for a table.
property IndexDefs: TIndexDefs;
The IndexDefs property is used to contain information about the indexes for a table.
IndexDefs is a collection of index definitions, each of which describes an available index for the table.
In contrast to BDE, can be used only for viewing the list of indexes already created for the table.
As an additional request for the server is required to fill it, IndexDefs is filled on the first call.