FMX.Controls.TControl.DragEnd
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.