TTMSFNCCloudFileConversionPlatformServices.SupportsPlatformService Method
Returns whether a service is registered under the given identifier.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCloudFileConversionPlatformServices
Overloads
Overload 1
Returns whether a service is registered under the given identifier.
function SupportsPlatformService(const AServiceGUID: TGUID): Boolean; overload;
Parameters
| Name | Description |
|---|---|
AServiceGUID |
Identifier of the service to check. |
Returns
True when a matching service is registered.
Overload 2
Returns whether a service is registered under the given identifier and retrieves it.
function SupportsPlatformService(const AServiceGUID: TGUID; var AService: IInterface): Boolean; overload;
Parameters
| Name | Description |
|---|---|
AServiceGUID |
Identifier of the service to check. |
AService |
Receives the registered service interface when found. |
Returns
True when a matching service is registered.