Lists the index definitions that describe each index of a dataset.
property Items[Index: Integer]: TABSAdvIndexDef;
Description
Use Items to access a particular index definition. Specify the index definition to access with the Index parameter. Index identifies the index definition's position in the list of index definitions, in the range 0 to Count - 1.
IdxFldsVar := ABSTable1.AdvIndexDefs.Items[i].Fields;
|
|