Table of Contents

TTMSFNCWebBrowser.OnGetConsoleMessage Event

Fired for each console message logged by the page when the Log DevTools domain is active.

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

Syntax

OnGetConsoleMessage: TTMSFNCCustomWebBrowserOnGetConsoleMessage;

Parameters

Name Description
Sender The web browser that raised the event.
ALogEntry Log entry containing the message text, level, source, and line number.