Determines if a form can be moved when it’s not MDI.

Property of

Form, SubForm

Description

Set moveable to false to prevent the form from being moved in the usual manner. Dragging the title bar has no effect, and the Move option in the system menu is disabled. However, if sizeable is true, you can move the edges of the form and in-effect move the form.

sizeable has no effect unless the form’s mdi property is false; if it is true, the form follows the MDI specification and is always resizeable.