Skip to main content

TCustomdxPSExplorerItem.CanMove Method

Indicates whether the item can be moved.

Declaration

function CanMove: Boolean; virtual;

Returns

Type
Boolean

Remarks

The CanMove method returns True if the item can be moved to another position, otherwise the method returns False.

To determine whether the item can be moved to a specific position, the item’s CanMoveTo method is used.

See Also