JVCL Help:TJvStringGrid.InvalidateCell
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.InvalidateCell Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Invalidates the region occupied by a cell so that it will be repainted with the next Windows paint message.
Pascal
procedureInvalidateCell(AColumn: Integer; ARow: Integer);
Parameters
Parameters | Description |
AColumn: Integer | Column index of the cell. |
ARow: Integer | Row index of the cell. |
Description
Call InvalidateCell when the contents of a cell changes so that the cell will need to be repainted.
See Also
TJvStringGrid.InvalidateCol, TJvStringGrid.InvalidateRow
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