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:
@ -16,54 +16,54 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete-TObject-ICefUrlRequest-">TOnRequestComplete</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress-TObject-ICefUrlRequest-Int64-Int64-">TOnUploadProgress</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress-TObject-ICefUrlRequest-Int64-Int64-">TOnDownloadProgress</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnDownloadData-TObject-ICefUrlRequest-Pointer-NativeUInt-">TOnDownloadData</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; data: Pointer; dataLength: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; data: Pointer; dataLength: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials-TObject-Boolean-ustring-Integer-ustring-ustring-ICefAuthCallback-Boolean-">TOnGetAuthCredentials</a></strong> = procedure(Sender: TObject; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a>; var aResult : Boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a></strong> = procedure(Sender: TObject; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a>; var aResult : Boolean) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnRequestComplete-TObject-ICefUrlRequest-"></span><code><strong>TOnRequestComplete</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnRequestComplete"></span><code><strong>TOnRequestComplete</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnUploadProgress-TObject-ICefUrlRequest-Int64-Int64-"></span><code><strong>TOnUploadProgress</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnUploadProgress"></span><code><strong>TOnUploadProgress</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnDownloadProgress-TObject-ICefUrlRequest-Int64-Int64-"></span><code><strong>TOnDownloadProgress</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnDownloadProgress"></span><code><strong>TOnDownloadProgress</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnDownloadData-TObject-ICefUrlRequest-Pointer-NativeUInt-"></span><code><strong>TOnDownloadData</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; data: Pointer; dataLength: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnDownloadData"></span><code><strong>TOnDownloadData</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; data: Pointer; dataLength: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetAuthCredentials-TObject-Boolean-ustring-Integer-ustring-ustring-ICefAuthCallback-Boolean-"></span><code><strong>TOnGetAuthCredentials</strong> = procedure(Sender: TObject; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a>; var aResult : Boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetAuthCredentials"></span><code><strong>TOnGetAuthCredentials</strong> = procedure(Sender: TObject; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a>; var aResult : Boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
Reference in New Issue
Block a user