RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupComboBox.ListFieldIndex Property

Specifies which field from the ListField property is used for incremental searching.

Pascal
property ListFieldIndex: Integer;
C++
__property int ListFieldIndex;

When the ListField property specifies more than one field, use ListFieldIndex to specify which of those fields is the one to use for incremental searches. For the TDBLookupComboBox object, ListFieldIndex also determines which field appears in the edit region of the combo box. 

ListFieldIndex allows the most important value to appear in a position other than the first when all the values of the ListField fields are displayed. The value of ListFieldIndex must be less than the number of fields specified by the ListField property. 

 

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