1
0
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:
Salvador Díaz Fau
2024-04-18 12:25:41 +02:00
parent 7b21547a4b
commit 7d822c5340
67 changed files with 2443 additions and 2443 deletions

View File

@ -41,23 +41,23 @@
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a></strong>: TOnRequestComplete;</code></td>
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a>;</code></td>
</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="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a></strong>: TOnUploadProgress;</code></td>
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a></strong>: TOnDownloadProgress;</code></td>
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a>;</code></td>
</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="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a></strong>: TOnDownloadData;</code></td>
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a></strong>: TOnGetAuthCredentials;</code></td>
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
@ -127,23 +127,23 @@
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnRequestComplete">OnRequestComplete</a></strong> : TOnRequestComplete read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnRequestComplete">OnRequestComplete</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnUploadProgress">OnUploadProgress</a></strong> : TOnUploadProgress read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnUploadProgress">OnUploadProgress</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnDownloadProgress">OnDownloadProgress</a></strong> : TOnDownloadProgress read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnDownloadProgress">OnDownloadProgress</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnDownloadData">OnDownloadData</a></strong> : TOnDownloadData read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnDownloadData">OnDownloadData</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnGetAuthCredentials">OnGetAuthCredentials</a></strong> : TOnGetAuthCredentials read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnGetAuthCredentials">OnGetAuthCredentials</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
@ -179,7 +179,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="FOnRequestComplete"></span><code><strong>FOnRequestComplete</strong>: TOnRequestComplete;</code></td>
<td class="itemcode"><span id="FOnRequestComplete"></span><code><strong>FOnRequestComplete</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -187,7 +187,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="FOnUploadProgress"></span><code><strong>FOnUploadProgress</strong>: TOnUploadProgress;</code></td>
<td class="itemcode"><span id="FOnUploadProgress"></span><code><strong>FOnUploadProgress</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -195,7 +195,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="FOnDownloadProgress"></span><code><strong>FOnDownloadProgress</strong>: TOnDownloadProgress;</code></td>
<td class="itemcode"><span id="FOnDownloadProgress"></span><code><strong>FOnDownloadProgress</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -203,7 +203,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="FOnDownloadData"></span><code><strong>FOnDownloadData</strong>: TOnDownloadData;</code></td>
<td class="itemcode"><span id="FOnDownloadData"></span><code><strong>FOnDownloadData</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -211,7 +211,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="FOnGetAuthCredentials"></span><code><strong>FOnGetAuthCredentials</strong>: TOnGetAuthCredentials;</code></td>
<td class="itemcode"><span id="FOnGetAuthCredentials"></span><code><strong>FOnGetAuthCredentials</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
@ -351,7 +351,7 @@ Custom</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRequestComplete"></span><code>property <strong>OnRequestComplete</strong> : TOnRequestComplete read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a>;</code></td>
<td class="itemcode"><span id="OnRequestComplete"></span><code>property <strong>OnRequestComplete</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -367,7 +367,7 @@ Custom</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnUploadProgress"></span><code>property <strong>OnUploadProgress</strong> : TOnUploadProgress read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a>;</code></td>
<td class="itemcode"><span id="OnUploadProgress"></span><code>property <strong>OnUploadProgress</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -383,7 +383,7 @@ Custom</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDownloadProgress"></span><code>property <strong>OnDownloadProgress</strong> : TOnDownloadProgress read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a>;</code></td>
<td class="itemcode"><span id="OnDownloadProgress"></span><code>property <strong>OnDownloadProgress</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -399,7 +399,7 @@ Custom</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDownloadData"></span><code>property <strong>OnDownloadData</strong> : TOnDownloadData read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a>;</code></td>
<td class="itemcode"><span id="OnDownloadData"></span><code>property <strong>OnDownloadData</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -415,7 +415,7 @@ Custom</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetAuthCredentials"></span><code>property <strong>OnGetAuthCredentials</strong> : TOnGetAuthCredentials read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
<td class="itemcode"><span id="OnGetAuthCredentials"></span><code>property <strong>OnGetAuthCredentials</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>