FMX.Objects.TImage.OnDragDrop

From RAD Studio API Documentation

Delphi

property OnDragDrop: TDragDropEvent read FOnDragDrop write FOnDragDrop;

C++

__property OnDragDrop;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TImage

Description

Occurs when a dragged control is dropped. {{#multireplace:FMX.Objects.TImage.OnDragDrop|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.OnDragDrop|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.OnDragDrop|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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