TdxBarLookupCombo.ListSource Property
In This Article
Identifies the data source for the data displayed in a lookup control.
#Declaration
Delphi
property ListSource: TDataSource read; write;
#Property Value
Type |
---|
TData |
#Remarks
Set the ListSource property to specify the data source that contains the KeyField and ListField values.
See Also