Vcl.OleCtnrs.TOleContainer.OleObjectInterface

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

Delphi

property OleObjectInterface: IOleObject read FOleObject;

C++

__property _di_IOleObject OleObjectInterface = {read=FOleObject};

プロパティ

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

説明

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

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

関連項目