Vcl.Edge.TCustomEdgeBrowser.DevToolsEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DevToolsEnabled: Boolean read GetDevToolsEnabled write SetDevToolsEnabled;

C++

__property bool DevToolsEnabled = {read=GetDevToolsEnabled, write=SetDevToolsEnabled, nodefault};

Properties

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

Description

Controls whether the user is able to apply the context menu or keyboard shortcuts to open the DevTools window.

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