Function AppDesktop() Foundation
Returns the desktop window
AppDesktop() --> oDesktop | NIL
In a GUI application, the function returns the object representing the deskop window. In a text mode application, the return value is NIL.
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.
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.