Table of Contents

TTMSFNCCloudStellarDataStore.DownloadAsStream Method

Downloads a blob field and returns the result through the stream event.

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

Syntax

procedure DownloadAsStream(ATableID, AEntityID: Int64; AFieldName: 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.