Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.326 WindowState Property

Description:

Defines the initial state of the Form window.

Used object:

Form

Values (with constants):

0 - Normal(POW-WINDOWSTATE-NORMAL)
1 - Maximize(POW-WINDOWSTATE-MAXIMIZE)
2 - Minimize(POW-WINDOWSTATE-MINIMIZE)

If you invoke the Execute method with the ShowWindow parameter (the second parameter) and the WindowState value is 0, the state specified in the ShowWindow parameter takes precedence over the WindowState setting.

Default value:

0 - Normal(POW-WINDOWSTATE-NORMAL)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Not accessible.

Backward compatibility attribute:

None.