RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.Offline Property

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

Pascal
property Offline: WordBool;
C++
__property WordBool Offline;

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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!