System.Sensors.TCivicAddress.Phone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Phone: String read FPhone write FPhone;

C++

__property System::UnicodeString Phone = {read=FPhone, write=FPhone};

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

See Also