JVCL Help:TJvDBLookupCombo.ListStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBLookupCombo.ListStyle Property
[+] TJvDBLookupCombo Events
[+] TJvDBLookupCombo Methods
[+] TJvDBLookupCombo Properties
Search in JVCL Help
Search in all projectsSummary
Determines how the lookup list displays its items.
Pascal
propertyListStyle: TLookupListStyle;
Description
ListStyle determines how the lookup list displays its items when multiple fields specified by the LookupDisplay property. By default, style is lsFixed, meaning that the each display field always takes up a fixed width accordingly to their DisplayWidth properties. The lsDelimited style meaning that each field takes a variable width, and the fields are separated by the FieldsDelimiter character.
See Also
TJvLookupControl.FieldsDelimiter
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