JVCL Help:TLookupListStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TLookupListStyle type
Search in JVCL Help
Search in all projectsSummary
Enumerates lookup list styles.
Pascal
run\JvDBLookup.pas
TLookupListStyle = (
lsFixed,
lsDelimited
);
Members
Members | Description |
lsFixed | Each display field takes up a fixed width accordingly to their DisplayWidth properties. |
lsDelimited | Each field takes a variable width, and the fields are separated by a specific character. |
Description
Use the TLookupListStyle type to specify a lookup list style when displaying multiple fields.
See Also
TJvLookupControl.ListStyle, TJvDBLookupEdit.ListStyle
About
no pages or subcategories
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