Skip to main content

TdxBarLookupCombo.ListFieldIndex Property

Specifies the field index whose value is displayed in the combo box editor.

Declaration

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