RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataBlock.Memory Property

Points to a buffer from which data is read or to which data is written.

Pascal
property Memory: Pointer;
C++
__property void * Memory;

Memory provides access to the buffer that contains data that is read or written. Memory includes a reserved area (of size BytesReserved) for internal information such as the value of Signature,

Note: When implementing the Receive and Send methods of the ITransport interface, component writers should read directly from and write directly to Memory, rather than using the Read and Write methods. Otherwise, the information in the reserved area will not be sent to or from the application server.
 

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