System.Sensors.TGeocodeReverseEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Beschreibung

Typ der Behandlusgroutine für das TGeocoder.OnGeocodeReverse-Ereignis.

Siehe auch