RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebBrowser2.Offline Property

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

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

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!