System.Sensors.TCivicAddress.CountryCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CountryCode: string read FCountryCode write FCountryCode;

C++

__property System::UnicodeString CountryCode = {read=FCountryCode, write=FCountryCode};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCivicAddress

Description

Gets and sets the string representing the country code of the location.

See Also