Table of Contents

TTMSFNCPDFPlatformServicesList.ContainsKey Method

Returns True when a service with the specified GUID string is registered in the list.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFPlatformServicesList

Syntax

function ContainsKey(AGUID: string): Boolean;

Parameters

Name Description
AGUID GUID string to look up.

Returns

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