You've already forked CEF4Delphi
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:
@ -27,7 +27,7 @@
|
||||
<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>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDomVisitor.TCefFastDomVisitor2.html#FProc">FProc</a></strong>: TCefDomVisitorProc2;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDomVisitor.TCefFastDomVisitor2.html#FProc">FProc</a></strong>: <a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -46,7 +46,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDomVisitor.TCefFastDomVisitor2.html#Create-ICefBrowser-ICefFrame-TCefDomVisitorProc2-">Create</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: TCefDomVisitorProc2); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDomVisitor.TCefFastDomVisitor2.html#Create-ICefBrowser-ICefFrame-TCefDomVisitorProc2-">Create</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -58,7 +58,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="FProc"></span><code><strong>FProc</strong>: TCefDomVisitorProc2;</code></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: <a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -93,7 +93,7 @@
|
||||
<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="Create-ICefBrowser-ICefFrame-TCefDomVisitorProc2-"></span><code>constructor <strong>Create</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: TCefDomVisitorProc2); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><span id="Create-ICefBrowser-ICefFrame-TCefDomVisitorProc2-"></span><code>constructor <strong>Create</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a>); reintroduce; virtual;</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