System.Sensors.TCivicAddress.SubLocality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubLocality: String read FSubLocality write FSubLocality;

C++

__property System::UnicodeString SubLocality = {read=FSubLocality, write=FSubLocality};

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

See Also