FMX.AddressBook.IFMXAddressBookService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXAddressBookService = interface

C++

__interface  INTERFACE_UUID("{C9B83925-6A0E-464D-8CFE-7CD11DB366CA}") IFMXAddressBookService  : public System::IInterface

Properties

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

Description

This interface provides a set of properties and methods used to work with a mobile device Address Book.

This interface can be used to access a mobile device Address Book. In your mobile applications, to work with Address Book, you can also use the TAddressBook component.

The methods and properties of IFMXAddressBookService are similar to corresponding methods and properties of TAddressBook.

For more information, see TAddressBook.

See Also