FMX.AddressBook.TCustomAddressBook.AddContactIntoGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddContactIntoGroup(const AGroup: TAddressBookGroup; const AContact: TAddressBookContact);

C++

void __fastcall AddContactIntoGroup(TAddressBookGroup* const AGroup, TAddressBookContact* const AContact);

Properties

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

Description

Adds an existing contact to the specified group.

Use this method to add an existing contact AContact to the existing group AGroup.

Note If you want to add a new contact to a group, before calling the AddContactIntoGroup method ensure that you have saved the contact to Address Book using the TAddressBook.SaveContact method.

See Also