IControl.AllowDrop

Syntax

AllowDrop: Boolean;

Description

The AllowDrop property determines whether a component can receive a dragged object.

Comments

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

See also:

IControl