SHDocVw.IWebBrowser2.Offline

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Offline: WordBool read Get_Offline write Set_Offline;

C++

__property System::WordBool Offline = {read=_scw_Get_Offline, write=Set_Offline};

Properties

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

Description

Indicates whether the document is loaded from the local cache or not.

Set Offline to True to work offline; the HTML documents are loaded from the local cache.

Note: This property is used to save HTML pages to a local cache so that they are available for offline work.

See Also