TdxBarLookupCombo.ListFields Property
Contains field names whose values are displayed as rows in a dropdown list.
Declaration
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