Vcl.Edge.TCustomEdgeBrowser.OnWebMessageReceived

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnWebMessageReceived: TWebMessageReceivedEvent read FOnWebMessageReceived write FOnWebMessageReceived;

C++

__property TWebMessageReceivedEvent OnWebMessageReceived = {read=FOnWebMessageReceived, write=FOnWebMessageReceived};

Properties

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

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