FMX.WebBrowser.ICustomBrowser.SetEnableCaching

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnableCaching(const Value : Boolean);

C++

virtual void __fastcall SetEnableCaching(const bool Value) = 0 ;

Properties

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

Description

Setter for the EnableCaching property.

See Also