FMX.Grid.TGrid.OnDragEnd

From RAD Studio API Documentation

Delphi

property OnDragEnd: TNotifyEvent read FOnDragEnd write FOnDragEnd;

C++

__property OnDragEnd;

Properties

Type Visibility Source Unit Parent
event published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGrid

Description

Occurs when the dragging of a control ends. {{#multireplace:FMX.Grid.TGrid.OnDragEnd|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.OnDragEnd|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.OnDragEnd|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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