Moveable Property (AForm)

Returns whether the object can be moved.

Syntax

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

Where

bMovable can be one of the following:

 

Value

Description

True *

The object can be moved.

False

The object cannot be moved.

Example

The following statement retrieves whether the AForm can be moved:

bfrm1Moveable = frm1.Moveable

Applies to

AForm

See Also

Move