[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
GUI loop event mechanism
Source position: daemonapp.pp line 327
type TGuiLoopEvent = procedure of object; |
TGuiLoopEvent is the main GUI loop event procedure prototype. It is called by the application instance in case the daemon has a visual part, which needs to handle visual events. It is run in the main application thread.
|
GUI main loop callback |
|
|
Handle of GUI loop main application window handle |