JVCL Help:TJvStringGrid.ExitCell

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

Search in JVCL Help

 
Search in all projects
 

Summary

Responds when a cell loses the input focus.


Pascal

 procedureExitCell(constEditText: string; AColumn: Integer; ARow: Integer); virtual;


Parameters

Parameters Description
const EditText: string The text of the cell that loses the input focus.
AColumn: Integer Indicate the column index of the cell that loses the input focus.
ARow: Integer Indicate the row index of the cell that loses the input focus.


Description

ExitCell is called automatically when the input focus shifts away from a cell. It triggers the OnExitCell event.


See Also

TJvStringGrid.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