Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Prevents other windows from covering the form's window. Available at design time; read/write at run time.
Object.AlwaysOnTop[ = lExpr]
Property Values
- 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.
See Also
AlwaysOnBottom Property | ShowWindow Property | ZOrder Method |
Applies To: Form Object | _SCREEN