Method XbpWindow():toFront() Foundation
Brings the Xbase Part to the foreground.
:toFront() --> lSuccess
This method returns the value .T. (true) if the window is brought to the foreground, otherwise .F. (false) is returned.
The method :toFront() moves the window "in front" of all other open windows of the application. This brings the window to the foreground. In a three dimensional coordinate system, this window would then have the lowest value for the z coordinate.
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.