You've already forked CEF4Delphi
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:
@ -47,7 +47,7 @@
|
||||
</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="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a></strong>: TDialogKeyEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a></strong>: <a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -277,7 +277,7 @@
|
||||
</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="uCEFFMXBufferPanel.TFMXBufferPanel.html#OnDialogKey">OnDialogKey</a></strong> : TDialogKeyEvent read <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a> write <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#OnDialogKey">OnDialogKey</a></strong> : <a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a> read <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a> write <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -325,7 +325,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="FOnDialogKey"></span><code><strong>FOnDialogKey</strong>: TDialogKeyEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnDialogKey"></span><code><strong>FOnDialogKey</strong>: <a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -828,7 +828,7 @@
|
||||
<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="OnDialogKey"></span><code>property <strong>OnDialogKey</strong> : TDialogKeyEvent read <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a> write <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnDialogKey"></span><code>property <strong>OnDialogKey</strong> : <a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a> read <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a> write <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user