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:
@ -66,7 +66,7 @@
|
||||
</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>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#GetSourceProc-TCefStringVisitorProc-">GetSourceProc</a></strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#GetSourceProc-TCefStringVisitorProc-">GetSourceProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -74,7 +74,7 @@
|
||||
</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>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#GetTextProc-TCefStringVisitorProc-">GetTextProc</a></strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#GetTextProc-TCefStringVisitorProc-">GetTextProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -126,7 +126,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>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#VisitDomProc-TCefDomVisitorProc-">VisitDomProc</a></strong>(const proc: TCefDomVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#VisitDomProc-TCefDomVisitorProc-">VisitDomProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -246,7 +246,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="GetSourceProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetSourceProc</strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="GetSourceProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetSourceProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefFrame.html#GetSourceProc-TCefStringVisitorProc-">ICefFrame.GetSourceProc</a>.</p><p>
|
||||
@ -266,7 +266,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="GetTextProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetTextProc</strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="GetTextProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetTextProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefFrame.html#GetTextProc-TCefStringVisitorProc-">ICefFrame.GetTextProc</a>.</p><p>
|
||||
@ -398,7 +398,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="VisitDomProc-TCefDomVisitorProc-"></span><code>procedure <strong>VisitDomProc</strong>(const proc: TCefDomVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="VisitDomProc-TCefDomVisitorProc-"></span><code>procedure <strong>VisitDomProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefFrame.html#VisitDomProc-TCefDomVisitorProc-">ICefFrame.VisitDomProc</a>.</p><p>
|
||||
|
Reference in New Issue
Block a user