SHDocVw.TWebBrowser.Offline

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Offline: WordBool read Get_Offline write Set_Offline stored False;

C++

__property System::WordBool Offline = {read=Get_Offline, write=Set_Offline, stored=false, nodefault};

Properties

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

Description

Indicates whether the Web browser gets its document from the local cache.

Set Offline to true to work offline with the Web browser. When the Web browser is offline, it can't read HTML pages using an Internet connection. Instead, you must specify a source document as a UNC filename.

Note: You can use Internet Explorer to save HTML pages to a local cache so that they are available for offline work.

See Also