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

TControl.AddHandlerOnChangeBounds

AddHandlerOnChangeBounds - method for adding a handler for the OnChangeBounds event

Declaration

Source position: controls.pp line 1345

public procedure TControl.AddHandlerOnChangeBounds(

  const OnChangeBoundsEvent: TNotifyEvent;

  AsLast: Boolean = false

);