FMX.Types.IControl.DragEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragEnd;

C++

virtual void __fastcall DragEnd(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Provides a response when the dragging session ends.

Implement DragEnd to provide a certain behavior when the dragging session ends.

TControl implements this procedure as an OnDragEnd event dispatcher.

See Also