Prevents other windows from covering the form's window. Available at design time; read/write at run time.
Object.AlwaysOnTop[ = lExpr] |
Return Value
- lExpr
-
The settings for the AlwaysOnTop property are:
Setting Description True (.T.)
The form is always on the top (only another window with the AlwaysOnTop property set to True (.T.) can be on top of the form).
False (.F.)
(Default) The form can be covered by another window.
Remarks
Applies To: Form Object | _SCREEN System Variable