[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals OnChangeBounds event handlers for the control.
Source position: grids.pas line 1043
protected procedure TCustomGrid.DoOnChangeBounds; override; |
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.
|
Signals OnChangeBounds event handlers for the control. |
Version 4.0 | Generated 2025-05-03 | Home |