JVCL Help:TJvCustomCharMap.OnSelectChar
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCharMap.OnSelectChar Event
[+] TJvCustomCharMap Events
[+] TJvCustomCharMap Methods
[+] TJvCustomCharMap Properties
Search in JVCL Help
Search in all projectsSummary
Event that is called when a character is selected in the grid.
Pascal
TJvCharMapSelectedEvent = procedure (Sender: TObject; AChar: WideChar) ofobject;
propertyOnSelectChar: TJvCharMapSelectedEvent;
Parameters
Parameters | Description |
AChar | The selected character. |
Sender | The component that triggered the event. |
Description
Write a handler for the OnSelectChar event to take specific actions when the user selects a character in the grid. For example, use this event to display information on the currently selected character.
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