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.