RAD Studio VCL Reference
|
Identifies an index for the table.
property IndexName: string;
__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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|