TTMSFNCCloudTranslationPlatformServices.GetPlatformService Method
Returns the platform service registered under the given identifier.
API unit family: TMSFNCCloudTranslation
Declaring type: TTMSFNCCloudTranslationPlatformServices
Syntax
function GetPlatformService(const AServiceGUID: TGUID): IInterface;
Parameters
| Name | Description |
|---|---|
AServiceGUID |
Identifier of the service to retrieve. |
Returns
The registered service interface, or nil when none is registered.