FMX.StdCtrls.TPathLabel.OnDragDrop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragDrop: TDragDropEvent read FOnDragDrop write FOnDragDrop;

C++

__property OnDragDrop;

Properties

Type Visibility Source Unit Parent
event published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPathLabel

Description

Occurs when a dragged control is dropped.

FMX.StdCtrls.TPathLabel.OnDragDrop inherits from FMX.Controls.TControl.OnDragDrop. All content below this line refers to FMX.Controls.TControl.OnDragDrop.

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