JVCL Help:TJvStringGrid.ExitCell
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.ExitCell Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
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
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