System.Classes.TStreamAdapter

From RAD Studio API Documentation
Jump to: navigation, search

API:System.Classes.TStreamAdapter

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