System.Sensors.TCivicAddress

From RAD Studio API Documentation

TCivicAddressSystem.Classes.TPersistentSystem.TObject

Delphi

TCivicAddress = class(TPersistent)

C++

class PASCALIMPLEMENTATION TCivicAddress : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Keeps a civic address.

TCivicAddress offers information about coordinates, address, CountryCode, Locality and other.

OnConvertAddress lets the user generate the civic address string instead of using the default converter, ToString.

See Also