Vcl.AxCtrls.TOleStream.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const Stream: IStream);

C++

__fastcall TOleStream(const _di_IStream Stream);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TOleStream

説明

Create は,ストリームインターフェースを表す TOleStream オブジェクトを作成します。

ストリームインターフェースを TOleStream オブジェクトに変換するには, Create メソッドを呼び出します。Stream パラメータは TOleStream オブジェクトが読み書きに使用するストリームインターフェースです。