[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when the Bounds of the control have been changed.
Source position: controls.pp line 1738
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 excelude cfOnChangeBoundsNeeded, and before DoCallNotifyHandler is called to notify handlers for the chtOnChangeBounds type.
|
Sets the bounds (left, top, height, width) optionally the BaseBounds of the control. |
|
|
Checks for changes and calls DoOnChangeBounds if needed. |
|
|
Signals OnChangeBounds event handlers for the control. |
|
|
Invokes all notification handlers of the specified type. |
|
TNotifyEvent |