TTMSFNCCloudBasePlatformServices Class
Singleton registry that maps GUIDs to platform service interface implementations for the cloud base framework.
API unit family: TMSFNCCloudBase
Syntax
TTMSFNCCloudBasePlatformServices = class
Methods
| Name | Description |
|---|---|
| AddPlatformService | Registers a platform service interface under the specified GUID. |
| Current | Returns the singleton platform services registry instance, creating it on first access. |
| GetPlatformService | Returns the platform service interface registered under the specified GUID, or nil if not found. |
| RemovePlatformService | Removes the platform service registered under the specified GUID. |
| SupportsPlatformService | Returns True when a platform service is registered under the specified GUID. |