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:
@ -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="uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html#FCallback">FCallback</a></strong>: TCefMediaRouteCreateCallbackProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,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="uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html#Create-TCefMediaRouteCreateCallbackProc-">Create</a></strong>(const callback: TCefMediaRouteCreateCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html#Create-TCefMediaRouteCreateCallbackProc-">Create</a></strong>(const callback: <a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -50,7 +50,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="FCallback"></span><code><strong>FCallback</strong>: TCefMediaRouteCreateCallbackProc;</code></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -69,7 +69,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-TCefMediaRouteCreateCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: TCefMediaRouteCreateCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefMediaRouteCreateCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: <a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a>); reintroduce;</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