SHDocVw.IWebBrowser.Get_Parent

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

Delphi

function Get_Parent: IDispatch; safecall;

C++

virtual HRESULT __safecall Get_Parent(_di_IDispatch &__Get_Parent_result) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser


説明

Parent の値を返します。

Web ブラウザの親(コンテナ)のインターフェイスにアクセスするには、Get_Parent を使用します。

関連項目