| | |
Constant | Description | Used by the functions/properties |
---|
Above | Window state: the window is displayed in the foreground in relation to the other windows of the application | WinStatus, OpenChild, OpenSister |
AboveAll | Window state: the window is displayed in the foreground in relation to all the other windows (including the ones from the other applications) | WinStatus, OpenChild, OpenSister |
Active | Status of the object: the object is active | State property, InitialState property, WinStatus, MenuState |
DisplayOnly | Status of an object: no input is allowed in the object | State property, InitialState property, WinStatus |
Grayed | Status of the object: the object is grayed | State property, InitialState property, MenuState |
Inactive | Status of an object: no input is allowed in the object | State property, InitialState property |
Invisible | Window or menu option state: the window or the option is invisible | State property, InitialState property, WinStatus, MenuState |
Normal | Window state: the window is displayed in normal mode (the windows from the other applications can be displayed in the foreground) | WinStatus |
NotFound | Window state: the window is not opened or it does not exist | State property, InitialState property, WinStatus |
OutsideScreen | Window state: active window displayed outside the visible area of the screen | State property, InitialState property, WinStatus |
TopActive | Window state: The 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. | WinStatus |