[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds an application IdleEnd handler to the list of handlers for the type.
Source position: forms.pp line 1646
public procedure TApplication.AddOnIdleEndHandler( |
Handler: TNotifyEvent; |
AsFirst: Boolean = True |
); |
Handler |
|
Idle end handler routine added to the list of handlers. |
AsFirst |
|
True if the handler is inserted as the first item in the list. False if the handler is appended to the list. |
|
Types of Application notification handlers. |
Version 4.0 | Generated 2025-05-03 | Home |