FMX.AddressBook.IFMXAddressBookService.AllSources

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AllSources(var ASources: TAddressBookSources);

C++

virtual void __fastcall AllSources(TAddressBookSources* &ASources) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook IFMXAddressBookService


Beschreibung

Ruft eine Liste aller Quellen aus einem Geräte-Adressbuch ab.

Diese Methode entspricht der Methode TAddressBook.AllSources. Weitere Informationen finden Sie unter TAddressBook.AllSources.

Siehe auch