Height (ysize)

Height of the object frame in the layout of a Form or Report, expressed in character cells, excluding the border (if present).

ysize=Number

Description

The size of a character cell is determined by the Font0, as defined in the usys.ini file. For more information, see Font0.

Setting in ProcScript

For component fields in forms, it is possible to change position and size properties dynamically using $paintedfieldproperties. For more information, see $paintedfieldproperties and Changing Form Layout Dynamically .

Lines

A line is horizontal if its Width is greater than 1, in which case, its Height must be 1.

A line is vertical if its Width is greater than 1, in which case, its Height must be 1.

Note:  The line itself has a width of 3 pixels, but the frame required to draw the line is 1 character.

Related Topics