System.Sensors.TConvertAddressEvent
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);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
type typedef |
public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | System.Sensors |
Beschreibung
Typ der Ereignisbehandlungsroutine für das Ereignis TCivicAddress.OnConvertAddress.