TTMSFNCCloudCustomStellarDataStore.DownloadAsStream Method
Downloads a blob field and returns the result through the stream event.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: 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. |