FMX.Controls3D.TControl3D.DragLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragLeave; virtual;

C++

virtual void __fastcall DragLeave();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

OnDragLeave event dispatcher.

DragLeave is automatically called when a dragged object leaves the surface of the control.

Override the protected DragLeave method to provide other responses when a dragged object leaves the control area.

See Also