FMX.Controls3D.TControl3D.OnDragEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragEnd: TNotifyEvent read FOnDragEnd write FOnDragEnd;

C++

__property System::Classes::TNotifyEvent OnDragEnd = {read=FOnDragEnd, write=FOnDragEnd};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Occurs when the dragging of a 3D control ends.

A dragging session can be ended either by dropping the 3D control or by canceling the dropping.

OnDragEnd also occurs when DragEnd is called.

Write an event handler for OnDragEnd to specify what happens when the dragging session ends.

See Also