FMX.AddressBook.TCustomAddressBook.ContactByID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContactByID(const AID: Int32): TAddressBookContact;

C++

TAddressBookContact* __fastcall ContactByID(const int AID);

Properties

Type Visibility Source Unit Parent
function public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TCustomAddressBook

Description

Returns a contact by the contact ID.

Use this method to get a contact by the contact ID.

This method returns a contact or nil if the contact with the specified ID does not exist in a device Address Book.

Note The user should remove the contact and free its associated memory, if necessary (use the Free method).

See Also