TTMSFNCCustomCloudGooglePeople.DeleteContactFromGroup Method
Removes a contact from a contact group.
API unit family: TMSFNCCloudGooglePeople
Declaring type: TTMSFNCCustomCloudGooglePeople
Syntax
procedure DeleteContactFromGroup(AGroup: TTMSFNCCloudGooglePeopleGroup; AContact: TTMSFNCCloudGooglePeopleContact);
Remarks
The result is reported through the OnDeleteContactFromGroup event.
Parameters
| Name | Description |
|---|---|
AGroup |
Group the contact is removed from. No request is issued when this is nil. |
AContact |
Contact to remove from the group. No request is issued when this is nil. |