Handle of GUI loop main application window handle.
Source position: daemonapp.pp line 411
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. |