Invalidates the client area for the grid control.
Source position: grids.pas line 1109
protected procedure TCustomGrid.InvalidateGrid; |
Calls the Invalidate method when no other updates are active for the control.
|
Force a delayed Repaint of the control, by marking its visible area of the control as invalid. |
|
|
Begins an update to the grid control. |
|
|
Finishes an update to the grid control. |