FMX.AddressBook.TCustomAddressBook.SourceByID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SourceByID(const AID: string): TAddressBookSource;

C++

TAddressBookSource* __fastcall SourceByID(const System::UnicodeString AID);

Properties

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

Description

Returns a source by the source ID.

Use this method to get a source defined in an Address Book by the source ID.

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

See Also