System.Sensors.TConvertAddressEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TConvertAddressEvent = procedure (const Address: TCivicAddress; out Value: String; var Handled: Boolean);

C++

typedef void __fastcall (*TConvertAddressEvent)(TCivicAddress* const Address, /* out */ System::UnicodeString &Value, bool &Handled);

プロパティ

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


説明

TCivicAddress.OnConvertAddress イベントのイベント ハンドラの型。

関連項目