IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

FileData Property

The data that was downloaded, or that should be uploaded.

Syntax

__property String FileData = { read=FFileData, write=FSetFileData };
__property DynamicArray<Byte> FileDataB = { read=FFileDataB, write=FSetFileDataB };

Default Value

""

Remarks

This property is populated with file data after calling DownloadFile or DownloadFileById if LocalFile is not set.

This property can also be set before calling UploadFile or UploadPart; its data will be uploaded if LocalFile is not set.

This property is not available at design time.

Data Type

Byte Array

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Builder Edition - Version 20.0 [Build 8265]