RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataIntercept.DataIn Method

Undoes the transformation applied by the DataOut method.

Pascal
procedure DataIn(const Data: IDataBlock); stdcall;
C++
__fastcall __stdcall DataIn(const IDataBlock Data);

Call DataIn to undo any transformations that were applied to information received by the connection. For example, use this method to decrypt or decompress data. 

The Data parameter is an IDataBlock interface to the data that was received by the socket connection component. Use the properties and methods of IDataBlock to reverse the transformation that was applied by the DataOut method.

Warning: Do not transform the reserved bytes in the data block.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!