System.Sensors.TCivicAddress.Address

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Address: string read FAddress write FAddress;

C++

__property System::UnicodeString Address = {read=FAddress, write=FAddress};

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

See Also