Returns whether the object can be moved.
[ bMovable = ] Object.Moveable
The Moveable property syntax has the following parts:
Name |
Type |
Description |
Object |
AForm |
AForm object |
bMovable |
Bool |
A boolean expression that specifies if the object can be moved. |
bMovable can be one of the following:
Value |
Description |
True * |
The object can be moved. |
False |
The object cannot be moved. |
The following statement retrieves whether the AForm can be moved:
bfrm1Moveable = frm1.Moveable