TTMSFNCCloudTranslationPlatformServicesList Class
List of registered translation service factory entries, keyed by the string form of each service GUID.
API unit family: TMSFNCCloudTranslation
Inherits from: TObjectList
Syntax
TTMSFNCCloudTranslationPlatformServicesList = class(TObjectList)
Properties
| Name | Description |
|---|---|
| Interfaces | Returns the service interface registered for the given GUID, or nil when none is registered. |
| Items | Provides indexed access to the registered service entries. |
Methods
| Name | Description |
|---|---|
| ContainsKey | Indicates whether a service is registered for the given GUID. |
| RemoveByGUID | Removes the registered service that matches the given GUID. |