System.Sensors.TGeocodeReverseEvent

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


説明

TGeocoder.OnGeocodeReverse イベントのイベント ハンドラの型。

関連項目