JVCL Help:TJvCharMap.OnSelectChar

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event that is called when a character is selected in the grid.


Pascal

 propertyOnSelectChar: TJvCharMapSelectedEvent;


Parameters

Parameters Description
Sender The component that triggered the event.
AChar The selected character.


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