Member variable XbpCrt():alwaysOnTop Foundation

Determines whether the dialog can be covered by other windows.

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

The logical value in :alwaysOnTop determines whether the XbpCrt window can be hidden behind other dialogs. If the value .T. (true) is contained in this instance variable, the XbpCrt object always stays on top of other windows, even if it is currently inactive. Only windows that also have :alwaysOnTop set to .T., can be placed on top of the XbpCrt 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 XbpCrt object is created as an MDI client window. An MDI client window either has another XbpCrt window or the :drawingArea of an 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.