FMX.Controls3D.TControl3D.DragEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragEnd; virtual;

C++

virtual void __fastcall DragEnd();

Properties

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

Description

OnDragEnd event dispatcher.

DragEnd is automatically called when the dragging of a 3D object ends.

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

See Also