[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds an application Idle handler to the list of handlers for the type.
Source position: forms.pp line 1644
public procedure TApplication.AddOnIdleHandler( |
Handler: TIdleEvent; |
AsFirst: Boolean = True |
); |
Handler |
|
Idle handler Routine added to the handlers for the type. |
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 |