SHDocVw.IWebBrowser2.Get_ReadyState

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_ReadyState: tagREADYSTATE; safecall;

C++

virtual HRESULT __safecall Get_ReadyState(Winapi::Activex::TOleEnum &__Get_ReadyState_result) = 0 ;

Properties

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

Description

Returns the value of the ReadyState property.

Get_ReadyState is used to return the value of the ReadyState property.

See Also