TcxCustomDBLookupEditProperties.ListField Property
In This Article
Provides access to the dropdown list field whose value is displayed within the editor’s edit box.
#Declaration
Delphi
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