Vcl.AxCtrls.TActiveXControl.InPlaceSite

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

Delphi

property InPlaceSite: IOleInPlaceSite read FOleInPlaceSite;

C++

__property _di_IOleInPlaceSite InPlaceSite = {read=FOleInPlaceSite};

プロパティ

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

説明

ActiveX コントロールのあるコンテナのサイトインターフェースへのポインタが入ります。

コンテナが埋め込みおよびインプレースでのアクティブ化をサポートする場合,InPlaceSite プロパティには,コンテナの IOleInPlaceSite インターフェースへのインターフェースポインタが入ります。このインターフェースを使用すると,ActiveX オブジェクト(Frame ウィンドウおよび,即時コンテナ,サイト,またはウィンドウ)のあるウィンドウにアクセスできます。

関連項目