Prevents other windows from covering the form's window. Available at design time; read-write at run time.
Syntax
Object.AlwaysOnTop[ = lExpr]
Settings
lExpr
The settings for the AlwaysOnTop property are:
Setting | Description |
True (.T.) | The form is always on 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. |