FMX.Maps.TMarkerEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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