FMX.Controls.TControl.DragLeave
Delphi
procedure DragLeave; virtual;
C++
virtual void __fastcall DragLeave();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
OnDragLeave event dispatcher.
A control calls DragLeave when a dragged object leaves the control area.
Override the protected DragLeave method to provide other responses when a dragged object leaves the control area.