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

TCustomGrid.DoOnChangeBounds

Signals OnChangeBounds event handlers for the control.

Declaration

Source position: grids.pas line 1043

protected procedure TCustomGrid.DoOnChangeBounds; override;

Description

DoOnChangeBounds is an overridden method in TCustomGrid. It calls the inherited method on entry to signal any assigned OnChangeBounds event handlers and to update flag values for the control.

DoOnChangeBounds updates cached column and row sizes, and scroll bar information when the bounds for the control have been changed.

See also

TControl.DoOnChangeBounds

  

Signals OnChangeBounds event handlers for the control.


Version 4.0 Generated 2025-05-03 Home