Table of Contents

ITMSFNCCloudBaseService.CreateCloudBase Method

Creates a platform-specific cloud base implementation for the given component and registers it with the platform service.

API unit family: TMSFNCCloudBase Declaring type: ITMSFNCCloudBaseService

Syntax

function CreateCloudBase(const AValue: TTMSFNCCustomCloudBase): ITMSFNCCustomCloudBase;

Parameters

Name Description
AValue The cloud base component that will own the new implementation.

Returns

The newly created platform implementation as an ITMSFNCCustomCloudBase interface.