Member variable XbpCrt():hasDisplayFocus Foundation

Specifies whether the Crt window is currently the active window.

Attribute: EXPORTED
Data type: Logic
Description

Instance variable :hasDisplayFocus contains a logic value. If the XbpCrt object is currently 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.

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.