Method XbpWindow():setPosAndSize() Foundation
Changes position and size of the Xbase Part.
:setPosAndSize( <aPos>, <aSize> [,<lPaint>] ) --> lSuccess
The method returns the value .T. (true) if position and size of the window is changed, otherwise .F. (false) is returned.
The method :setPosAndSize() changes the position and the size of a Xbase Part. This is much faster than calling the two methods :setPos()and :setSize() and leads to the same result.
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.