FMX.TreeView.TTreeViewItem.DragEnd

From RAD Studio API Documentation

Delphi

procedure DragEnd; override;

C++

virtual void __fastcall DragEnd(void);

Properties

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

Description

OnDragEnd event dispatcher. {{#multireplace:FMX.TreeView.TTreeViewItem.DragEnd|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.DragEnd|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.DragEnd|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

OnDragEnd event dispatcher.

A control calls DragEnd when a dragging session ends.

Override the protected DragEnd method to provide other responses when the dragging session ends.

See Also