JVCL Help:TJvFullColorSpaceCombo.OnFormatItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event triggered when an item need to be formatted.


Pascal

 TJvFullColorSpaceFormatEvent = procedure (Sender: TObject; AColorSpace: TJvColorSpace; out ACaption: string) ofobject;
propertyOnFormatItem: TJvFullColorSpaceFormatEvent;


Parameters

Parameters Description
ACaption (out) Caption that will be displayed for this item.
AColorSpace Color space corresponding to the item.
Sender The TJvFullColorAxisCombo instance which is asking for a format event.


Description

The TJvFullColorSpaceCombo triggers this event when the list is filled (in the MakeList procedure), this event overrides the settings of the ItemFormat property.


See Also

TJvFullColorSpaceCombo.MakeList, TJvFullColorSpaceCombo.ItemFormat


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