[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Renders a cell invalid, and redraws the cell if required.
Source position: grids.pas line 1132
protected procedure TCustomGrid.InvalidateCell( |
aCol: Integer; |
aRow: Integer; |
Redraw: Boolean |
); overload; |
aCol: Integer; |
aRow: Integer |
); overload; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
Redraw |
|
True to redraw the cell immediately, False to defer until the next update for the control. |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
InvalidateCell is an overloaded method in TCustomGrid used to invalidate the cell at the column and row numbers in ACol and ARow. The Redraw argument is optional, and forces the cell to be re-drawn as soon as it is invalidated. The default value for Redraw is False, and defers the draw operation until the next time the control is updated.
Version 4.0 | Generated 2025-05-03 | Home |