Vcl.Edge.TCustomEdgeBrowser.BuiltInErrorPageEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BuiltInErrorPageEnabled: Boolean read GetBuiltInErrorPageEnabled write SetBuiltInErrorPageEnabled;

C++

__property bool BuiltInErrorPageEnabled = {read=GetBuiltInErrorPageEnabled, write=SetBuiltInErrorPageEnabled, nodefault};

Properties

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

Description

Used to disable built in error page for navigation failure and render process failure.

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