You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2026-04-23 01:13:01 +02:00
Update to CEF 146.0.5 (BETA)
ATTENTION: CEF 146 is still in BETA state.
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="generator" content="PasDoc 0.17.0.snapshot">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="StyleSheet" type="text/css" href="bootstrap.min.css">
|
||||
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
||||
</head>
|
||||
<body>
|
||||
<span id="TCustomDevToolsMessageObserver"></span><h1 class="cio">Class TCustomDevToolsMessageObserver</h1>
|
||||
<div class="sections">
|
||||
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div><div class="one_section">Properties</div></div>
|
||||
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div></div>
|
||||
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
|
||||
<p class="unitlink">
|
||||
<a href="uCEFDevToolsMessageObserver.html">uCEFDevToolsMessageObserver</a></p>
|
||||
@@ -25,56 +26,56 @@
|
||||
<li class="thisitem">TCustomDevToolsMessageObserver</li></ul><h2 class="overview">Overview</h2>
|
||||
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html#FEvents">FEvents</a></strong>: Pointer;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html#OnDevToolsMessage-ICefBrowser-Pointer-NativeUInt-boolean-">OnDevToolsMessage</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const message_: Pointer; message_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aHandled: boolean); override;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list2 visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html#OnDevToolsMethodResult-ICefBrowser-integer-boolean-Pointer-NativeUInt-">OnDevToolsMethodResult</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; message_id: integer; success: boolean; const result: Pointer; result_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>); override;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html#OnDevToolsEvent-ICefBrowser-ustring-Pointer-NativeUInt-">OnDevToolsEvent</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const method: <a href="uCEFTypes.html#ustring">ustring</a>; const params: Pointer; params_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>); override;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list2 visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html#OnDevToolsAgentAttached-ICefBrowser-">OnDevToolsAgentAttached</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>); override;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html#OnDevToolsAgentDetached-ICefBrowser-">OnDevToolsAgentDetached</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>); override;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<tr class="list2 visibility-public">
|
||||
<td class="visibility"><span class="badge vis-public">Public</span></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html#Create-IChromiumEvents-">Create</a></strong>(const events: <a href="uCEFInterfaces.IChromiumEvents.html">IChromiumEvents</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<tr class="list visibility-public">
|
||||
<td class="visibility"><span class="badge vis-public">Public</span></td>
|
||||
<td class="itemcode"><code>destructor <strong><a href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html#Destroy">Destroy</a></strong>; override;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Fields</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="FEvents"></span><code><strong>FEvents</strong>: Pointer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<h3 class="detail">Methods</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="OnDevToolsMessage-ICefBrowser-Pointer-NativeUInt-boolean-"></span><code>procedure <strong>OnDevToolsMessage</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const message_: Pointer; message_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aHandled: boolean); override;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -84,9 +85,9 @@
|
||||
<p>Method result dictionaries include an "id" (int) value that identifies the orginating function call sent from ICefBrowserHost.SendDevToolsMessage, and optionally either a "result" (dictionary) or "error" (dictionary) value. The "error" dictionary will contain "code" (int) and "message" (string) values. Event dictionaries include a "function" (string) value and optionally a "params" (dictionary) value. See the DevTools protocol documentation at <a href="https://chromedevtools.github.io/devtools-protocol/">https://chromedevtools.github.io/devtools-protocol/</a> for details of supported function calls and the expected "result" or "params" dictionary contents. JSON dictionaries can be parsed using the CefParseJSON function if desired, however be aware of performance considerations when parsing large messages (some of which may exceed 1MB in size). </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="OnDevToolsMethodResult-ICefBrowser-integer-boolean-Pointer-NativeUInt-"></span><code>procedure <strong>OnDevToolsMethodResult</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; message_id: integer; success: boolean; const result: Pointer; result_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>); override;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -94,9 +95,9 @@
|
||||
Method that will be called after attempted execution of a DevTools protocol function. |browser| is the originating browser instance. |message_id| is the "id" value that identifies the originating function call message. If the function succeeded |success| will be true (1) and |result| will be the UTF8-encoded JSON "result" dictionary value (which may be NULL). If the function failed |success| will be false (0) and |result| will be the UTF8-encoded JSON "error" dictionary value. |result| is only valid for the scope of this callback and should be copied if necessary. See the OnDevToolsMessage documentation for additional details on |result| contents. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="OnDevToolsEvent-ICefBrowser-ustring-Pointer-NativeUInt-"></span><code>procedure <strong>OnDevToolsEvent</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const method: <a href="uCEFTypes.html#ustring">ustring</a>; const params: Pointer; params_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>); override;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -104,9 +105,9 @@
|
||||
Method that will be called on receipt of a DevTools protocol event. |browser| is the originating browser instance. |function| is the "function" value. |params| is the UTF8-encoded JSON "params" dictionary value (which may be NULL). |params| is only valid for the scope of this callback and should be copied if necessary. See the OnDevToolsMessage documentation for additional details on |params| contents. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="OnDevToolsAgentAttached-ICefBrowser-"></span><code>procedure <strong>OnDevToolsAgentAttached</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>); override;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -114,9 +115,9 @@
|
||||
Method that will be called when the DevTools agent has attached. |browser| is the originating browser instance. This will generally occur in response to the first message sent while the agent is detached. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="OnDevToolsAgentDetached-ICefBrowser-"></span><code>procedure <strong>OnDevToolsAgentDetached</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>); override;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -124,17 +125,17 @@
|
||||
Method that will be called when the DevTools agent has detached. |browser| is the originating browser instance. Any function results that were pending before the agent became detached will not be delivered, and any active event subscriptions will be canceled. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<table class="detail visibility-public wide_list">
|
||||
<tr class="list visibility-public">
|
||||
<td class="visibility"><span class="badge vis-public">Public</span></td>
|
||||
<td class="itemcode"><span id="Create-IChromiumEvents-"></span><code>constructor <strong>Create</strong>(const events: <a href="uCEFInterfaces.IChromiumEvents.html">IChromiumEvents</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<table class="detail visibility-public wide_list">
|
||||
<tr class="list visibility-public">
|
||||
<td class="visibility"><span class="badge vis-public">Public</span></td>
|
||||
<td class="itemcode"><span id="Destroy"></span><code>destructor <strong>Destroy</strong>; override;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
|
||||
Reference in New Issue
Block a user