FMX.Presentation.Style.TStyledPresentation.DragLeave
Delphi
procedure DragLeave; override;
C++
virtual void __fastcall DragLeave();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Presentation.Style.pas FMX.Presentation.Style.hpp |
FMX.Presentation.Style | TStyledPresentation |
Description
OnDragLeave event dispatcher.
FMX.Presentation.Style.TStyledPresentation.DragLeave inherits from FMX.Controls.TControl.DragLeave. All content below this line refers to FMX.Controls.TControl.DragLeave.
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.