SetUpdateRegion Row, Column, Height, Width, Relative
Sets up an active area on the terminal screen after the WaitForUpdate command has been satisfied. Use the CursorRow and CursorColumn properties to verify the cursor location.
Row | Argument type: Integer |
The row to which the cursor is to be moved. The minimum value is 1 (row 1 is the first row). The maximum value varies according to the number of rows supported by the terminal screen the Design Tool is emulating. | |
Column | Argument type: Integer |
The column to which the cursor is to be moved. The minimum value is 1 (column 1 is the first column). The maximum value varies according to the number of rows supported by the terminal screen the Design Tool is emulating. | |
Height | Argument type: Integer |
The height of the region. | |
Width | Argument type: Integer |
The width of the region. | |
Relative | Argument type: Enumeration |
Select whether or not to make this region relative to the cursor's current location by selecting either Yes or No. |
© 1999-2007 Attachmate Corporation. All rights reserved. Terms of Use.