Adds or inserts the specified OnResize event handler.
Source position: controls.pp line 1752
public procedure TControl.AddHandlerOnResize( |
const OnResizeEvent: TNotifyEvent; |
AsFirst: Boolean = False |
); |
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 4.4 | Generated 2025-11-08 | Home |