Skip to main content

TdxBarLookupCombo.ListField Property

Specifies the field whose value is displayed in the dropdown window.

Declaration

property ListField: string read; write;

Property Value

Type
string

Remarks

This property specifies the field or list of fields whose values are displayed in the dropdown list. To display several fields in the list, their field names must be separated by semicolons. If a field name is not specified, a lookup combo displays the KeyField value in the dropdown list. The field whose value is displayed in the editor of the combo box is specified by the ListFieldIndex property.

See Also