Method XbpCrt():toBack() Foundation
Shifts the XbpCrt window to the background.
Syntax
:toBack() --> lSuccess
Return
This method returns the value .T. (true) if the window is moved to the background, otherwise .F. (false) is returned.
Description
The method :toBack() moves a window "behind" all the other open windows of the application. The window is shifted to the background. In a three dimensional coordinate system, this window would then have the highest value for the z coordinate.
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.