[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents the main processing loop in an application.
Source position: interfacebase.pp line 46
type TApplicationMainLoop = procedure of object; |
TApplicationMainLoop is an object procedure type which represents the main processing loop for an application. TApplicationMainLoop is the type passed as an argument to the TWidgetSet.AppRun method.
|
Enters a state in which the application waits for system messages. |
Version 4.0 | Generated 2025-05-03 | Home |