ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Identifying the window status Hide the details
Current status of window:ActiveActive window (window in edit, even if it does not have the focus).DisplayOnlyInactive window (this window is not in edit).GrayedThe window controls are grayed.OutsideScreenActive window displayed outside the visible screen area. This constant is not available.NotFoundWindow closed or not found.InvisibleWindow invisible on the screen and inactive.
Name or alias of window to use. If this parameter is not specified or if it corresponds to an empty string (""), the status of current window is returned.
Modifying the window status Hide the details
Status after modification:ActiveActive window (window in edit).DisplayOnlyInactive window (this window is not in edit).GrayedThe window controls are grayed.OutsideScreenActive window displayed outside the visible screen area. This constant is not available.NotFoundWindow closed or not found.InvisibleWindow invisible on the screen and inactive. No window can be made invisible.
Name or alias of window to use. If this parameter corresponds to an empty string (""), the status of current window is modified.
Specifies the new status and new positioning of the specified window. If this parameter corresponds to an empty string (""), the change of position (Above, AboveAll, Normal constant) for a window is canceled.TopActiveThe window becomes active (window in edit) and it is displayed in the foreground. This constant corresponds to the result of a click performed in the title bar of window. This constant is not available.ActiveThe window becomes active (window in edit).DisplayOnlyThe window becomes inactive (no input is allowed in the window controls).InvisibleThe window becomes invisible and inactive. No window can be made invisible.GrayedThe window controls are grayed.AboveThe window moves to the foreground in relation to the other application windows. This constant is not available.AboveAllThe window moves to the foreground in relation to all other windows, even to the ones of the other applications. This constant is ignored for the MDI child windows displayed from a MDI parent window. This constant is not available.OutsideScreenThe window remains active but is positioned outside the visible screen area. This constant is not available.NotFoundThe window is closed. A WLanguage error occurs if this window does not exist.NormalA window in AboveAll mode switches to the normal mode (the windows of other applications can be displayed in the foreground). In the other cases, this constant has no effect. This constant is not available.
Modal opening/Non-modal opening
Differences between the Invisible and OutsideScreen constants
Inactive or invisible window
Closing the window
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: