System.Sensors.TConvertAddressEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

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 TCivicAddress.OnConvertAddress event.

See Also