FMX.Controls3D.TControl3D.OnDragDrop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragDrop: TDragDropEvent3D read FOnDragDrop write FOnDragDrop;

C++

__property TDragDropEvent3D OnDragDrop = {read=FOnDragDrop, write=FOnDragDrop};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Occurs when a dragged 3D control is dropped.

OnDragDrop also occurs when DragDrop is called.

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

See Also