[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |