TTMSFNCWebBrowserPlatformServices.AddPlatformService Method
Registers a platform service interface under the specified GUID.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowserPlatformServices
Syntax
procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);
Parameters
| Name | Description |
|---|---|
AServiceGUID |
GUID identifying the service contract. |
AService |
Interface implementation to register. |