System._di_IStream

From RAD Studio API Documentation
Jump to: navigation, search


C++

typedef System::DelphiInterface<IStream> _di_IStream;

Properties

Type Visibility Source Unit Parent
typedef public systobj.h System System

Description

Delphi interface of IStream.

You can use _di_IStream to refer a stream object in C++ code.

Note: The IStream interface is located in the ActiveX unit.