API:Vcl.Edge.TEdgeBrowser.OnWebMessageReceived

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnWebMessageReceived: TWebMessageReceivedEvent read FOnWebMessageReceived write FOnWebMessageReceived;

C++

__property OnWebMessageReceived;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TEdgeBrowser

Description

Fires when the WebMessageEnabled property is True and the top level document of the W webView calls window.chrome.webview.postMessage.

See Also

Vcl.Edge.TCustomEdgeBrowser.WebMessageEnabled

Vcl.Edge.TEdgeBrowser.OnWebMessageReceived inherits from Vcl.Edge.TCustomEdgeBrowser.OnWebMessageReceived. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnWebMessageReceived.

Fires when the WebMessageEnabled property is True and the top level document of the W webView calls window.chrome.webview.postMessage.