MOVE Mnemonic - Move Control/Window
Syntax
'MOVE'(id,x,y)
Description
For BBj-specific information, see the MOVE Mnemonic.
The 'MOVE' mnemonic changes the location of a control or window, using the currently scaled CONTROL units. If id is 0, the window for the current context is moved. In this case, the location and size of the inner rectangle of the window are used for the x and y parameters.
|
Parameter |
Description |
|---|---|
|
id |
Control ID of the window or control to be moved. It must be an integer between 0 and 32767. |
|
x |
Horizontal position of a control or window, using the currently scaled CONTROL units |
|
y |
Vertical position of a control or window, using the currently scaled CONTROL units |