IControl.AllowDrag

Syntax

AllowDrag: Boolean;

Description

The AllowDrag property determines whether an object can be dragged from a component.

Comments

When the AllowDrag property is set to True, the component can give the dragged objects, when the property is set to False, the objects are not allowed to be dragged from this component.

See also:

IControl