SHDocVw.IWebBrowser.Get_type_

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_type_: WideString; safecall;

C++

virtual HRESULT __safecall Get_type_(System::WideString &__Get_type__result) = 0 ;

Properties

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

Description

Returns the value of the type_ property.

Use Get_type_ to determine the type of the Automation object whose interface is represented by the Document property.

See Also