API:FMX.Maps.TMapView.OnMapDoubleClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMapDoubleClick: TMapClickEvent read FOnMapDoubleClick write FOnMapDoubleClick;

C++

__property OnMapDoubleClick;

Properties

Type Visibility Source Unit Parent
event published
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapView

Description

Occurs when the user double-clicks a point of the map.

FMX.Maps.TMapView.OnMapDoubleClick inherits from FMX.Maps.TCustomMapView.OnMapDoubleClick. All content below this line refers to FMX.Maps.TCustomMapView.OnMapDoubleClick.

Occurs when the user double-clicks a point of the map.

The event handler of OnMapDoubleClick receives a single parameter, Position, which is the coordinate of the map that the user double-clicks.

See Also