Skip to main content

TcxCustomDBLookupEditProperties.ListField Property

Provides access to the dropdown list field whose value is displayed within the editor’s edit box.

Declaration

property ListField: TField read;

Property Value

Type
TField

Remarks

Use the ListFieldIndex property to specify the dropdown list field whose value needs to be displayed within the editor’s edit box. This index is a zero-based index of a field within the ListFieldNames list.

See Also