RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataBlock.Stream Property

Provides access to an internal stream that contains the data block's memory.

Pascal
property Stream: TStream;
C++
__property TStream Stream;

Stream allows component writers more convenient access to the data block's memory buffer. This memory buffer contains the data that is read or written. 

 

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