System.Sensors.TCivicAddress.PostalCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PostalCode: string read FPostalCode write FPostalCode;

C++

__property System::UnicodeString PostalCode = {read=FPostalCode, write=FPostalCode};

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 postal code of the location.

See Also