|
Purpose | In order to shift a group of screen elements en bloc, e.g. radiobuttons, you can use the Offset command. The given offset is then added to all subsequently specified numerical coordinates. |
Example | The following possibilities are equivalent:
Offset (10,21) and Radiobutton (10,21) "..." |
Format | Offset (row,column) |
Tips & Tricks |
|