FMX.AddressBook.TCustomAddressBook.GroupByID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GroupByID(const AID: Int32): TAddressBookGroup;

C++

TAddressBookGroup* __fastcall GroupByID(const int AID);

Properties

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

Description

Returns a group by the group ID.

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

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

See Also