1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Fixed ICefRequest documentation and code comments

This commit is contained in:
Salvador Díaz Fau
2024-04-18 12:25:41 +02:00
parent 7b21547a4b
commit 7d822c5340
67 changed files with 2443 additions and 2443 deletions

View File

@ -41,35 +41,35 @@
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a></strong>: TOnServerCreated;</code></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a></strong>: <a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a></strong>: TOnServerDestroyed;</code></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a></strong>: <a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a></strong>: TOnClientConnected;</code></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a></strong>: <a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a></strong>: TOnClientDisconnected;</code></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a></strong>: <a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a></strong>: TOnHttpRequest;</code></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a></strong>: <a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a></strong>: TOnWebSocketRequest;</code></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a></strong>: <a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a></strong>: TOnWebSocketConnected;</code></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a></strong>: <a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a></strong>: TOnWebSocketMessage;</code></td>
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a></strong>: <a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a>;</code></td>
</tr>
</table>
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
@ -195,35 +195,35 @@
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnServerCreated">OnServerCreated</a></strong> : TOnServerCreated read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnServerCreated">OnServerCreated</a></strong> : <a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnServerDestroyed">OnServerDestroyed</a></strong> : TOnServerDestroyed read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnServerDestroyed">OnServerDestroyed</a></strong> : <a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnClientConnected">OnClientConnected</a></strong> : TOnClientConnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnClientConnected">OnClientConnected</a></strong> : <a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnClientDisconnected">OnClientDisconnected</a></strong> : TOnClientDisconnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnClientDisconnected">OnClientDisconnected</a></strong> : <a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnHttpRequest">OnHttpRequest</a></strong> : TOnHttpRequest read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnHttpRequest">OnHttpRequest</a></strong> : <a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketRequest">OnWebSocketRequest</a></strong> : TOnWebSocketRequest read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketRequest">OnWebSocketRequest</a></strong> : <a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketConnected">OnWebSocketConnected</a></strong> : TOnWebSocketConnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketConnected">OnWebSocketConnected</a></strong> : <a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketMessage">OnWebSocketMessage</a></strong> : TOnWebSocketMessage read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketMessage">OnWebSocketMessage</a></strong> : <a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a>;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
@ -255,7 +255,7 @@
<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>
<td class="itemcode"><span id="FOnServerCreated"></span><code><strong>FOnServerCreated</strong>: TOnServerCreated;</code></td>
<td class="itemcode"><span id="FOnServerCreated"></span><code><strong>FOnServerCreated</strong>: <a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -265,7 +265,7 @@ IServerEvents</p>
<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>
<td class="itemcode"><span id="FOnServerDestroyed"></span><code><strong>FOnServerDestroyed</strong>: TOnServerDestroyed;</code></td>
<td class="itemcode"><span id="FOnServerDestroyed"></span><code><strong>FOnServerDestroyed</strong>: <a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -273,7 +273,7 @@ IServerEvents</p>
<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>
<td class="itemcode"><span id="FOnClientConnected"></span><code><strong>FOnClientConnected</strong>: TOnClientConnected;</code></td>
<td class="itemcode"><span id="FOnClientConnected"></span><code><strong>FOnClientConnected</strong>: <a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -281,7 +281,7 @@ IServerEvents</p>
<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>
<td class="itemcode"><span id="FOnClientDisconnected"></span><code><strong>FOnClientDisconnected</strong>: TOnClientDisconnected;</code></td>
<td class="itemcode"><span id="FOnClientDisconnected"></span><code><strong>FOnClientDisconnected</strong>: <a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -289,7 +289,7 @@ IServerEvents</p>
<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>
<td class="itemcode"><span id="FOnHttpRequest"></span><code><strong>FOnHttpRequest</strong>: TOnHttpRequest;</code></td>
<td class="itemcode"><span id="FOnHttpRequest"></span><code><strong>FOnHttpRequest</strong>: <a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -297,7 +297,7 @@ IServerEvents</p>
<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>
<td class="itemcode"><span id="FOnWebSocketRequest"></span><code><strong>FOnWebSocketRequest</strong>: TOnWebSocketRequest;</code></td>
<td class="itemcode"><span id="FOnWebSocketRequest"></span><code><strong>FOnWebSocketRequest</strong>: <a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -305,7 +305,7 @@ IServerEvents</p>
<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>
<td class="itemcode"><span id="FOnWebSocketConnected"></span><code><strong>FOnWebSocketConnected</strong>: TOnWebSocketConnected;</code></td>
<td class="itemcode"><span id="FOnWebSocketConnected"></span><code><strong>FOnWebSocketConnected</strong>: <a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -313,7 +313,7 @@ IServerEvents</p>
<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>
<td class="itemcode"><span id="FOnWebSocketMessage"></span><code><strong>FOnWebSocketMessage</strong>: TOnWebSocketMessage;</code></td>
<td class="itemcode"><span id="FOnWebSocketMessage"></span><code><strong>FOnWebSocketMessage</strong>: <a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -585,7 +585,7 @@ IServerEvents</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnServerCreated"></span><code>property <strong>OnServerCreated</strong> : TOnServerCreated read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a>;</code></td>
<td class="itemcode"><span id="OnServerCreated"></span><code>property <strong>OnServerCreated</strong> : <a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -601,7 +601,7 @@ IServerEvents</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnServerDestroyed"></span><code>property <strong>OnServerDestroyed</strong> : TOnServerDestroyed read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a>;</code></td>
<td class="itemcode"><span id="OnServerDestroyed"></span><code>property <strong>OnServerDestroyed</strong> : <a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -617,7 +617,7 @@ IServerEvents</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnClientConnected"></span><code>property <strong>OnClientConnected</strong> : TOnClientConnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a>;</code></td>
<td class="itemcode"><span id="OnClientConnected"></span><code>property <strong>OnClientConnected</strong> : <a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -633,7 +633,7 @@ IServerEvents</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnClientDisconnected"></span><code>property <strong>OnClientDisconnected</strong> : TOnClientDisconnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a>;</code></td>
<td class="itemcode"><span id="OnClientDisconnected"></span><code>property <strong>OnClientDisconnected</strong> : <a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -649,7 +649,7 @@ IServerEvents</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnHttpRequest"></span><code>property <strong>OnHttpRequest</strong> : TOnHttpRequest read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a>;</code></td>
<td class="itemcode"><span id="OnHttpRequest"></span><code>property <strong>OnHttpRequest</strong> : <a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -665,7 +665,7 @@ IServerEvents</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnWebSocketRequest"></span><code>property <strong>OnWebSocketRequest</strong> : TOnWebSocketRequest read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a>;</code></td>
<td class="itemcode"><span id="OnWebSocketRequest"></span><code>property <strong>OnWebSocketRequest</strong> : <a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -681,7 +681,7 @@ IServerEvents</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnWebSocketConnected"></span><code>property <strong>OnWebSocketConnected</strong> : TOnWebSocketConnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a>;</code></td>
<td class="itemcode"><span id="OnWebSocketConnected"></span><code>property <strong>OnWebSocketConnected</strong> : <a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -697,7 +697,7 @@ IServerEvents</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnWebSocketMessage"></span><code>property <strong>OnWebSocketMessage</strong> : TOnWebSocketMessage read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a>;</code></td>
<td class="itemcode"><span id="OnWebSocketMessage"></span><code>property <strong>OnWebSocketMessage</strong> : <a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>