FMX.AddressBook.TAddressBookContact.Phones

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Phones: TContactPhones index TContactField.Phones read GetPhones write SetPhones;

C++

__property Fmx::Addressbook::Types::TContactPhones* Phones = {read=GetPhones, write=SetPhones, index=18};

Properties

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

Description

Specifies the contact phones.

This property contains a list of the contact phones saved as a TContactPhones object. You can store the contact work, home, Fax phone numbers or other numbers. For more information, see TContactPhone and TLabelKind.

See Also