JVCL Help:TJvDBLookupCombo.DisplayValues
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBLookupCombo.DisplayValues Property
[+] TJvDBLookupCombo Events
[+] TJvDBLookupCombo Methods
[+] TJvDBLookupCombo Properties
Search in JVCL Help
Search in all projectsSummary
References the displayed values by their positions.
Pascal
propertyDisplayValues [Index: Integer]: string;
Description
Use DisplayValues to read the value of a lookup field at a particular position, if ListStyle is lsFixed.
If ListStyle is set to lsDelimited than DisplayValues always returns the value of DisplayValue.
Index gives the position of the display value, where 0 is the position of the first display value, 1 is the position of the second display value, and so on.
See Also
TJvDBLookupCombo.ListStyle, TJvDBLookupCombo.LookupDisplay
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