RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.IndexFieldNames Property

Lists the columns to use as an index for a table.

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

Use IndexFieldNames as an alternative method of specifying the index to use for a table. In IndexFieldNames specify the name of each column to use as an index for a table. Ordering of column names is significant. Separate names with semicolon.

Note: The IndexFieldNames and IndexName properties 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!