RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.IndexName Property

Identifies an index for the table.

Pascal
property IndexName: string;
C++
__property AnsiString IndexName;

Use IndexName to specify an index for a table. If IndexName is empty, a table's sort order is based on its primary index. 

If IndexName contains a valid index name, then that index is used to determine the order of records.

Note: IndexFieldNames and IndexName are mutually exclusive. Setting one clears the other.
 

 

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