Table of Contents

TTMSFNCWebBrowser.OnDevToolsMethodCompleted Event

Fired when a DevTools Protocol method call invoked via CallDevToolsProtocolMethod completes.

API unit family: TMSFNCWebBrowser Declaring type: TTMSFNCWebBrowser Inherited from: TTMSFNCCustomWebBrowser

Syntax

OnDevToolsMethodCompleted: TTMSFNCWebBrowserOnGetDevTools;

Parameters

Name Description
Sender The web browser that raised the event.
AEventName Name of the DevTools method that completed.
AJSONResponse JSON-encoded response returned by the DevTools Protocol.