Table of Contents

TTMSFNCCloudPlatformServicesList.ContainsKey Method

Returns True when a service registered under the given GUID string is present in the list.

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCloudPlatformServicesList

Syntax

function ContainsKey(AGUID: string): Boolean;

Parameters

Name Description
AGUID The GUID string to look up.

Returns

True if a service with the given GUID is registered; False otherwise.