Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.186 Moveable Property

Description:

Indicates whether the form is moveable when the title bar or system menu is operated.

Used in object:

Form

Values (with constants):

True - Moveable.(POW-TRUE)
False - Not moveable.(POW-FALSE)

Note that you can move the form by invoking the MoveForm method and setting the Top property or Left property, even if the value is False.

Default value:

True - Moveable.(POW-TRUE)

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.