FMX.Layers3D.TSplitter3D.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.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TSplitter3D

Description

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

FMX.Layers3D.TSplitter3D.OnDragLeave inherits from FMX.Controls3D.TControl3D.OnDragLeave. All content below this line refers to FMX.Controls3D.TControl3D.OnDragLeave.

Occurs when a dragged object leaves the area of the current 3D 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 3D control.

See Also