FMX.Maps.TCustomMapView.OnMarkerDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMarkerDrag: TMarkerEvent read FOnMarkerDrag write FOnMarkerDrag;

C++

__property TMarkerEvent OnMarkerDrag = {read=FOnMarkerDrag, write=FOnMarkerDrag};

Properties

Type Visibility Source Unit Parent
event public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TCustomMapView

Description

Occurs when a marker changes position while being dragged.

The event handler of OnMarkerDrag receives a single parameter, Marker, which is the marker that the user is dragging.

See Also