Vcl.Edge.TCustomEdgeBrowser.WebMessageEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WebMessageEnabled: Boolean read GetWebMessageEnabled write SetWebMessageEnabled;

C++

__property bool WebMessageEnabled = {read=GetWebMessageEnabled, write=SetWebMessageEnabled, nodefault};

Properties

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

Description

Controls whether WebMessages will be received when loading a new HTML document.

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