Icon IndexFields Property

property IndexFields[Index: Integer]: TField

Usage

Use the IndexFields property to access a TField object for a given field in an index. The IndexFields property provides a zero-based array of TField objects. The first field in the index is referenced as IndexFields[0], the second is referenced as IndexFields[1], and so on.

Information Do not set the IndexFields propety directly. Instead use the IndexName or IndexFieldNames property to set the active index for a table.
Image