SHDocVw.IWebBrowser.type_

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

Delphi

property type_: WideString read Get_type_;

C++

__property System::WideString type_ = {read=_scw_Get_type_};

プロパティ

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


説明

含まれているドキュメント オブジェクトのタイプ名を表します。

Document プロパティで表されるインターフェイスを持つ Automation オブジェクトのタイプを判別するには、type_ を読み取ります。

関連項目