ITMSMCPCloudBaseService.CreateCloudBase Method
Creates a platform-specific cloud base implementation for the given component and registers it with the platform service.
API unit family: TMS.MCP.CloudBase
Declaring type: ITMSMCPCloudBaseService
Syntax
function CreateCloudBase(const AValue: TTMSMCPCustomCloudBase): ITMSMCPCustomCloudBase;
Parameters
| Name | Description |
|---|---|
AValue |
The cloud base component that will own the new implementation. |
Returns
The newly created platform implementation as an ITMSMCPCustomCloudBase interface.