Show: Delphi
C++
Display Preferences
FMX.Types.TControl.OnDragDrop
From XE3 API Documentation
Delphi
property OnDragDrop: TDragDropEvent read FOnDragDrop write FOnDragDrop;
C++
__property TDragDropEvent OnDragDrop = {read=FOnDragDrop, write=FOnDragDrop};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | 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.