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) 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. |