RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.IsIndexField Property

Indicates whether a field is an index field.

Pascal
property IsIndexField: Boolean;
C++
__property Boolean IsIndexField;

Inspect the IsIndexField to determine if a field is used in the dataset's current index. If IsIndexField is true, the field is one of the fields that makes up the dataset's current index. If IsIndexField is false, the field is not an index field. A field component must be an index field to serve as one of the fields in the LookupKeyFields property of another field component. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!