FMX.Maps.TMarkerEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMarkerEvent = procedure(Marker: TMapMarker) of object;

C++

typedef void __fastcall (__closure *TMarkerEvent)(TMapMarker* Marker);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps

Description

Event type that handles map marker events.

TMarkerEvent receives one parameter, Marker, which is the TMapMarker that is the target of the event.

The following event handlers are TMarkerEvent types:

See Also