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

TCustomGrid.DoOnResize

Performs actions needed when the grid control is resized.

Declaration

Source position: grids.pas line 1050

protected procedure TCustomGrid.DoOnResize; override;

Description

DoOnResize is an overridden method in TCustomGrid. It calls the inherited method on entry to signal the OnResize event handler(s) assigned to the control or its parents. If the active update counter is 0, the Invalidate method in the widgetset class instance is called to refresh the control.

DoOnResize is called from the Resize method in the ancestor class.

See also

TCustomGrid.BeginUpdate

  

Begins an update to the grid control.

TCustomGrid.EndUpdate

  

Finishes an active update to the grid control.

TControl.DoOnResize

  

Signals OnResize event handlers for the control.

TControl.OnResize

  

Notification handler for a resize of the control.

TControl.Resize

  

Checks for changes and calls DoOnResize if needed.


Version 4.0 Generated 2025-05-03 Home