System.Sensors.TCivicAddress.SubThoroughfare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubThoroughfare: String read FSubThoroughfare write FSubThoroughfare;

C++

__property System::UnicodeString SubThoroughfare = {read=FSubThoroughfare, write=FSubThoroughfare};

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

SubThoroughfare is a Thoroughfare that is needed to uniquely identify the location. This may be an intersection, a street number, corner, etc.

See Also