JVCL Help:TJvLookupControl
JVCL Help: TJvLookupControl Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvLookupControl
TJvDBLookupCombo
TJvDBLookupList
run\JvDBLookup.pas
Summary
Base class for Lookup support TJvLookupControl is the base class for controls that provide the user with a list of lookup items for filling in fields that require data from another dataset.
Pascal
run\JvDBLookup.pas
TJvLookupControl = class(TJvCustomControl);
Description
Use TJvLookupControl as a base class when defining controls that permit the user to set a field value by selecting a corresponding value from another dataset. The TJvDBLookupCombo and TJvDBLookupList controls are both descended from the TJvLookupControl and provide the user with automatic lookup capabilities that are implemented in the TJvLookupControl object.
Do not create instances of TJvLookupControl. Instead, instantiate a descendant of TJvLookupControl to allow the user to set field values from a set of lookup values.
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