Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.240 Scalable Property

Description:

Indicates whether the size, position and/or font size of controls on a form are changed proportionately when the size of the form is changed.

Used in object:

Form

Values (with constants):

True : Changes the size, position and/or font size of controls.(POW-TRUE)

False: Does not change size, position or font size of controls.(POW-FALSE)

The ScalingStyle property of each control on the form determines which of the size, position and font size properties are affected when the form is resized.

Default value:

False(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.