FMX.Controls.TControl.OnDragDrop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragDrop: TDragDropEvent read FOnDragDrop write FOnDragDrop;

C++

__property Fmx::Types::TDragDropEvent OnDragDrop = {read=FOnDragDrop, write=FOnDragDrop};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Occurs when a dragged control is dropped.

OnDragDrop also occurs when DragDrop is called.

Write an event handler for OnDragDrop to specify what happens when a dragged control is dropped.

See Also