SHDocVw.IWebBrowser.type_

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property type_: WideString read Get_type_;

C++

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

Properties

Type Visibility Source Unit Parent
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser

Description

Indicates the type name of the contained document object.

Read type_ to determine the type of the Automation object whose interface is represented by the Document property.

See Also