Table of Contents

TTMSFNCCloudStellarDataStore.DownloadAsFile Method

Downloads a blob field to a file.

API unit family: TMSFNCCloudStellarDataStore Declaring type: TTMSFNCCloudStellarDataStore Inherited from: TTMSFNCCloudCustomStellarDataStore

Syntax

procedure DownloadAsFile(ATableID, AEntityID: Int64; AFieldName: string; const ATargetFile: string);

Parameters

Name Description
ATableID Identifier of the table containing the entity.
AEntityID Identifier of the entity containing the blob.
AFieldName Name of the blob field to download.
ATargetFile Destination file path.