Table of Contents

TTMSFNCCloudGooglePeople.CreateGroup Method

Creates a new contact group from the given item.

API unit family: TMSFNCCloudGooglePeople Declaring type: TTMSFNCCloudGooglePeople Inherited from: TTMSFNCCustomCloudGooglePeople

Syntax

procedure CreateGroup(AGroup: TTMSFNCCloudGooglePeopleGroup);

Remarks

The result is reported through the OnCreateGroup event, which returns the created group with its assigned identifier.

Parameters

Name Description
AGroup Group whose Summary is used as the group name. No request is issued when this is nil.