Vcl.Edge.TWebMessageReceivedEventArgs

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTWebMessageReceivedEventArgs

Delphi

TWebMessageReceivedEventArgs = class(TInterfacedObject, ICoreWebView2WebMessageReceivedEventArgs)

C++

class PASCALIMPLEMENTATION TWebMessageReceivedEventArgs : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge Vcl.Edge

Description

Type to wrap the WebView ICoreWebView2WebMessageReceivedEventArgs interface for the OnWebMessageReceived event.

See Also

Vcl.Edge.TEdgeBrowser.OnWebMessageReceived