JVCL Help:TJvFullColorGroup.OnFormatHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFullColorGroup.OnFormatHint Event
[+] TJvFullColorGroup Events
[+] TJvFullColorGroup Methods
[+] TJvFullColorGroup Properties
Search in JVCL Help
Search in all projectsSummary
The control is requesting a color description.
Pascal
TJvFormatHintEvent = procedure (Sender: TObject; HintColor: TJvFullColor; var HintText: string) ofobject;
propertyOnFormatHint: TJvFormatHintEvent;
Parameters
Parameters | Description |
HintText | Description returned |
HintColor | Color to be described |
Sender | Control that sent the event |
Description
This event is triggered when the control need a description of a color. This text will be displayed in the hint window.
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