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

@ -741,76 +741,76 @@
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaSourceInfoArray">TCefMediaSourceInfoArray</a></strong> = array of <a href="uCEFInterfaces.TCefMediaSourceInfo.html">TCefMediaSourceInfo</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefEndTracingCallbackProc-ustring-">TCefEndTracingCallbackProc</a></strong> = procedure(const tracingFile: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefEndTracingCallbackProc">TCefEndTracingCallbackProc</a></strong> = procedure(const tracingFile: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefFastTaskProc">TCefFastTaskProc</a></strong> = procedure();</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefv8ArrayBufferReleaseCallbackProc-Pointer-">TCefv8ArrayBufferReleaseCallbackProc</a></strong> = procedure(buffer : Pointer);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefv8ArrayBufferReleaseCallbackProc">TCefv8ArrayBufferReleaseCallbackProc</a></strong> = procedure(buffer : Pointer);</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefWebPluginIsUnstableProc-ustring-Boolean-">TCefWebPluginIsUnstableProc</a></strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; unstable: Boolean);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefWebPluginIsUnstableProc">TCefWebPluginIsUnstableProc</a></strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; unstable: Boolean);</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8AccessorGetterProc-ustring-ICefv8Value-ICefv8Value-ustring-">TCefV8AccessorGetterProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8AccessorGetterProc">TCefV8AccessorGetterProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8AccessorSetterProc-ustring-ICefv8Value-ICefv8Value-ustring-">TCefV8AccessorSetterProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8AccessorSetterProc">TCefV8AccessorSetterProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc-ustring-ICefv8Value-ICefv8Value-ustring-">TCefV8InterceptorGetterByNameProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc">TCefV8InterceptorGetterByNameProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc-ustring-ICefv8Value-ICefv8Value-ustring-">TCefV8InterceptorSetterByNameProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc">TCefV8InterceptorSetterByNameProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc-integer-ICefv8Value-ICefv8Value-ustring-">TCefV8InterceptorGetterByIndexProc</a></strong> = function(index: integer; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc">TCefV8InterceptorGetterByIndexProc</a></strong> = function(index: integer; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc-integer-ICefv8Value-ICefv8Value-ustring-">TCefV8InterceptorSetterByIndexProc</a></strong> = function(index: integer; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc">TCefV8InterceptorSetterByIndexProc</a></strong> = function(index: integer; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc-ustring-Boolean-">TOnPdfPrintFinishedProc</a></strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; ok: Boolean);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a></strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; ok: Boolean);</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc-ICefDomDocument-">TCefDomVisitorProc</a></strong> = procedure(const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a></strong> = procedure(const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc2-ICefBrowser-ICefFrame-ICefDomDocument-">TCefDomVisitorProc2</a></strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a></strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc3-ICefBrowser-ICefFrame-ICefDomDocument-ustring-">TCefDomVisitorProc3</a></strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc3">TCefDomVisitorProc3</a></strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefStringVisitorProc-ustring-">TCefStringVisitorProc</a></strong> = procedure(const str: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a></strong> = procedure(const str: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc-TStrings-">TCefRunFileDialogCallbackProc</a></strong> = procedure(const filePaths: TStrings);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a></strong> = procedure(const filePaths: TStrings);</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefCompletionCallbackProc">TCefCompletionCallbackProc</a></strong> = procedure();</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefSetCookieCallbackProc-Boolean-">TCefSetCookieCallbackProc</a></strong> = procedure(success: Boolean);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a></strong> = procedure(success: Boolean);</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc-Integer-">TCefDeleteCookiesCallbackProc</a></strong> = procedure(numDeleted: Integer);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a></strong> = procedure(numDeleted: Integer);</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc-ICefNavigationEntry-Boolean-Integer-Integer-">TCefNavigationEntryVisitorProc</a></strong> = function(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer): Boolean;</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a></strong> = function(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer): Boolean;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc-ustring-Integer-ICefImage-">TOnDownloadImageFinishedProc</a></strong> = procedure(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a></strong> = procedure(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefCookieVisitorProc-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-Integer-Integer-TCefCookieSameSite-TCefCookiePriority-Boolean-">TCefCookieVisitorProc</a></strong> = function(const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total: Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; out deleteCookie: Boolean): Boolean;</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a></strong> = function(const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total: Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; out deleteCookie: Boolean): Boolean;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc-TCefMediaRouterCreateResult-ustring-ICefMediaRoute-">TCefMediaRouteCreateCallbackProc</a></strong> = procedure(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a></strong> = procedure(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>);</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaSinkDeviceInfoCallbackProc-ustring-integer-ustring-">TCefMediaSinkDeviceInfoCallbackProc</a></strong> = procedure(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaSinkDeviceInfoCallbackProc">TCefMediaSinkDeviceInfoCallbackProc</a></strong> = procedure(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
@ -887,7 +887,7 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TCefEndTracingCallbackProc-ustring-"></span><code><strong>TCefEndTracingCallbackProc</strong> = procedure(const tracingFile: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
<td class="itemcode"><span id="TCefEndTracingCallbackProc"></span><code><strong>TCefEndTracingCallbackProc</strong> = procedure(const tracingFile: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="1">
<p>
@ -903,98 +903,98 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TCefv8ArrayBufferReleaseCallbackProc-Pointer-"></span><code><strong>TCefv8ArrayBufferReleaseCallbackProc</strong> = procedure(buffer : Pointer);</code></td>
<td class="itemcode"><span id="TCefv8ArrayBufferReleaseCallbackProc"></span><code><strong>TCefv8ArrayBufferReleaseCallbackProc</strong> = procedure(buffer : Pointer);</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="TCefWebPluginIsUnstableProc-ustring-Boolean-"></span><code><strong>TCefWebPluginIsUnstableProc</strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; unstable: Boolean);</code></td>
<td class="itemcode"><span id="TCefWebPluginIsUnstableProc"></span><code><strong>TCefWebPluginIsUnstableProc</strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; unstable: Boolean);</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="TCefV8AccessorGetterProc-ustring-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8AccessorGetterProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><span id="TCefV8AccessorGetterProc"></span><code><strong>TCefV8AccessorGetterProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</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="TCefV8AccessorSetterProc-ustring-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8AccessorSetterProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><span id="TCefV8AccessorSetterProc"></span><code><strong>TCefV8AccessorSetterProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</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="TCefV8InterceptorGetterByNameProc-ustring-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8InterceptorGetterByNameProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><span id="TCefV8InterceptorGetterByNameProc"></span><code><strong>TCefV8InterceptorGetterByNameProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</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="TCefV8InterceptorSetterByNameProc-ustring-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8InterceptorSetterByNameProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><span id="TCefV8InterceptorSetterByNameProc"></span><code><strong>TCefV8InterceptorSetterByNameProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</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="TCefV8InterceptorGetterByIndexProc-integer-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8InterceptorGetterByIndexProc</strong> = function(index: integer; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><span id="TCefV8InterceptorGetterByIndexProc"></span><code><strong>TCefV8InterceptorGetterByIndexProc</strong> = function(index: integer; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</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="TCefV8InterceptorSetterByIndexProc-integer-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8InterceptorSetterByIndexProc</strong> = function(index: integer; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
<td class="itemcode"><span id="TCefV8InterceptorSetterByIndexProc"></span><code><strong>TCefV8InterceptorSetterByIndexProc</strong> = function(index: integer; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</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="TOnPdfPrintFinishedProc-ustring-Boolean-"></span><code><strong>TOnPdfPrintFinishedProc</strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; ok: Boolean);</code></td>
<td class="itemcode"><span id="TOnPdfPrintFinishedProc"></span><code><strong>TOnPdfPrintFinishedProc</strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; ok: Boolean);</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="TCefDomVisitorProc-ICefDomDocument-"></span><code><strong>TCefDomVisitorProc</strong> = procedure(const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
<td class="itemcode"><span id="TCefDomVisitorProc"></span><code><strong>TCefDomVisitorProc</strong> = procedure(const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</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="TCefDomVisitorProc2-ICefBrowser-ICefFrame-ICefDomDocument-"></span><code><strong>TCefDomVisitorProc2</strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
<td class="itemcode"><span id="TCefDomVisitorProc2"></span><code><strong>TCefDomVisitorProc2</strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</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="TCefDomVisitorProc3-ICefBrowser-ICefFrame-ICefDomDocument-ustring-"></span><code><strong>TCefDomVisitorProc3</strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
<td class="itemcode"><span id="TCefDomVisitorProc3"></span><code><strong>TCefDomVisitorProc3</strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</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="TCefStringVisitorProc-ustring-"></span><code><strong>TCefStringVisitorProc</strong> = procedure(const str: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
<td class="itemcode"><span id="TCefStringVisitorProc"></span><code><strong>TCefStringVisitorProc</strong> = procedure(const str: <a href="uCEFTypes.html#ustring">ustring</a>);</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="TCefRunFileDialogCallbackProc-TStrings-"></span><code><strong>TCefRunFileDialogCallbackProc</strong> = procedure(const filePaths: TStrings);</code></td>
<td class="itemcode"><span id="TCefRunFileDialogCallbackProc"></span><code><strong>TCefRunFileDialogCallbackProc</strong> = procedure(const filePaths: TStrings);</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -1008,49 +1008,49 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TCefSetCookieCallbackProc-Boolean-"></span><code><strong>TCefSetCookieCallbackProc</strong> = procedure(success: Boolean);</code></td>
<td class="itemcode"><span id="TCefSetCookieCallbackProc"></span><code><strong>TCefSetCookieCallbackProc</strong> = procedure(success: Boolean);</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="TCefDeleteCookiesCallbackProc-Integer-"></span><code><strong>TCefDeleteCookiesCallbackProc</strong> = procedure(numDeleted: Integer);</code></td>
<td class="itemcode"><span id="TCefDeleteCookiesCallbackProc"></span><code><strong>TCefDeleteCookiesCallbackProc</strong> = procedure(numDeleted: Integer);</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="TCefNavigationEntryVisitorProc-ICefNavigationEntry-Boolean-Integer-Integer-"></span><code><strong>TCefNavigationEntryVisitorProc</strong> = function(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer): Boolean;</code></td>
<td class="itemcode"><span id="TCefNavigationEntryVisitorProc"></span><code><strong>TCefNavigationEntryVisitorProc</strong> = function(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer): Boolean;</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="TOnDownloadImageFinishedProc-ustring-Integer-ICefImage-"></span><code><strong>TOnDownloadImageFinishedProc</strong> = procedure(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
<td class="itemcode"><span id="TOnDownloadImageFinishedProc"></span><code><strong>TOnDownloadImageFinishedProc</strong> = procedure(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</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="TCefCookieVisitorProc-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-Integer-Integer-TCefCookieSameSite-TCefCookiePriority-Boolean-"></span><code><strong>TCefCookieVisitorProc</strong> = function(const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total: Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; out deleteCookie: Boolean): Boolean;</code></td>
<td class="itemcode"><span id="TCefCookieVisitorProc"></span><code><strong>TCefCookieVisitorProc</strong> = function(const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total: Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; out deleteCookie: Boolean): Boolean;</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="TCefMediaRouteCreateCallbackProc-TCefMediaRouterCreateResult-ustring-ICefMediaRoute-"></span><code><strong>TCefMediaRouteCreateCallbackProc</strong> = procedure(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>);</code></td>
<td class="itemcode"><span id="TCefMediaRouteCreateCallbackProc"></span><code><strong>TCefMediaRouteCreateCallbackProc</strong> = procedure(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>);</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="TCefMediaSinkDeviceInfoCallbackProc-ustring-integer-ustring-"></span><code><strong>TCefMediaSinkDeviceInfoCallbackProc</strong> = procedure(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
<td class="itemcode"><span id="TCefMediaSinkDeviceInfoCallbackProc"></span><code><strong>TCefMediaSinkDeviceInfoCallbackProc</strong> = procedure(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>