System.Sensors.TCivicAddress.Premises

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Premises: String read FPremises write FPremises;

C++

__property System::UnicodeString Premises = {read=FPremises, write=FPremises};

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

See Also