.SetUpdateRegion

Syntax

SetUpdateRegion Row, Column, Height, Width, Relative

Description

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.

Command Parameters

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.