Vcl.Forms.TCustomForm.DropTarget

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DropTarget: Boolean read FDropTarget write FDropTarget;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Gibt an, ob das Formular Ziel einer Drag&Drop-Operation ist.

Mit DropTarget können Sie bestimmen, ob das Formular aktuell Ziel einer Drag&Drop-Operation ist.

Siehe auch