Vcl.Controls.TDragObject.Dropped

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Dropped: Boolean read FDropped;

C++

__property bool Dropped = {read=FDropped, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragObject

Description

Drag ended with drop.

The Dropped property contains true if the last drag operation ended with a successful drop.