Screen window
Description
A window object that represents the entire screen.
Details
The screen is a window object of type MScreen. There is only one such object per app, which is created by the framework when the app starts and exists throughout the runtime of the MAppMain function. Closing the screen window terminates the app. A reference to this screen object is returned by MApp::screen.
The screen window is used as a topmost ancestor of the window hierarchy and as a container for MMainFrame windows. It also interfaces with the system and other programs (see system messages). See MScreen for more information.
Let us know
Please Contact us to report any errors on this page, or to suggest any improvements.