You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Fixed ICefRequest documentation and code comments
This commit is contained in:
@@ -110,7 +110,7 @@ TEmbeddedChromium
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserWindow.TEmbeddedChromium.html#InternalOnGotFocus">InternalOnGotFocus</a></strong> : TOnGotFocus read FInternalOnGotFocus write FInternalOnGotFocus;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserWindow.TEmbeddedChromium.html#InternalOnGotFocus">InternalOnGotFocus</a></strong> : <a href="uCEFChromiumEvents.html#TOnGotFocus">TOnGotFocus</a> read FInternalOnGotFocus write FInternalOnGotFocus;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@@ -289,7 +289,7 @@ Includes browser in creation</p>
|
||||
<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>
|
||||
<td class="itemcode"><span id="InternalOnGotFocus"></span><code>property <strong>InternalOnGotFocus</strong> : TOnGotFocus read FInternalOnGotFocus write FInternalOnGotFocus;</code></td>
|
||||
<td class="itemcode"><span id="InternalOnGotFocus"></span><code>property <strong>InternalOnGotFocus</strong> : <a href="uCEFChromiumEvents.html#TOnGotFocus">TOnGotFocus</a> read FInternalOnGotFocus write FInternalOnGotFocus;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user