MyDAC

TCustomMyTable.IndexDefs Property

Contains information about the indexes for a table.

Class

TCustomMyTable

Syntax

property IndexDefs: TIndexDefs;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback