Vcl.Edge.TCustomEdgeBrowser.ScriptEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScriptEnabled: Boolean read GetScriptEnabled write SetScriptEnabled;

C++

__property bool ScriptEnabled = {read=GetScriptEnabled, write=SetScriptEnabled, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

Description

Controls if JavaScript execution is enabled in all future navigations in the WebView.

Causes an exception if the WebView control has not yet been instantiated.