SIZE Mnemonic - Set Control/Window Size
Syntax
'SIZE'(id,x,y)
Description
For BBj-specific information, see the SIZE
Mnemonic.
The 'SIZE' mnemonic changes the size of a control or window, using the
current-scaled CONTROL units, to the size specified by x and y. If id is 0, the window in the current
context is resized.
Parameter |
Description |
id |
Control ID of a control or window. It must be an integer between 1 and 32767 and be unique within a given top-level window. |
x |
Width of the control in scaled CONTROL units. |
y |
Height of the control in scaled CONTROL units. |