Table of Contents

TTMSFNCCustomCloudGooglePeople.CreateContact Method

Creates a new contact from the given item.

API unit family: TMSFNCCloudGooglePeople Declaring type: TTMSFNCCustomCloudGooglePeople

Syntax

procedure CreateContact(AContact: TTMSFNCCloudGooglePeopleContact);

Remarks

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

Parameters

Name Description
AContact Contact whose field values are sent to the service. No request is issued when this is nil.