Vcl.OleCtnrs.TOleContainer.StorageInterface

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

Delphi

property StorageInterface: IStorage read FStorage;

C++

__property _di_IStorage StorageInterface = {read=FStorage};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

説明

OLE オブジェクトの IStorage インターフェースへのアクセスを提供します。

StorageInterface プロパティは,OLE API への低レベルアクセスに使用します。コンテナに読み込まれた OLE オブジェクトがない場合,StorageInterface は nil(Delphi)または NULL(C++)を返します。

関連項目