JVCL Help:TLookupListStyle

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates lookup list styles.

run\JvDBLookup.pas


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.

run\JvDBLookup.pas


Description

Use the TLookupListStyle type to specify a lookup list style when displaying multiple fields.

run\JvDBLookup.pas


See Also

TJvLookupControl.ListStyle, TJvDBLookupEdit.ListStyle

run\JvDBLookup.pas


About

Navigation

no pages or subcategories

run\JvDBLookup.pas



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