IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

TransferredData Property

The contents of the last response from the server.

Syntax

__property String TransferredData = {read=FTransferredData, write=FSetTransferredData};

__property RawByteString TransferredDataB = {read=FTransferredDataB, write=FSetTransferredDataB};

Default Value

""

Remarks

This property is used to get the data of the last response from the server.

TransferredData will be populated after a successful QueryService or CustomRequest call, provided that LocalFile is not set. If LocalFile is set, the object data will be written to the file specified.

This property is read-only and not available at design time.

Data Type

Binary String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]