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