JVCL Help:TJvFullColorAxisCombo.ItemFormat
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFullColorAxisCombo.ItemFormat Property
[+] TJvFullColorAxisCombo Events
[+] TJvFullColorAxisCombo Methods
[+] TJvFullColorAxisCombo Properties
Search in JVCL Help
Search in all projectsSummary
Method used to format the item.
Pascal
propertyItemFormat: TJvFullColorAxisConfigFormat;
Description
Specifies the format used to fill items in the combo box.
If the OnFormatItem event handler exists, the item receive the returned string otherwise the control uses default formatting techniques : The axis configuration is acXYZ If ItemFormat is afShort, the item string will be 'XYZ' If ItemFormat is afIndent, the item string will be 'acXYZ' If ItemFormat is afComplete, the item string will be '[X] xxx ; [Y] yyy ; [Z] zzz' where xxx, yyy and zzz are the color space axis names.
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