System.Sensors.TGeocodeReverseEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGeocodeReverseEvent = procedure (const Address: TCivicAddress) of object;

C++

typedef void __fastcall (__closure *TGeocodeReverseEvent)(TCivicAddress* const Address);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Type of event handler for the TGeocoder.OnGeocodeReverse event.

See Also