System.Sensors.TCustomLocationSensor.PostalCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PostalCode: string index TProperty.PostalCode read GetStringProperty;

C++

__property System::UnicodeString PostalCode = {read=GetStringProperty, index=11};

Properties

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

Description

Getter for the physical location postal or ZIP code.

Platform Support

This property is only supported on Windows.

See Also