[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the grid control is resized.
Source position: grids.pas line 1050
protected procedure TCustomGrid.DoOnResize; override; |
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.
|
Begins an update to the grid control. |
|
|
Finishes an active update to the grid control. |
|
|
Signals OnResize event handlers for the control. |
|
|
Notification handler for a resize of the control. |
|
|
Checks for changes and calls DoOnResize if needed. |
Version 4.0 | Generated 2025-05-03 | Home |