RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleStream Class

TOleStream reads and writes information over a streaming interface that is provided by an OLE object.

Pascal
TOleStream = class(TStream);
C++
class TOleStream : public TStream;

Use TOleStream to create a TStream wrapper for an OLE stream interface. TOleStream uses the streaming interface of the OLE stream to read and write information. TActiveXControl objects use TOleStream to load themselves from a stream or save themselves to a stream. 

 

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