Vcl.Forms.TCustomForm.DropTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropTarget: Boolean read FDropTarget write FDropTarget;

C++

__property bool DropTarget = {read=FDropTarget, write=FDropTarget, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Specifies whether the form is the target of a drag-and-drop operation.

Use DropTarget to determine whether the form is currently the target of a drag-and-drop operation.

See Also