[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.InvalidateGrid

Invalidates the client area for the grid control.

Declaration

Source position: grids.pas line 1109

protected procedure TCustomGrid.InvalidateGrid;

Description

Calls the Invalidate method when no other updates are active for the control.

See also

TCustomGrid.Invalidate

  

Force a delayed Repaint of the control, by marking its visible area of the control as invalid.

TCustomGrid.BeginUpdate

  

Begins an update to the grid control.

TCustomGrid.EndUpdate

  

Finishes an update to the grid control.