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

TControl.AddHandlerOnChangeBounds

Adds or inserts the specified OnChangeBounds event handler.

Declaration

Source position: controls.pp line 1686

public procedure TControl.AddHandlerOnChangeBounds(

  const OnChangeBoundsEvent: TNotifyEvent;

  AsFirst: Boolean = False

);