JVCL Help:TJvDBLookupCombo.DataSource
JVCL Help: TJvDBLookupCombo.DataSource Property
Search in JVCL Help
Search in all projectsSummary
Links the lookup control to the dataset that contains the DataField.
Pascal
propertyDataSource: TDataSource;
Description
Use DataSource to specify the data source component that identifies the dataset the lookup control represents. The lookup control represents a field in one table by displaying the value of a corresponding field in another table. DataSource links to the dataset for the field the control represents, as opposed to the LookupSource, which links the lookup control to the lookup table that holds the field that is actually displayed. If the lookup control is used to edit data, the field that actually gets changed is the one in the DataSource.
See Also
TJvLookupControl.DataField, TJvLookupControl.LookupSource
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page