FMX.ListBox.TComboBox.OnDragEnd
Delphi
property OnDragEnd: TNotifyEvent read FOnDragEnd write FOnDragEnd;
C++
__property OnDragEnd;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TComboBox |
Description
Occurs when the dragging of a control ends.
FMX.ListBox.TComboBox.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.