Method XbpDialog():calcClientRect() Foundation
Returns the inside dimensions of a dialog window.
:calcClientRect( <aFrameRect> ) --> aClientRect
This method returns an array containing four elements that describes the inside dimensions of a dialog window.
The method :calcClientRect() calculates the inner dimension of a dialog window. This is usually the size of the drawing area (:drawingArea) of the XbpDialog window, unless the size of the drawing area is explicitly changed in a program. The calculation is based on the outside dimensions of the window that are passed. The outside dimensions include the size of title bar and frame.
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.