System.Classes.TStreamAdapter

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTStreamAdapter

Delphi

TStreamAdapter = class(TInterfacedObject, IStream)

C++

class PASCALIMPLEMENTATION TStreamAdapter : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TStreamAdapter implements the IStream interface on a TStream object.

DescriptionTStreamAdapter is an interfaced object that implements the IStream interface. It is associated with a TStream object in the constructor, which it uses to implement the IStream methods.

Note: On Windows, TStreamAdapter allows a TStream object to be used as a COM-based IStream interface.

See Also