FMX.AddressBook.TCustomAddressBook.RemoveContactFromGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

void __fastcall RemoveContactFromGroup(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

Removes the specified contact from the specified group.

Use this method to remove the AContact contact from the AGroup group.

Note Calling this method does not remove the contact from a device Address Book.

For more information and samples, see Mobile Tutorial: Using an Address Book Component (iOS and Android).

See Also