RequiredWindowSize

>>-aTabControl~RequiredWindowSize(--left--,--top--,--right--,--bottom--)-><


The RequiredWindowSize method calculates the display rectangle of a tab control that corresponds to the specified window rectangle.

Arguments:

The arguments are:

left

The x-coordinate of the upper left corner of the window rectangle.

top

The y-coordinate of the upper left corner of the window rectangle.

right

The x-coordinate of the lower right corner of the window rectangle.

bottom

The y-coordinate of the lower right corner of the window rectangle.

Return value:

A string containing the coordinates of the display 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