JVCL Help:TJvCharMap.ShowZoomPanel

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines whether clicking a cell in the grid shows a zoom panel or not.


Pascal

 propertyShowZoomPanel: Boolean;


Description

Use ShowZoomPanel to define whether a zoom panel is shown when the user selects a cell in the grid.
A zoom panel displays the currently selected character in a larger font and in a separate window overlaying the currently selected cell.
To show the zoom panel at run-time, ShowZoomPanel must be true. The zoom panel can then be displayed using any of the following methods:

  • Programmatically by setting PanelVisible to true.
  • By clicking the left mouse button in a valid cell.
  • By selecting a cell and pressing the Enter key.

Once the zoom panel is visible, the user can use the arrow keys or the mouse scroll wheel to move the zoom panel to another cell.


See Also

TJvCustomCharMap.PanelVisible


About

Notes

A user can toggle the zoom panel on and off using the Spacebar and hide it using by pressing the Escape key.


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