FMX.StdCtrls.TSwitch.OnDragLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragLeave: TNotifyEvent read FOnDragLeave write FOnDragLeave;

C++

__property OnDragLeave;

Properties

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

Description

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

FMX.StdCtrls.TSwitch.OnDragLeave inherits from FMX.Controls.TControl.OnDragLeave. All content below this line refers to FMX.Controls.TControl.OnDragLeave.

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