FMX.Controls.TControl.DragEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragEnd; virtual;

C++

virtual void __fastcall DragEnd(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

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