FMX.WebBrowser.ICustomBrowser.EnableCaching

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EnableCaching: Boolean read GetEnableCaching write SetEnableCaching;

C++

__property bool EnableCaching = {read=GetEnableCaching, write=SetEnableCaching};

Properties

Type Visibility Source Unit Parent
property public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser ICustomBrowser

Description

Defines whether network caching is enabled or disabled.

When EnableCaching is True, then the existing cache data may be used, provided that the originating source confirms its validity. Otherwise, the data is loaded from the originating source. When EnableCaching is False, then the data should be loaded from the originating source. No existing cache data should be used.

See Also