JVCL Help:TJvDBLookupCombo.LookupField
JVCL Help: TJvDBLookupCombo.LookupField Property
Search in JVCL Help
Search in all projectsSummary
Identifies the field in the LookupSource dataset that must match the value of the DataField field.
Pascal
propertyLookupField: string;
Description
Use LookupField to link the LookupSource of the lookup control to the DataSource. Although the name of the field specified as the LookupField does not have to be the same as the name of the field specified as the DataField, the two fields must have the same values. After specifying the LookupField, choose which field the lookup control will actually display with the LookupField property. If the DataField field is a lookup field, don't specify anything for LookupField or LookupField; lookup controls automatically use the data field's LookupKeyFields property for LookupField.
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