Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.OnChangeBounds

Event handler signalled when the Bounds of the control have been changed.

Declaration

Source position: controls.pp line 1738

public property TControl.OnChangeBounds : TNotifyEvent
  read FOnChangeBounds
  write FOnChangeBounds;

Description

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.

See also

TControl.ChangeBounds

  

Sets the bounds (left, top, height, width) optionally the BaseBounds of the control.

TControl.CheckOnChangeBounds

  

Checks for changes and calls DoOnChangeBounds if needed.

TControl.DoOnChangeBounds

  

Signals OnChangeBounds event handlers for the control.

TControl.DoCallNotifyHandler

  

Invokes all notification handlers of the specified type.

TNotifyEvent