Member variable XbpDialog():alwaysOnTop Foundation

Determines whether the dialog window can be covered by other dialogs.

Attribute: EXPORTED
Data type: Logical (.F.)
Description

The logical value in :alwaysOnTop determines whether the dialog object can be covered by other dialog windows. If the value .T. (true) is contained in this instance variable, the XbpDialog object always stays on top of other windows, even if it currently is inactive. Only dialogs that also have :alwaysOnTop set to .T. can be placed above the XbpDialog object. :alwaysOnTop defaults to .F. (false). This creates a dialog that can be placed in the background if it is not the active (current) window.

The value in instance variable :alwaysOnTop is ignored, if the dialog is created as an MDI client window. An MDI client window has the :drawingArea of another XbpDialog window specified as the parent object.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.