FMX.AddressBook.Types.TContactPhone.Number

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Number: string read FNumber write FNumber;

C++

__property System::UnicodeString Number = {read=FNumber, write=FNumber};

Properties

Type Visibility Source Unit Parent
property public
FMX.AddressBook.Types.pas
FMX.AddressBook.Types.hpp
FMX.AddressBook.Types TContactPhone

Description

Specifies the contact phone number.

Use the Number property to specify a string that represents the contact phone number.

See Also