System.Sensors.TCustomLocationSensor.City

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property City: string index TProperty.City read GetStringProperty;

C++

__property System::UnicodeString City = {read=GetStringProperty, index=9};

Properties

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

Description

Getter for physical city location.

Platform Support

This property is only supported on Windows.

See Also