Table of Contents

TTMSFNCWebBrowserPlatformServices.SupportsPlatformService Method

Returns True when a service is registered under the specified GUID.

API unit family: TMSFNCWebBrowser Declaring type: TTMSFNCWebBrowserPlatformServices

Overloads

Overload 1

Returns True when a service is registered under the specified GUID.

function SupportsPlatformService(const AServiceGUID: TGUID): Boolean; overload;

Parameters

Name Description
AServiceGUID GUID to check.

Returns

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

Overload 2

Returns True and sets AService when a service is registered under the specified GUID.

function SupportsPlatformService(const AServiceGUID: TGUID; var AService: IInterface): Boolean; overload;

Parameters

Name Description
AServiceGUID GUID to check.
AService Set to the registered interface on success; nil otherwise.

Returns

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