FMX.Presentation.Style.TStyledPresentation.DragEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragEnd; override;

C++

virtual void __fastcall DragEnd();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

OnDragEnd event dispatcher.

FMX.Presentation.Style.TStyledPresentation.DragEnd inherits from FMX.Controls.TControl.DragEnd. All content below this line refers to FMX.Controls.TControl.DragEnd.

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