FieldsIndex property |
Applies to
TIB_Statement
Declaration
Property FieldsIndex : TIB_StringList;
Description
Allows the order of the IB_Column objects to be altered.
This is done simply be making a list of standard column references. If there
are columns in the dataset that are not included in this list then they are
moved to the end of the list.
Make column entries using the standard format as:
[< tablename >.]< columnname >
[< tablename >.]< columnname >
[< tablename >.]< columnname >