TTMSFNCCloudTranslationPlatformServices.AddPlatformService Method
Registers a platform service interface under a service identifier.
API unit family: TMSFNCCloudTranslation
Declaring type: TTMSFNCCloudTranslationPlatformServices
Syntax
procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);
Parameters
| Name | Description |
|---|---|
AServiceGUID |
Identifier the service is registered under. |
AService |
Interface implementing the service. |