Vcl.AxCtrls.TOleStream

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStreamSystem.TObjectTOleStream

Delphi

TOleStream = class(TStream)

C++

class PASCALIMPLEMENTATION TOleStream : public System::Classes::TStream

Properties

Type Visibility Source Unit Parent
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

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

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.

See Also