System.Sensors.TCivicAddress.Thoroughfare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Thoroughfare: string read FThoroughfare write FThoroughfare;

C++

__property System::UnicodeString Thoroughfare = {read=FThoroughfare, write=FThoroughfare};

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

Thoroughfare is a transportation route. Thoroughfare can be a highway, road, street passage, waterway, etc.

See Also