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:
@ -49,7 +49,7 @@
|
||||
</tr>
|
||||
<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="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a></strong>: TOnAllowEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a></strong>: <a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -151,7 +151,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>property <strong><a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#OnAllowDoWork">OnAllowDoWork</a></strong> : TOnAllowEvent read <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a> write <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#OnAllowDoWork">OnAllowDoWork</a></strong> : <a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a> read <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a> write <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -207,7 +207,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="FOnAllowDoWork"></span><code><strong>FOnAllowDoWork</strong>: TOnAllowEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnAllowDoWork"></span><code><strong>FOnAllowDoWork</strong>: <a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -401,7 +401,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="OnAllowDoWork"></span><code>property <strong>OnAllowDoWork</strong> : TOnAllowEvent read <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a> write <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnAllowDoWork"></span><code>property <strong>OnAllowDoWork</strong> : <a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a> read <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a> write <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a>;</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