Movable Property

Applies To   See Also

Specifies whether an object can be moved at run time by the user. Available at design time; read-only at run time.

Syntax

Object.Movable[ = lExpr]

Settings

lExpr

The settings for the Movable property are:

Setting Description
True (.T.) (Default) The object can be moved. For forms in Visual FoxPro for Windows, the Move command is added to the Control menu.
False (.F.) The object cannot be moved. For grid columns, you cannot move the column by direct manipulation. However, the column can be moved if you change the column's ColumnOrder property or move another column on top of it.