FMX.WebBrowser.ICustomBrowser.GetEnableCaching

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnableCaching: Boolean;

C++

virtual bool __fastcall GetEnableCaching(void) = 0 ;

Properties

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

Description

Getter for the EnableCaching property.

See Also