RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.IndexFields Property

Retrieves or sets a field for an index.

Pascal
property IndexFields [Index: Integer]: TField;
C++
__property TField IndexFields[int Index];

IndexFields provides a zero-based array of field objects, each of which corresponds to a field in the current index. Index is an ordinal value indicating the position of a field in the index. The first field in the index is IndexFields[0], the second is IndexFields[1], and so on. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!