Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarLookupCombo.ListFields Property

Contains field names whose values are displayed as rows in a dropdown list.

#Declaration

Delphi
property ListFields: TdxBarDBFieldList read;

#Property Value

Type
TdxBarDBFieldList

#Remarks

Use the ListFields property to specify one or more fields to be displayed in a dropdown list. ListFields is an object of the TList type that stores the field names. Lookup combos refer to these fields by index. The field, whose value is displayed in the editor of the combo box, is specified by the ListFieldIndex property.

See Also