JVCL Help:TJvDBLookupCombo
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBLookupCombo Class
[+] JvDBLookup.pas Classes
[+] TJvDBLookupCombo Events
[+] TJvDBLookupCombo Methods
[+] TJvDBLookupCombo Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataControl
TJvLookupControl
TJvDBLookupCombo
run\JvDBLookup.pas
Summary
Expands the capabilities of a regular data aware combo box.
Pascal
run\JvDBLookup.pas
TJvDBLookupCombo = class(TJvLookupControl, IJvDataControl);
Description
- JVCLInfo
It allows you to enter mapped storage and display values so that you can display understandable text versions of stored codes in your table, instead of displaying only the codes themselves where users have to remember what they all mean.
Alternatively you could use a TJvDBLookupCombo to display one field from a lookup source, and store a different field, but the TJvDBComboBox's drop-down list comes directly from a string list and not required the lookup source.
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