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 being covered by a form's window. Available at design time; read/write at run time.
Object.AlwaysOnBottom[ = lExpr]
Property Values
- lExpr
The settings for the AlwaysOnBottom property are:Setting Description True (.T.) The form is always on the bottom (only another window with the AlwaysOnBottom property set to True (.T.) can be under the form). False (.F.) (Default) The form can cover another window.
Remarks
The AlwaysOnBottom property is ignored if any of the following properties are set to the specified values:
- AlwaysOnTop = .T.
- Desktop = .T.
- ShowWindow = 2
The AlwaysOnBottom property setting is ignored for _SCREEN.
See Also
AlwaysOnTop Property | Desktop Property | ShowWindow Property | ZOrder Method
Applies To: Form Object | _SCREEN