Member variable XbpDialog():hasDisplayFocus Foundation
Specifies whether the dialog currently is the active window.
Instance variable :hasDisplayFocus contains a logic value. If the XbpDialog object currently is the active window, it contains the value .T. (true). Otherwise, .F. (false) is assigned. The active window is the window in the foreground and its title bar is usually displayed using a special color. Normally, there can be only one active window, the window which the user is currently working with. An exception to this rule are MDI applications (Multiple Document Interface). In an MDI application, both the main window and one of the open document windows are displayed as active windows.
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.