PosRectangle

>>-aTabControl~PosRectangle(--tab--)---------------------------><


The PosRectangle method retrieves the rectangle around a tab in a tab control.

Arguments:

The only argument is:

tab

The number of the tab.

Return value:

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