IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

ItemData Property

The data that was downloaded, or that should be uploaded by the component.

Syntax

property ItemData: String read get_ItemData write set_ItemData;
property ItemDataB: TBytes read get_ItemDataB write set_ItemDataB;

Default Value

''

Remarks

This property is populated with file data after calling DownloadFile if SetDownloadStream and LocalFile are not set.

This property can also be set before calling UploadFile; its data will be uploaded if SetUploadStream and LocalFile are not set.

This property is not available at design time.

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