Description: | Indicates that the form is taken to the top of the Z order (the order in which windows are layered on the screen) and is kept there. |
Used in object: | Form |
Values (with constants): | True - Takes the form to the top of the Z order and keeps it there. (POW-TRUE) False - The form is not kept at the top of the Z order. (POW-FALSE) When the value is True, the form is not hidden behind another window even if the form loses focus. |
Default value: | False - The form is not kept at the top of the Z order. (POW-FALSE) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_BOOL |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |