1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +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

@ -173,31 +173,31 @@ TOsrBrowserWindow - Off-Screen-Rendering
</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="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseDown">OnMouseDown</a></strong>: TBrowserMouseEvent read FOnMouseDown write FOnMouseDown;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseDown">OnMouseDown</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a> read FOnMouseDown write FOnMouseDown;</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="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseUp">OnMouseUp</a></strong>: TBrowserMouseEvent read FOnMouseUp write FOnMouseUp;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseUp">OnMouseUp</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a> read FOnMouseUp write FOnMouseUp;</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="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseMove">OnMouseMove</a></strong>: TBrowserMouseMoveEvent read FOnMouseMove write FOnMouseMove;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseMove">OnMouseMove</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseMoveEvent">TBrowserMouseMoveEvent</a> read FOnMouseMove write FOnMouseMove;</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="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseWheel">OnMouseWheel</a></strong>: TBrowserMouseWheelEvent read FOnMouseWheel write FOnMouseWheel;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseWheel">OnMouseWheel</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseWheelEvent">TBrowserMouseWheelEvent</a> read FOnMouseWheel write FOnMouseWheel;</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="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnKeyDown">OnKeyDown</a></strong>: TBrowserKeyEvent read FOnKeyDown write FOnKeyDown;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnKeyDown">OnKeyDown</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a> read FOnKeyDown write FOnKeyDown;</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="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnKeyUp">OnKeyUp</a></strong>: TBrowserKeyEvent read FOnKeyUp write FOnKeyUp;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnKeyUp">OnKeyUp</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a> read FOnKeyUp write FOnKeyUp;</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="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnUtf8KeyPress">OnUtf8KeyPress</a></strong>: TBrowserUTF8KeyPressEvent read FOnUtf8KeyPress write FOnUtf8KeyPress;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnUtf8KeyPress">OnUtf8KeyPress</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserUTF8KeyPressEvent">TBrowserUTF8KeyPressEvent</a> read FOnUtf8KeyPress write FOnUtf8KeyPress;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
@ -480,7 +480,7 @@ Key input works only for windows.</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="OnMouseDown"></span><code>property <strong>OnMouseDown</strong>: TBrowserMouseEvent read FOnMouseDown write FOnMouseDown;</code></td>
<td class="itemcode"><span id="OnMouseDown"></span><code>property <strong>OnMouseDown</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a> read FOnMouseDown write FOnMouseDown;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -490,7 +490,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
<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="OnMouseUp"></span><code>property <strong>OnMouseUp</strong>: TBrowserMouseEvent read FOnMouseUp write FOnMouseUp;</code></td>
<td class="itemcode"><span id="OnMouseUp"></span><code>property <strong>OnMouseUp</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a> read FOnMouseUp write FOnMouseUp;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -498,7 +498,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
<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="OnMouseMove"></span><code>property <strong>OnMouseMove</strong>: TBrowserMouseMoveEvent read FOnMouseMove write FOnMouseMove;</code></td>
<td class="itemcode"><span id="OnMouseMove"></span><code>property <strong>OnMouseMove</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseMoveEvent">TBrowserMouseMoveEvent</a> read FOnMouseMove write FOnMouseMove;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -506,7 +506,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
<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="OnMouseWheel"></span><code>property <strong>OnMouseWheel</strong>: TBrowserMouseWheelEvent read FOnMouseWheel write FOnMouseWheel;</code></td>
<td class="itemcode"><span id="OnMouseWheel"></span><code>property <strong>OnMouseWheel</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseWheelEvent">TBrowserMouseWheelEvent</a> read FOnMouseWheel write FOnMouseWheel;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -514,7 +514,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
<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="OnKeyDown"></span><code>property <strong>OnKeyDown</strong>: TBrowserKeyEvent read FOnKeyDown write FOnKeyDown;</code></td>
<td class="itemcode"><span id="OnKeyDown"></span><code>property <strong>OnKeyDown</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a> read FOnKeyDown write FOnKeyDown;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -522,7 +522,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
<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="OnKeyUp"></span><code>property <strong>OnKeyUp</strong>: TBrowserKeyEvent read FOnKeyUp write FOnKeyUp;</code></td>
<td class="itemcode"><span id="OnKeyUp"></span><code>property <strong>OnKeyUp</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a> read FOnKeyUp write FOnKeyUp;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -530,7 +530,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
<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="OnUtf8KeyPress"></span><code>property <strong>OnUtf8KeyPress</strong>: TBrowserUTF8KeyPressEvent read FOnUtf8KeyPress write FOnUtf8KeyPress;</code></td>
<td class="itemcode"><span id="OnUtf8KeyPress"></span><code>property <strong>OnUtf8KeyPress</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserUTF8KeyPressEvent">TBrowserUTF8KeyPressEvent</a> read FOnUtf8KeyPress write FOnUtf8KeyPress;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>