RAD Studio VCL Reference
|
TOleStream reads and writes information over a streaming interface that is provided by an OLE object.
TOleStream = class(TStream);
class TOleStream : public TStream;
AxCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|