TTMSFNCWebBrowserPlatformServices.SupportsPlatformService Method
Returns
Truewhen a service is registered under the specified GUID.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowserPlatformServices
Overloads
Overload 1
Returns
Truewhen 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
Trueand setsAServicewhen 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.