TdxBarLookupCombo.ListFieldIndex Property
In This Article
Specifies the field index whose value is displayed in the combo box editor.
#Declaration
Delphi
property ListFieldIndex: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
A dropdown list can display values from several fields. The ListFieldIndex property specifies the field index in a field list. The value of field specified by the ListFieldIndex property is displayed in the combo box editor.
See Also