%ap - Absolute Position
Purpose
|
To set the absolute position of the next control.
|
Syntax
|
winio@('%ap', ix, iy)
integer ix,iy(input)
winio@('%`ap',rx, ry)
double precision rx,ry (input)
|
Modifiers
|
Grave accent (`) - use DOUBLE PRECISION real rather than INTEGER input.
|
Description
|
The units of measurement corresponds to the average width and the height of the
default font. Use with care as this format overrides the normal mechanism to
prevent controls overlapping.
|
Example
|
winio@('%ap', 2L, 6L)
|
See also
|
%rp - Relative Position, %gd - Grid, %ob - Open Box, %nl - Newline, %ff - Form Feed, %dy - Vertical Displacement
|
|
|