IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

SetDownloadStream Method

Sets the stream to which downloaded data will be written.

procedure SetDownloadStream(DownloadStream: TStream);

Remarks

If a download stream is set before data is downloaded, the downloaded data will be written to the stream. The stream should be open and normally set to position 0.

Note: Passing a non-null value for DownloadStream will cause LocalFile to be cleared. Similarly, setting LocalFile to a non-empty value will discard any stream set using this method.

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