FMX.AddressBook.TAddressBook

From RAD Studio API Documentation
Jump to: navigation, search

FMX.AddressBook.TCustomAddressBookSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTAddressBook

Delphi

TAddressBook = class(TCustomAddressBook)

C++

class PASCALIMPLEMENTATION TAddressBook : public TCustomAddressBook

Properties

Type Visibility Source Unit Parent
class public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook FMX.AddressBook

Description

A component for accessing Address Book on mobile devices (Android and iOS).

Use the TAddressBook component to access Address Boook on mobile devices (Android and iOS).

The basic features of this component are as follows:

  • Sending a request to access a device Address Book and getting the access status.
  • Accessing all sources defined in the device Address Book.
  • Fetching all or individual contacts from the specified source.
  • Fetching all contacts from the specified group(s).
  • Editing or removing existing contacts and groups.
  • Creation of new contacts.
  • Creation of new groups.


For more information and samples, see Mobile Tutorial: Using an Address Book Component (iOS and Android).

See Also