[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Handle of GUI loop main application window handle
Source position: daemonapp.pp line 380
public property TCustomDaemonApplication.GuiHandle : THandle |
GuiHandle is the handle of a GUI window which can be used to run a message handling loop on. It is created when no GUIMainLoop procedure exists, and the application creates and runs a message loop by itself.
|
GUI main loop callback |