Table of Contents

TTMSFNCCloudHubic Class

Non-visual component that connects to a Hubic cloud storage account and publishes the storage, account, and sharing operations for use at design time.

API unit family: TMSFNCCloudHubic Inherits from: TTMSFNCCustomCloudHubic

Syntax

TTMSFNCCloudHubic = class(TTMSFNCCustomCloudHubic)

Properties

Name Description
HubicDrive Provides typed access to the files and folders of the connected account drive. (inherited from TTMSFNCCustomCloudHubic)
Info Provides the profile and storage quota information of the connected account, populated by GetAccountInfo. (inherited from TTMSFNCCustomCloudHubic)

Methods

Name Description
GetAccountInfo Requests the account profile and storage usage, raising OnGetSpaceUsage and OnGetCurrentAccount when each response arrives. (inherited from TTMSFNCCustomCloudHubic)
GetDriveInfo Clears the current drive listing and requests an up-to-date listing from the service. (inherited from TTMSFNCCustomCloudHubic)
GetShare Requests creation of a public share link for the specified item and raises OnGetShare when the link is available. (inherited from TTMSFNCCustomCloudHubic)
GetTestTokensResult Interprets the result of a token validation request and updates the storage endpoint and token from the response. (inherited from TTMSFNCCustomCloudHubic)
TestTokens Validates the stored access and refresh tokens by issuing a credentials request to the service. (inherited from TTMSFNCCustomCloudHubic)

Events

Name Description
OnGetCurrentAccount Occurs when the current account profile has been retrieved. (inherited from TTMSFNCCustomCloudHubic)
OnGetShare Occurs when a public share link for an item has been retrieved. (inherited from TTMSFNCCustomCloudHubic)
OnGetSpaceUsage Occurs when the account storage usage has been retrieved. (inherited from TTMSFNCCustomCloudHubic)