JVCL Help:TJvTFHint.OnShowHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFHint.OnShowHint Event
[+] TJvTFHint Events
[+] TJvTFHint Fields
[+] TJvTFHint Methods
[+] TJvTFHint Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when a hint window becomes visible.
Pascal
TJvTFShowHintEvent = procedure (Sender: TObject; HintType: TJvTFHintType; Ref: TObject; var HintRect: TRect; var HintText: string) ofobject;
propertyOnShowHint: TJvTFShowHintEvent;
Parameters
Parameters | Description |
HintRect | Bounding rect of hint window. Can be modified. |
HintText | Text to display in the hint window. Can be modified. |
Ref | May contain a reference to the object that is displayed. |
Sender | The object that called the event. |
HintType | The hint type. |
Description
Write a handler for this event to take specific actions before the hint window becomes visible. For example, you can customize the location and content of 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