System.Sensors.TCivicAddress.Locality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Locality: String read FLocality write FLocality;

C++

__property System::UnicodeString Locality = {read=FLocality, write=FLocality};

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 locality name of the location.

See Also