JVCL Help:TJvDBLookupCombo.KeyValue

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Represents the common value of the LookupField field and the DataField field.


Pascal

 propertyKeyValue: Variant;


Description

Use LookupField to determine the value represented by the lookup control (not the value displayed by the lookup control). When KeyValue is set, the lookup control attempts to find a record from the LookupSource's dataset where the value of LookupField matches KeyValue. If such a match is found, the lookup control displays the value of LookupField on that record.


See Also

TJvLookupControl.DataField, TJvLookupControl.LookupField, TJvLookupControl.IgnoreCase, TJvLookupControl.IndexSwitch


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