Event handler signalled when the Bounds for the control have been changed.
Source position: controls.pp line 1789
public property TControl.OnChangeBounds : TNotifyEvent |
OnChangeBounds is signalled from the DoOnChangeBounds method (when assigned). It occurs after the internal control flags have been updated to exclude cfOnChangeBoundsNeeded, and before DoCallNotifyHandler is called to notify handlers for the chtOnChangeBounds type.
|
Sets the bounds (left, top, height, width) and optionally the BaseBounds of the control. |
|
|
Checks for changes and calls DoOnChangeBounds if needed. |
|
|
Signals OnChangeBounds event handlers for the control. |
|
|
Signals handler routines for the specified control handler type. |
|
TNotifyEvent |
CT Web help |
CodeTyphon Studio |