SHDocVw.IWebBrowser.Get_Busy

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_Busy: WordBool; safecall;

C++

virtual HRESULT __safecall Get_Busy(System::WordBool &__Get_Busy_result) = 0 ;

Properties

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

Description

Returns the value of the Application property.

Use Get_Busy to determine whether the Web browser component is currently navigating to a new URL or downloading a document.

See Also