Table of Contents

TTMSFNCWebBrowserPlatformServices.GetPlatformService Method

Returns the interface registered under the specified GUID, or nil if not found.

API unit family: TMSFNCWebBrowser Declaring type: TTMSFNCWebBrowserPlatformServices

Syntax

function GetPlatformService(const AServiceGUID: TGUID): IInterface;

Parameters

Name Description
AServiceGUID GUID of the service to retrieve.

Returns

The registered interface, or nil if no service is registered for the given GUID.