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

TControl.AddHandlerOnResize

Adds or inserts the specified OnResize event handler.

Declaration

Source position: controls.pp line 1760

public procedure TControl.AddHandlerOnResize(

  const OnResizeEvent: TNotifyEvent;

  AsFirst: Boolean = False

);

Arguments

OnResizeEvent

  

Handler routine added or inserted in the method.

AsFirst

  

True if the routine is inserted as the first handler in the list. False to append the handler to the end of the list.


Version 3.2 Generated 2024-02-25 Home