FMX.Objects.TSelection.OnDragEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragEnd: TNotifyEvent read FOnDragEnd write FOnDragEnd;

C++

__property OnDragEnd;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelection

Description

Occurs when the dragging of a control ends.

FMX.Objects.TSelection.OnDragEnd inherits from FMX.Controls.TControl.OnDragEnd. All content below this line refers to FMX.Controls.TControl.OnDragEnd.

Occurs when the dragging of a control ends.

A dragging session can be ended either by dropping the 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