Table of Contents

TTMSFNCWebBrowserPlatformServices Class

Singleton registry that maps GUIDs to platform-specific browser service implementations. Used internally to resolve the correct browser backend for the current platform.

API unit family: TMSFNCWebBrowser

Syntax

TTMSFNCWebBrowserPlatformServices = class

Methods

Name Description
AddPlatformService Registers a platform service interface under the specified GUID.
Count Returns the number of registered platform services.
Current Returns the global singleton instance of the platform services registry.
GetPlatformService Returns the interface registered under the specified GUID, or nil if not found.
RemovePlatformService Unregisters the service registered under the specified GUID.
SupportsPlatformService Returns True when a service is registered under the specified GUID.