Function AppDesktop() Foundation

Returns the desktop window

Syntax
AppDesktop() --> oDesktop | NIL
Return

In a GUI application, the function returns the object representing the deskop window. In a text mode application, the return value is NIL.

Description

The function AppDesktop() is used in GUI applications to retrieve the desktop window. It is managed by an object of the XbpIWindow class and serves as the parent of the application window.

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.