>>-aTabControl~AdjustToRectangle(--left--,--top--,--right--,--bottom--)-><
The AdjustToRectangle method calculates the window rectangle of a tab control that corresponds to the specified display rectangle.
The arguments are:
The x-coordinate of the upper left corner of the display rectangle.
The y-coordinate of the upper left corner of the display rectangle.
The x-coordinate of the lower right corner of the display rectangle.
The y-coordinate of the lower right corner of the display rectangle.
A string containing the coordinates of the window rectangle, or an empty string. The coordinates are separated by blanks and are in the following order:
X-coordinate of the upper left corner of the rectangle
Y-coordinate of the upper left corner of the rectangle
X-coordinate of the lower right corner of the rectangle
Y-coordinate of the lower right corner of the rectangle