FMX.AddressBook.TCustomAddressBook.GroupByID

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GroupByID(const AID: Int32): TAddressBookGroup;

C++

TAddressBookGroup* __fastcall GroupByID(const int AID);

Eigenschaften

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


Beschreibung

Gibt eine Gruppe anhand der Gruppen-ID zurück.

Mit dieser Methode rufen Sie eine Gruppe anhand der Gruppen-ID ab.

Diese Methode gibt eine Gruppe oder nil zurück, wenn die Gruppe mit der angegebenen ID nicht im Geräte-Adressbuch vorhanden ist.

Siehe auch