JVCL Help:TJvRadioGroup.OnItemHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvRadioGroup.OnItemHint Event
[+] TJvRadioGroup Events
[+] TJvRadioGroup Methods
[+] TJvRadioGroup Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when a hint should be displayed for a radio button item.
Pascal
TJvRadioGroupHintEvent = procedure (Sender: TObject; Index: Integer; var AHint: TCaption) ofobject;
propertyOnItemHint: TJvRadioGroupHintEvent;
Parameters
Parameters | Description |
AHint | Specifies the hint to display. This defaults to the control's own hint. |
Index | Specifies the 0-based index of the item to provide a hint for. |
Sender | The control that triggered the event. |
Description
Write a handler for OnItemHint when you want to provide individual hints for the radio buttons in the group.
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