TMedTable.IndexDefs TMedTable

property IndexDefs: TIndexDefs ;

Description

IndexDefs is a collection containing definitions of all indexes (orders) available for the table. Fill IndexDefs with appropriate definitions if you wish to create indexes when executing CreateTable method.

The information stored in IndexDefs may be not up to date. If you wish to access IndexDefs definitions, call its Update method before to ensure it accurately reflects the indexes available for a table.