FMX.Controls.TControl.OnDragLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragLeave: TNotifyEvent read FOnDragLeave write FOnDragLeave;

C++

__property System::Classes::TNotifyEvent OnDragLeave = {read=FOnDragLeave, write=FOnDragLeave};

Properties

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

Description

Occurs when a dragged object leaves the area of the current control.

OnDragLeave also occurs when DragLeave is called.

Write an event handler for OnDragLeave to specify what happens when a dragged object leaves the area of the current control.

See Also