TTMSFNCCloudBaseFactoryService.CreateCloudBase Method
Creates a platform-specific cloud base implementation for the given component and registers it.
API unit family: TMSFNCCloudBase
Declaring type: TTMSFNCCloudBaseFactoryService
Syntax
function CreateCloudBase(const AValue: TTMSFNCCustomCloudBase): ITMSFNCCustomCloudBase;
Parameters
| Name | Description |
|---|---|
AValue |
The cloud base component for which to create the implementation. |
Returns
The newly created and registered ITMSFNCCustomCloudBase implementation.