RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataIntercept.DataOut Method

Returns the value of the BytesReserved property.

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

Call DataOut to transform data before it is sent using a connection component. For example, use this method to encrypt or compress data. 

The Data parameter is an IDataBlock interface to the data that is about to be sent by the socket connection component. Use the properties and methods of IDataBlock to transform the data.

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!