SHDocVw.TWebBrowser.OnUpdatePageStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdatePageStatus: TWebBrowserUpdatePageStatus read FOnUpdatePageStatus write FOnUpdatePageStatus;

C++

__property TWebBrowserUpdatePageStatus OnUpdatePageStatus = {read=FOnUpdatePageStatus, write=FOnUpdatePageStatus};

Properties

Type Visibility Source Unit Parent
event published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Occurs when there is an update on the status of the page that is being navigated with the Web browser.

See Also