TXTextControl.AllowDrop Property

Gets or sets a value indicating whether the control can accept data that the user drags onto it. This property allows the control to be a target for drop operations. To allow the control to be a source of a Drag&Drop operation the AllowDrag property must be set to true.

Introduced: 15.1.

Syntax

TXTextControl.AllowDrop

Data Types

Boolean.

See Also