FMX.TreeView.TCustomTreeView.DragLeave

From RAD Studio API Documentation

Delphi

procedure DragLeave; override;

C++

virtual void __fastcall DragLeave(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

OnDragLeave event dispatcher. {{#multireplace:FMX.TreeView.TCustomTreeView.DragLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.DragLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.DragLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

OnDragLeave event dispatcher.

A control calls DragLeave when a dragged object leaves the control area.

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

See Also