JVCL Help:TJvStringGrid.OnExitCell

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a cell loses the input focus.


Pascal

 TExitCellEvent = procedure (Sender: TJvStringGrid; AColumn, ARow: Integer; const EditText: string) ofobject;
propertyOnExitCell: TExitCellEvent;


Parameters

Parameters Description
ARow Indicate the row index of the cell that loses the input focus.
EditText The text of the cell that loses the input focus.
Sender The grid that has fired this event.
AColumn Indicate the column index of the cell that loses the input focus.


Description

Write an OnExitCell event handler to take specific action when the input focus shifts away from a cell. Losing input focus means exiting a cell that is in edit mode. Merely navigating from cell to cell will NOT trigger OnExitCell


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