FMX.Skia.TSkCustomControl.OnDragEnter
Delphi
property OnDragEnter;
C++
__property OnDragEnter;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.Skia.pas FMX.Skia.hpp |
FMX.Skia | TSkCustomControl |
Description
Occurs when a dragged object enters the area of the current control.
FMX.Skia.TSkCustomControl.OnDragEnter inherits from FMX.Controls.TControl.OnDragEnter. All content below this line refers to FMX.Controls.TControl.OnDragEnter.
Occurs when a dragged object enters the area of the current control.
OnDragEnter also occurs when DragEnter is called.
Write an event handler for OnDragEnter to specify what happens when a dragged object enters the area of the current control.