[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the grid after changes to the visual properties in the control.
Source position: grids.pas line 1185
protected procedure TCustomGrid.VisualChange; virtual; |
VisualChange is a procedure used to update the grid when visual aspects of the control have been changed. VisualChange calls UpdateSizes to refresh the size of cells in the grid, and calls Invalidate to force the control to be redrawn.
No actions are performed in the method when BeginUpdate has been called to buffer updates to the grid. VisualChange will resume updates when EndUpdate has been called to disable update buffering.
|
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. |
lazarus-ccr.sourceforge.net |