1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-02 21:57:37 +02:00

Update to CEF 133.4.0

This commit is contained in:
Salvador Díaz Fau 2025-02-26 16:05:45 +01:00
parent 345c99ce59
commit 9c41b46285
27 changed files with 4085 additions and 3727 deletions

View File

@ -3,15 +3,15 @@ CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chro
CEF4Delphi is based on DCEF3 and fpCEF3. The original license of those projects still applies to CEF4Delphi. Read the license terms in the LICENSE.md file.
CEF4Delphi uses CEF 133.4.6 which includes Chromium 133.0.6943.99.
CEF4Delphi uses CEF 133.4.0 which includes Chromium 133.0.6943.127.
The CEF binaries used by CEF4Delphi are available for download at Spotify :
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.6%2Bg24b5131%2Bchromium-133.0.6943.99_windows32.tar.bz2)
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.6%2Bg24b5131%2Bchromium-133.0.6943.99_windows64.tar.bz2)
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.6%2Bg24b5131%2Bchromium-133.0.6943.99_linux64.tar.bz2)
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.6%2Bg24b5131%2Bchromium-133.0.6943.99_linuxarm.tar.bz2)
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.6%2Bg24b5131%2Bchromium-133.0.6943.99_linuxarm64.tar.bz2)
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.6%2Bg24b5131%2Bchromium-133.0.6943.99_macosx64.tar.bz2)
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.0%2Bg760a2c4%2Bchromium-133.0.6943.127_windows32.tar.bz2)
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.0%2Bg760a2c4%2Bchromium-133.0.6943.127_windows64.tar.bz2)
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.0%2Bg760a2c4%2Bchromium-133.0.6943.127_linux64.tar.bz2)
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.0%2Bg760a2c4%2Bchromium-133.0.6943.127_linuxarm.tar.bz2)
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.0%2Bg760a2c4%2Bchromium-133.0.6943.127_linuxarm64.tar.bz2)
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_133.4.0%2Bg760a2c4%2Bchromium-133.0.6943.127_macosx64.tar.bz2)
CEF4Delphi was developed and tested on Delphi 12.2 and it has been tested in Delphi 6, Delphi XE, Delphi 10, Delphi 11 and Lazarus 3.8/FPC 3.2.2. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.

View File

@ -369,7 +369,6 @@ var
begin
TempInfo := 'libcef.dll : ' + CRLF + GlobalCEFApp.LibCefVersion + CRLF + CRLF +
'chrome_elf.dll : ' + CRLF + GlobalCEFApp.ChromeVersion + CRLF + CRLF +
'Universal API hash : ' + CRLF + GlobalCEFApp.ApiHashUniversal + CRLF + CRLF +
'Platform API hash : ' + CRLF + GlobalCEFApp.ApiHashPlatform + CRLF + CRLF +
'Commit API hash : ' + CRLF + GlobalCEFApp.ApiHashCommit;

View File

@ -354,7 +354,6 @@ var
begin
TempInfo := 'libcef.dll : ' + CRLF + GlobalCEFApp.LibCefVersion + CRLF + CRLF +
'chrome_elf.dll : ' + CRLF + GlobalCEFApp.ChromeVersion + CRLF + CRLF +
'Universal API hash : ' + CRLF + GlobalCEFApp.ApiHashUniversal + CRLF + CRLF +
'Platform API hash : ' + CRLF + GlobalCEFApp.ApiHashPlatform + CRLF + CRLF +
'Commit API hash : ' + CRLF + GlobalCEFApp.ApiHashCommit;

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
<ul class="hierarchylevel">
<li>IInterface<ul class="hierarchylevel">
<li><a class="bold" href="uCEFInterfaces.IApplicationCoreEvents.html">IApplicationCoreEvents</a><li><a class="bold" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a><ul class="hierarchylevel">
<li><a class="bold" href="uCEFInterfaces.ICefAccessibilityHandler.html">ICefAccessibilityHandler</a><li><a class="bold" href="uCEFInterfaces.ICefApp.html">ICefApp</a><li><a class="bold" href="uCEFInterfaces.ICefAudioHandler.html">ICefAudioHandler</a><li><a class="bold" href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a><li><a class="bold" href="uCEFInterfaces.ICefBeforeDownloadCallback.html">ICefBeforeDownloadCallback</a><li><a class="bold" href="uCEFInterfaces.ICefBinaryValue.html">ICefBinaryValue</a><li><a class="bold" href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a><li><a class="bold" href="uCEFInterfaces.ICefBrowserHost.html">ICefBrowserHost</a><li><a class="bold" href="uCEFInterfaces.ICefBrowserProcessHandler.html">ICefBrowserProcessHandler</a><li><a class="bold" href="uCEFInterfaces.ICefCallback.html">ICefCallback</a><li><a class="bold" href="uCEFInterfaces.ICefClient.html">ICefClient</a><li><a class="bold" href="uCEFInterfaces.ICefCommandHandler.html">ICefCommandHandler</a><li><a class="bold" href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a><li><a class="bold" href="uCEFInterfaces.ICefCompletionCallback.html">ICefCompletionCallback</a><li><a class="bold" href="uCEFInterfaces.ICefContextMenuHandler.html">ICefContextMenuHandler</a><li><a class="bold" href="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a><li><a class="bold" href="uCEFInterfaces.ICefCookieAccessFilter.html">ICefCookieAccessFilter</a><li><a class="bold" href="uCEFInterfaces.ICefCookieManager.html">ICefCookieManager</a><li><a class="bold" href="uCEFInterfaces.ICefCookieVisitor.html">ICefCookieVisitor</a><li><a class="bold" href="uCEFInterfaces.ICefCustomStreamReader.html">ICefCustomStreamReader</a><li><a class="bold" href="uCEFInterfaces.ICefDeleteCookiesCallback.html">ICefDeleteCookiesCallback</a><li><a class="bold" href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</a><li><a class="bold" href="uCEFInterfaces.ICefDialogHandler.html">ICefDialogHandler</a><li><a class="bold" href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a><li><a class="bold" href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a><li><a class="bold" href="uCEFInterfaces.ICefDisplayHandler.html">ICefDisplayHandler</a><li><a class="bold" href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a><li><a class="bold" href="uCEFInterfaces.ICefDomNode.html">ICefDomNode</a><li><a class="bold" href="uCEFInterfaces.ICefDomVisitor.html">ICefDomVisitor</a><li><a class="bold" href="uCEFInterfaces.ICefDownloadHandler.html">ICefDownloadHandler</a><li><a class="bold" href="uCEFInterfaces.ICefDownloadImageCallback.html">ICefDownloadImageCallback</a><li><a class="bold" href="uCEFInterfaces.ICefDownloadItem.html">ICefDownloadItem</a><li><a class="bold" href="uCEFInterfaces.ICefDownloadItemCallback.html">ICefDownloadItemCallback</a><li><a class="bold" href="uCEFInterfaces.ICefDragData.html">ICefDragData</a><li><a class="bold" href="uCEFInterfaces.ICefDragHandler.html">ICefDragHandler</a><li><a class="bold" href="uCEFInterfaces.ICefEndTracingCallback.html">ICefEndTracingCallback</a><li><a class="bold" href="uCEFInterfaces.ICefFileDialogCallback.html">ICefFileDialogCallback</a><li><a class="bold" href="uCEFInterfaces.ICefFindHandler.html">ICefFindHandler</a><li><a class="bold" href="uCEFInterfaces.ICefFocusHandler.html">ICefFocusHandler</a><li><a class="bold" href="uCEFInterfaces.ICefFrame.html">ICefFrame</a><li><a class="bold" href="uCEFInterfaces.ICefFrameHandler.html">ICefFrameHandler</a><li><a class="bold" href="uCEFInterfaces.ICefImage.html">ICefImage</a><li><a class="bold" href="uCEFInterfaces.ICefJsDialogCallback.html">ICefJsDialogCallback</a><li><a class="bold" href="uCEFInterfaces.ICefJsDialogHandler.html">ICefJsDialogHandler</a><li><a class="bold" href="uCEFInterfaces.ICefKeyboardHandler.html">ICefKeyboardHandler</a><li><a class="bold" href="uCEFInterfaces.ICefLayout.html">ICefLayout</a><ul class="hierarchylevel">
<li><a class="bold" href="uCEFInterfaces.ICefAccessibilityHandler.html">ICefAccessibilityHandler</a><li><a class="bold" href="uCEFInterfaces.ICefApp.html">ICefApp</a><li><a class="bold" href="uCEFInterfaces.ICefAudioHandler.html">ICefAudioHandler</a><li><a class="bold" href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a><li><a class="bold" href="uCEFInterfaces.ICefBeforeDownloadCallback.html">ICefBeforeDownloadCallback</a><li><a class="bold" href="uCEFInterfaces.ICefBinaryValue.html">ICefBinaryValue</a><li><a class="bold" href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a><li><a class="bold" href="uCEFInterfaces.ICefBrowserHost.html">ICefBrowserHost</a><li><a class="bold" href="uCEFInterfaces.ICefBrowserProcessHandler.html">ICefBrowserProcessHandler</a><li><a class="bold" href="uCEFInterfaces.ICefCallback.html">ICefCallback</a><li><a class="bold" href="uCEFInterfaces.ICefClient.html">ICefClient</a><li><a class="bold" href="uCEFInterfaces.ICefCommandHandler.html">ICefCommandHandler</a><li><a class="bold" href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a><li><a class="bold" href="uCEFInterfaces.ICefCompletionCallback.html">ICefCompletionCallback</a><li><a class="bold" href="uCEFInterfaces.ICefContextMenuHandler.html">ICefContextMenuHandler</a><li><a class="bold" href="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a><li><a class="bold" href="uCEFInterfaces.ICefCookieAccessFilter.html">ICefCookieAccessFilter</a><li><a class="bold" href="uCEFInterfaces.ICefCookieManager.html">ICefCookieManager</a><li><a class="bold" href="uCEFInterfaces.ICefCookieVisitor.html">ICefCookieVisitor</a><li><a class="bold" href="uCEFInterfaces.ICefCustomStreamReader.html">ICefCustomStreamReader</a><li><a class="bold" href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a><li><a class="bold" href="uCEFInterfaces.ICefDeleteCookiesCallback.html">ICefDeleteCookiesCallback</a><li><a class="bold" href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</a><li><a class="bold" href="uCEFInterfaces.ICefDialogHandler.html">ICefDialogHandler</a><li><a class="bold" href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a><li><a class="bold" href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a><li><a class="bold" href="uCEFInterfaces.ICefDisplayHandler.html">ICefDisplayHandler</a><li><a class="bold" href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a><li><a class="bold" href="uCEFInterfaces.ICefDomNode.html">ICefDomNode</a><li><a class="bold" href="uCEFInterfaces.ICefDomVisitor.html">ICefDomVisitor</a><li><a class="bold" href="uCEFInterfaces.ICefDownloadHandler.html">ICefDownloadHandler</a><li><a class="bold" href="uCEFInterfaces.ICefDownloadImageCallback.html">ICefDownloadImageCallback</a><li><a class="bold" href="uCEFInterfaces.ICefDownloadItem.html">ICefDownloadItem</a><li><a class="bold" href="uCEFInterfaces.ICefDownloadItemCallback.html">ICefDownloadItemCallback</a><li><a class="bold" href="uCEFInterfaces.ICefDragData.html">ICefDragData</a><li><a class="bold" href="uCEFInterfaces.ICefDragHandler.html">ICefDragHandler</a><li><a class="bold" href="uCEFInterfaces.ICefEndTracingCallback.html">ICefEndTracingCallback</a><li><a class="bold" href="uCEFInterfaces.ICefFileDialogCallback.html">ICefFileDialogCallback</a><li><a class="bold" href="uCEFInterfaces.ICefFindHandler.html">ICefFindHandler</a><li><a class="bold" href="uCEFInterfaces.ICefFocusHandler.html">ICefFocusHandler</a><li><a class="bold" href="uCEFInterfaces.ICefFrame.html">ICefFrame</a><li><a class="bold" href="uCEFInterfaces.ICefFrameHandler.html">ICefFrameHandler</a><li><a class="bold" href="uCEFInterfaces.ICefImage.html">ICefImage</a><li><a class="bold" href="uCEFInterfaces.ICefJsDialogCallback.html">ICefJsDialogCallback</a><li><a class="bold" href="uCEFInterfaces.ICefJsDialogHandler.html">ICefJsDialogHandler</a><li><a class="bold" href="uCEFInterfaces.ICefKeyboardHandler.html">ICefKeyboardHandler</a><li><a class="bold" href="uCEFInterfaces.ICefLayout.html">ICefLayout</a><ul class="hierarchylevel">
<li><a class="bold" href="uCEFInterfaces.ICefBoxLayout.html">ICefBoxLayout</a><li><a class="bold" href="uCEFInterfaces.ICefFillLayout.html">ICefFillLayout</a></ul>
</li>
<li><a class="bold" href="uCEFInterfaces.ICefLifeSpanHandler.html">ICefLifeSpanHandler</a><li><a class="bold" href="uCEFInterfaces.ICefListValue.html">ICefListValue</a><li><a class="bold" href="uCEFInterfaces.ICefLoadHandler.html">ICefLoadHandler</a><li><a class="bold" href="uCEFInterfaces.ICefMediaAccessCallback.html">ICefMediaAccessCallback</a><li><a class="bold" href="uCEFInterfaces.ICefMediaObserver.html">ICefMediaObserver</a><li><a class="bold" href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a><li><a class="bold" href="uCEFInterfaces.ICefMediaRouteCreateCallback.html">ICefMediaRouteCreateCallback</a><li><a class="bold" href="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</a><li><a class="bold" href="uCEFInterfaces.ICefMediaSink.html">ICefMediaSink</a><li><a class="bold" href="uCEFInterfaces.ICefMediaSinkDeviceInfoCallback.html">ICefMediaSinkDeviceInfoCallback</a><li><a class="bold" href="uCEFInterfaces.ICefMediaSource.html">ICefMediaSource</a><li><a class="bold" href="uCEFInterfaces.ICefMenuButtonPressedLock.html">ICefMenuButtonPressedLock</a><li><a class="bold" href="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</a><li><a class="bold" href="uCEFInterfaces.ICefMenuModelDelegate.html">ICefMenuModelDelegate</a><li><a class="bold" href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a><li><a class="bold" href="uCEFInterfaces.ICefNavigationEntryVisitor.html">ICefNavigationEntryVisitor</a><li><a class="bold" href="uCEFInterfaces.ICefOverlayController.html">ICefOverlayController</a><li><a class="bold" href="uCEFInterfaces.ICefPdfPrintCallback.html">ICefPdfPrintCallback</a><li><a class="bold" href="uCEFInterfaces.ICefPermissionHandler.html">ICefPermissionHandler</a><li><a class="bold" href="uCEFInterfaces.ICefPermissionPromptCallback.html">ICefPermissionPromptCallback</a><li><a class="bold" href="uCEFInterfaces.ICefPostData.html">ICefPostData</a><li><a class="bold" href="uCEFInterfaces.ICefPostDataElement.html">ICefPostDataElement</a><li><a class="bold" href="uCEFInterfaces.ICefPreferenceManager.html">ICefPreferenceManager</a><ul class="hierarchylevel">
@ -105,7 +105,7 @@
<li><a class="bold" href="uCEFCookieVisitor.TCefCookieVisitorOwn.html">TCefCookieVisitorOwn</a><ul class="hierarchylevel">
<li><a class="bold" href="uCEFCookieVisitor.TCefCustomCookieVisitor.html">TCefCustomCookieVisitor</a><li><a class="bold" href="uCEFCookieVisitor.TCefFastCookieVisitor.html">TCefFastCookieVisitor</a></ul>
</li>
<li><a class="bold" href="uCEFCustomStreamReader.TCefCustomStreamReader.html">TCefCustomStreamReader</a><li><a class="bold" href="uCEFDeleteCookiesCallback.TCefDeleteCookiesCallbackOwn.html">TCefDeleteCookiesCallbackOwn</a><ul class="hierarchylevel">
<li><a class="bold" href="uCEFCustomStreamReader.TCefCustomStreamReader.html">TCefCustomStreamReader</a><li><a class="bold" href="uCEFv8Handler.TCefCustomUserData.html">TCefCustomUserData</a><li><a class="bold" href="uCEFDeleteCookiesCallback.TCefDeleteCookiesCallbackOwn.html">TCefDeleteCookiesCallbackOwn</a><ul class="hierarchylevel">
<li><a class="bold" href="uCEFDeleteCookiesCallback.TCefCustomDeleteCookiesCallback.html">TCefCustomDeleteCookiesCallback</a><li><a class="bold" href="uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html">TCefFastDeleteCookiesCallback</a></ul>
</li>
<li><a class="bold" href="uCEFDevToolsMessageObserver.TCEFDevToolsMessageObserverOwn.html">TCEFDevToolsMessageObserverOwn</a><ul class="hierarchylevel">

View File

@ -1514,10 +1514,6 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#SystemMemoryLoad">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ApiHashUniversal">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#ApiHashUniversal">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ApiHashPlatform">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#ApiHashPlatform">
</object>
@ -1740,10 +1736,6 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetSystemMemoryLoad">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetApiHashUniversal">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashUniversal">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetApiHashPlatform">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">
</object>
@ -2392,10 +2384,6 @@
<param name="Local" value="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_MAC">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_API_HASH_PLATFORM_UNIVERSAL">
<param name="Local" value="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_UNIVERSAL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_API_HASH_PLATFORM_WINDOWS">
<param name="Local" value="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_WINDOWS">
</object>
@ -21422,6 +21410,40 @@
</ul>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefCustomUserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="Properties">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#@Properties">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="UserDataType">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#UserDataType">
</object>
<li><object type="text/sitemap">
<param name="Name" value="UserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#UserData">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="Methods">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#@Methods">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="GetUserDataType">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#GetUserDataType">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#GetUserData">
</object>
</ul>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefRunFileDialogCallback">
<param name="Local" value="uCEFInterfaces.ICefRunFileDialogCallback.html">
</object>
@ -51943,6 +51965,52 @@
</object>
</ul>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefCustomUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="Fields">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#@Fields">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="FUserDataType">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#FUserDataType">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#FUserData">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="Methods">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#@Methods">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="GetUserDataType">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#GetUserDataType">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#GetUserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="Create">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#Create">
</object>
<li><object type="text/sitemap">
<param name="Name" value="Destroy">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#Destroy">
</object>
<li><object type="text/sitemap">
<param name="Name" value="UnWrap">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#UnWrap">
</object>
</ul>
</ul>
</ul>
</ul>
<li><object type="text/sitemap">
@ -57994,6 +58062,40 @@
</ul>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefCustomUserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="Properties">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#@Properties">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="UserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#UserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="UserDataType">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#UserDataType">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="Methods">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#@Methods">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="GetUserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#GetUserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserDataType">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#GetUserDataType">
</object>
</ul>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefDeleteCookiesCallback">
<param name="Local" value="uCEFInterfaces.ICefDeleteCookiesCallback.html">
</object>
@ -67468,10 +67570,6 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#ApiHashPlatform">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ApiHashUniversal">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#ApiHashUniversal">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ApiVersion">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#ApiVersion">
</object>
@ -68182,10 +68280,6 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetApiHashUniversal">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashUniversal">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetApiVersion">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetApiVersion">
</object>
@ -73610,6 +73704,52 @@
</ul>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefCustomUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="Fields">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#@Fields">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="FUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#FUserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FUserDataType">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#FUserDataType">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="Methods">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#@Methods">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="Create">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#Create">
</object>
<li><object type="text/sitemap">
<param name="Name" value="Destroy">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#Destroy">
</object>
<li><object type="text/sitemap">
<param name="Name" value="UnWrap">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#UnWrap">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#GetUserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserDataType">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#GetUserDataType">
</object>
</ul>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefDeleteCookiesCallback">
<param name="Local" value="uCEFTypes.TCefDeleteCookiesCallback.html">
</object>

View File

@ -114,16 +114,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CefGetDataURI">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
</object>
</ul>
<li><object type="text/sitemap">
@ -290,16 +290,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CefStringSet">
<param name="Local" value="uCEFMiscFunctions.html#CefStringSet-PCefString-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefStringSet-TCefString-TCefString-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#CefStringSet-PCefString-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefStringSet-TCefString-TCefString-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#CefStringSet-TCefString-TCefString-">
<param name="Local" value="uCEFMiscFunctions.html#CefStringSet-PCefString-ustring-">
</object>
</ul>
<li><object type="text/sitemap">
@ -367,10 +367,6 @@
<param name="Local" value="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_MAC">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_API_HASH_PLATFORM_UNIVERSAL">
<param name="Local" value="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_UNIVERSAL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_API_HASH_PLATFORM_WINDOWS">
<param name="Local" value="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_WINDOWS">
</object>
@ -2683,6 +2679,10 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TPoint-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-integer-double-">
</object>
<li><object type="text/sitemap">
@ -2693,10 +2693,6 @@
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCefTouchEvent-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TPoint-double-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="DEVTOOLS_WINDOWNAME">
@ -3884,16 +3880,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetCefMouseModifiers">
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers">
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers-WPARAM-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers">
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers-WPARAM-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers-WPARAM-">
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers">
</object>
</ul>
<li><object type="text/sitemap">
@ -5395,6 +5391,26 @@
<param name="Local" value="uCEFInterfaces.ICefCustomStreamReader.html#Tell">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ICefCustomUserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#GetUserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserDataType">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#GetUserDataType">
</object>
<li><object type="text/sitemap">
<param name="Name" value="UserData">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#UserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="UserDataType">
<param name="Local" value="uCEFInterfaces.ICefCustomUserData.html#UserDataType">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ICefDeleteCookiesCallback">
<param name="Local" value="uCEFInterfaces.ICefDeleteCookiesCallback.html">
</object>
@ -5808,16 +5824,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetElementAttributes">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefDomNode - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ICefDomNode - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
</object>
</ul>
<li><object type="text/sitemap">
@ -9914,7 +9930,7 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SetUserData">
<param name="Local" value="uCEFInterfaces.ICefv8Value.html#SetUserData-ICefv8Value-">
<param name="Local" value="uCEFInterfaces.ICefv8Value.html#SetUserData-ICefCustomUserData-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="SetValueByAccessor">
@ -15108,16 +15124,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="BufferDraw">
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-TBitmap-TRect-TRect-">
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-integer-integer-TBitmap-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TBufferPanel - uCEFBufferPanel Unit">
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-TBitmap-TRect-TRect-">
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-integer-integer-TBitmap-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TBufferPanel - uCEFBufferPanel Unit">
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-integer-integer-TBitmap-">
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-TBitmap-TRect-TRect-">
</object>
</ul>
<li><object type="text/sitemap">
@ -15937,10 +15953,6 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#ApiHashPlatform">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ApiHashUniversal">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#ApiHashUniversal">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ApiVersion">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#ApiVersion">
</object>
@ -16969,10 +16981,6 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetApiHashUniversal">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashUniversal">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetApiVersion">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetApiVersion">
</object>
@ -18010,16 +18018,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SameAs">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefBaseRefCountedOwn - uCEFBaseRefCounted Unit">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefBaseRefCountedOwn - uCEFBaseRefCounted Unit">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
</object>
</ul>
<li><object type="text/sitemap">
@ -18056,16 +18064,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SameAs">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-Pointer-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-ICefBaseRefCounted-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefBaseRefCountedRef - uCEFBaseRefCounted Unit">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-Pointer-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-ICefBaseRefCounted-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefBaseRefCountedRef - uCEFBaseRefCounted Unit">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-ICefBaseRefCounted-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-Pointer-">
</object>
</ul>
<li><object type="text/sitemap">
@ -20650,16 +20658,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetSwitches">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefCommandLineRef - uCEFCommandLine Unit">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefCommandLineRef - uCEFCommandLine Unit">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
</object>
</ul>
<li><object type="text/sitemap">
@ -21897,6 +21905,38 @@
<param name="Local" value="uCEFStringMultimap.TCefCustomStringMultimap.html#GetValue-NativeUInt-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefCustomUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html">
</object>
<li><object type="text/sitemap">
<param name="Name" value="Create">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#Create-Pointer-Pointer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="Destroy">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#Destroy">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#FUserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FUserDataType">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#FUserDataType">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserData">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#GetUserData">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetUserDataType">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#GetUserDataType">
</object>
<li><object type="text/sitemap">
<param name="Name" value="UnWrap">
<param name="Local" value="uCEFv8Handler.TCefCustomUserData.html#UnWrap-Pointer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefDeleteCookiesCallback">
<param name="Local" value="uCEFTypes.TCefDeleteCookiesCallback.html">
</object>
@ -22788,16 +22828,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetElementAttributes">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefDomNodeRef - uCEFDomNode Unit">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefDomNodeRef - uCEFDomNode Unit">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
</object>
</ul>
<li><object type="text/sitemap">
@ -25050,12 +25090,12 @@
</ul>
<li><object type="text/sitemap">
<param name="Name" value="Write">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TCefJsonWriterOptions-">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCEFJson - uCEFJson Unit">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TCefJsonWriterOptions-">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCEFJson - uCEFJson Unit">
@ -25063,7 +25103,7 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCEFJson - uCEFJson Unit">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TCefJsonWriterOptions-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCEFJson - uCEFJson Unit">
@ -34830,7 +34870,7 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SetUserData">
<param name="Local" value="uCEFv8Value.TCefv8ValueRef.html#SetUserData-ICefv8Value-">
<param name="Local" value="uCEFv8Value.TCefv8ValueRef.html#SetUserData-ICefCustomUserData-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="SetValueByAccessor">
@ -39038,16 +39078,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CloseDevTools">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
</object>
</ul>
<li><object type="text/sitemap">
@ -39132,16 +39172,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateUrlRequest">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
@ -41232,16 +41272,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="LoadResource">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
@ -41260,16 +41300,16 @@
</ul>
<li><object type="text/sitemap">
<param name="Name" value="LoadURL">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
</object>
</ul>
<li><object type="text/sitemap">
@ -42098,16 +42138,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="RetrieveHTML">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
@ -42178,16 +42218,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SendProcessMessage">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
@ -42480,11 +42520,15 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="UpdatePreference">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-TStringList-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-TStringList-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">
</object>
<li><object type="text/sitemap">
@ -42499,10 +42543,6 @@
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-integer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-TStringList-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="UpdatePreferences">
@ -45071,11 +45111,11 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TWinControl-ustring-ICefRequestContext-ICefDictionaryValue-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TWinControl-ustring-ICefRequestContext-ICefDictionaryValue-">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
</object>
</ul>
<li><object type="text/sitemap">
@ -45200,16 +45240,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="ClientToScreen">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPoint-">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPointF-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TFMXBufferPanel - uCEFFMXBufferPanel Unit">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPoint-">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPointF-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TFMXBufferPanel - uCEFFMXBufferPanel Unit">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPointF-">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPoint-">
</object>
</ul>
<li><object type="text/sitemap">

View File

@ -231,6 +231,7 @@ uCEFInterfaces.ICefMenuButtonDelegateEvents.html
uCEFInterfaces.ICefPanelDelegateEvents.html
uCEFInterfaces.ICefWindowDelegateEvents.html
uCEFInterfaces.ICefBaseRefCounted.html
uCEFInterfaces.ICefCustomUserData.html
uCEFInterfaces.ICefRunFileDialogCallback.html
uCEFInterfaces.ICefNavigationEntryVisitor.html
uCEFInterfaces.ICefPdfPrintCallback.html
@ -878,6 +879,7 @@ uCEFv8Exception.TCefV8ExceptionRef.html
uCEFv8Handler.html
uCEFv8Handler.TCefv8HandlerRef.html
uCEFv8Handler.TCefv8HandlerOwn.html
uCEFv8Handler.TCefCustomUserData.html
uCEFv8Interceptor.html
uCEFv8Interceptor.TCefV8InterceptorOwn.html
uCEFv8Interceptor.TCefFastV8Interceptor.html

View File

@ -714,549 +714,545 @@
</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>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashUniversal">GetApiHashUniversal</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">GetApiHashPlatform</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashCommit">GetApiHashCommit</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiVersion">GetApiVersion</a></strong>: integer;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetExitCode">GetExitCode</a></strong>: <a href="uCEFTypes.html#TCefResultCode">TCefResultCode</a>;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetBrowserById-integer-">GetBrowserById</a></strong>(aID : integer) : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetCookiesDir-string-">GetCookiesDir</a></strong>(const aRootDirectory : string) : string;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LoadCEFlibrary">LoadCEFlibrary</a></strong>: boolean; virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_api_hash_h">Load_cef_api_hash_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_version_info_h">Load_cef_version_info_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_id_mappers_h">Load_cef_id_mappers_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_app_capi_h">Load_cef_app_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_app_win_h">Load_cef_app_win_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_browser_capi_h">Load_cef_browser_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_command_line_capi_h">Load_cef_command_line_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_cookie_capi_h">Load_cef_cookie_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_crash_util_h">Load_cef_crash_util_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_drag_data_capi_h">Load_cef_drag_data_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_dump_without_crashing_internal_h">Load_cef_dump_without_crashing_internal_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_file_util_capi_h">Load_cef_file_util_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_i18n_util_capi_h">Load_cef_i18n_util_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_image_capi_h">Load_cef_image_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_menu_model_capi_h">Load_cef_menu_model_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_media_router_capi_h">Load_cef_media_router_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_origin_whitelist_capi_h">Load_cef_origin_whitelist_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_parser_capi_h">Load_cef_parser_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_path_util_capi_h">Load_cef_path_util_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_preference_capi_h">Load_cef_preference_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_print_settings_capi_h">Load_cef_print_settings_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_process_message_capi_h">Load_cef_process_message_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_process_util_capi_h">Load_cef_process_util_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_request_capi_h">Load_cef_request_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_request_context_capi_h">Load_cef_request_context_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_resource_bundle_capi_h">Load_cef_resource_bundle_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_response_capi_h">Load_cef_response_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_scheme_capi_h">Load_cef_scheme_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_server_capi_h">Load_cef_server_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_shared_process_message_builder_capi_h">Load_cef_shared_process_message_builder_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_ssl_info_capi_h">Load_cef_ssl_info_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_stream_capi_h">Load_cef_stream_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_task_capi_h">Load_cef_task_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_task_manager_capi_h">Load_cef_task_manager_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_thread_capi_h">Load_cef_thread_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_trace_capi_h">Load_cef_trace_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_urlrequest_capi_h">Load_cef_urlrequest_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_v8_capi_h">Load_cef_v8_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_values_capi_h">Load_cef_values_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_waitable_event_capi_h">Load_cef_waitable_event_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_xml_reader_capi_h">Load_cef_xml_reader_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_zip_reader_capi_h">Load_cef_zip_reader_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_logging_internal_h">Load_cef_logging_internal_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_string_list_h">Load_cef_string_list_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_string_map_h">Load_cef_string_map_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_string_multimap_h">Load_cef_string_multimap_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_string_types_h">Load_cef_string_types_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_thread_internal_h">Load_cef_thread_internal_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_trace_event_internal_h">Load_cef_trace_event_internal_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_browser_view_capi_h">Load_cef_browser_view_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_display_capi_h">Load_cef_display_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_label_button_capi_h">Load_cef_label_button_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_menu_button_capi_h">Load_cef_menu_button_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_panel_capi_h">Load_cef_panel_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_scroll_view_capi_h">Load_cef_scroll_view_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_textfield_capi_h">Load_cef_textfield_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_window_capi_h">Load_cef_window_capi_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_types_linux_h">Load_cef_types_linux_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_time_h">Load_cef_time_h</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnBeforeCommandLineProcessing-ustring-ICefCommandLine-">doOnBeforeCommandLineProcessing</a></strong>(const processType: <a href="uCEFTypes.html#ustring">ustring</a>; const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnRegisterCustomSchemes-TCefSchemeRegistrarRef-">doOnRegisterCustomSchemes</a></strong>(const registrar: <a href="uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html">TCefSchemeRegistrarRef</a>); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnRegisterCustomPreferences-TCefPreferencesType-PCefPreferenceRegistrar-">doOnRegisterCustomPreferences</a></strong>(type_: <a href="uCEFTypes.html#TCefPreferencesType">TCefPreferencesType</a>; registrar: <a href="uCEFTypes.html#PCefPreferenceRegistrar">PCefPreferenceRegistrar</a>); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnContextInitialized">doOnContextInitialized</a></strong>; virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnBeforeChildProcessLaunch-ICefCommandLine-">doOnBeforeChildProcessLaunch</a></strong>(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnAlreadyRunningAppRelaunch-ICefCommandLine-ustring-boolean-">doOnAlreadyRunningAppRelaunch</a></strong>(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>; const current_directory: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult: boolean); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnScheduleMessagePumpWork-Int64-">doOnScheduleMessagePumpWork</a></strong>(const delayMs: Int64); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doGetDefaultClient-ICefClient-">doGetDefaultClient</a></strong>(var aClient : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doGetDefaultRequestContextHandler-ICefRequestContextHandler-">doGetDefaultRequestContextHandler</a></strong>(var aRequestContextHandler : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a>); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doGetLocalizedString-Integer-ustring-">doGetLocalizedString</a></strong>(stringid: Integer; var stringVal: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean; virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doGetDataResource-Integer-Pointer-NativeUInt-">doGetDataResource</a></strong>(resourceId: Integer; var data: Pointer; var dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>): Boolean; virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doGetDataResourceForScale-Integer-TCefScaleFactor-Pointer-NativeUInt-">doGetDataResourceForScale</a></strong>(resourceId: Integer; scaleFactor: <a href="uCEFTypes.html#TCefScaleFactor">TCefScaleFactor</a>; var data: Pointer; var dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>): Boolean; virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnWebKitInitialized">doOnWebKitInitialized</a></strong>; virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnBrowserCreated-ICefBrowser-ICefDictionaryValue-">doOnBrowserCreated</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnBrowserDestroyed-ICefBrowser-">doOnBrowserDestroyed</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnContextCreated-ICefBrowser-ICefFrame-ICefv8Context-">doOnContextCreated</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnContextReleased-ICefBrowser-ICefFrame-ICefv8Context-">doOnContextReleased</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnUncaughtException-ICefBrowser-ICefFrame-ICefv8Context-ICefV8Exception-ICefV8StackTrace-">doOnUncaughtException</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>; const V8Exception: <a href="uCEFInterfaces.ICefV8Exception.html">ICefV8Exception</a>; const stackTrace: <a href="uCEFInterfaces.ICefV8StackTrace.html">ICefV8StackTrace</a>); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnFocusedNodeChanged-ICefBrowser-ICefFrame-ICefDomNode-">doOnFocusedNodeChanged</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const node: <a href="uCEFInterfaces.ICefDomNode.html">ICefDomNode</a>); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnProcessMessageReceived-ICefBrowser-ICefFrame-TCefProcessId-ICefProcessMessage-boolean-">doOnProcessMessageReceived</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; sourceProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const aMessage: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; var aHandled : boolean); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnLoadingStateChange-ICefBrowser-Boolean-Boolean-Boolean-">doOnLoadingStateChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; isLoading, canGoBack, canGoForward: Boolean); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnLoadStart-ICefBrowser-ICefFrame-TCefTransitionType-">doOnLoadStart</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; transitionType: <a href="uCEFTypes.html#TCefTransitionType">TCefTransitionType</a>); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnLoadEnd-ICefBrowser-ICefFrame-Integer-">doOnLoadEnd</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; httpStatusCode: Integer); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#doOnLoadError-ICefBrowser-ICefFrame-TCefErrorCode-ustring-ustring-">doOnLoadError</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; errorCode: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorCode</a>; const errorText, failedUrl: <a href="uCEFTypes.html#ustring">ustring</a>); virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ShutDown">ShutDown</a></strong>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FreeLibcefLibrary">FreeLibcefLibrary</a></strong>;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ExecuteProcess-ICefApp-">ExecuteProcess</a></strong>(const aApp : <a href="uCEFInterfaces.ICefApp.html">ICefApp</a>) : integer;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#InitializeCefMainArgs-TCefMainArgs-">InitializeCefMainArgs</a></strong>(var aCefMainArgs : <a href="uCEFTypes.TCefMainArgs.html">TCefMainArgs</a>);</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#InitializeSettings-TCefSettings-">InitializeSettings</a></strong>(var aSettings : <a href="uCEFTypes.TCefSettings.html">TCefSettings</a>);</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#InitializeLibrary-ICefApp-">InitializeLibrary</a></strong>(const aApp : <a href="uCEFInterfaces.ICefApp.html">ICefApp</a>) : boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#RenameAndDeleteDir-string-boolean-">RenameAndDeleteDir</a></strong>(const aDirectory : string; aKeepCookies : boolean = False);</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DeleteCacheContents-string-">DeleteCacheContents</a></strong>(const aDirectory : string);</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DeleteCookiesDB-string-">DeleteCookiesDB</a></strong>(const aRootDirectory : string);</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MoveCookiesDB-string-string-">MoveCookiesDB</a></strong>(const aSrcDirectory, aDstDirectory : string);</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MultiExeProcessing">MultiExeProcessing</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SingleExeProcessing">SingleExeProcessing</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#BeforeInitSubProcess">BeforeInitSubProcess</a></strong>; virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CheckCEFResources">CheckCEFResources</a></strong>: boolean; virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CheckCEFAPIHash">CheckCEFAPIHash</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CheckCEFDLL">CheckCEFDLL</a></strong>: boolean; virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CheckWindowsVersion">CheckWindowsVersion</a></strong>: boolean; virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CheckOSVersion">CheckOSVersion</a></strong>: boolean; virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ShowErrorMessageDlg-string-">ShowErrorMessageDlg</a></strong>(const aError : string); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ParseProcessType">ParseProcessType</a></strong>: <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</a>;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AddCustomCommandLineSwitches-TStringList-TStringList-">AddCustomCommandLineSwitches</a></strong>(var aKeys, aValues : TStringList); virtual;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AppendSwitch-TStringList-TStringList-ustring-ustring-">AppendSwitch</a></strong>(var aKeys, aValues : TStringList; const aNewKey : <a href="uCEFTypes.html#ustring">ustring</a>; const aNewValue : <a href="uCEFTypes.html#ustring">ustring</a> = '');</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ReplaceSwitch-TStringList-TStringList-ustring-ustring-">ReplaceSwitch</a></strong>(var aKeys, aValues : TStringList; const aNewKey : <a href="uCEFTypes.html#ustring">ustring</a>; const aNewValue : <a href="uCEFTypes.html#ustring">ustring</a> = '');</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CleanupFeatures-TStringList-TStringList-string-string-">CleanupFeatures</a></strong>(var aKeys, aValues : TStringList; const aEnableKey, aDisableKey : string);</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ClearSchemeHandlerFactories">ClearSchemeHandlerFactories</a></strong>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#Create">Create</a></strong>;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>destructor <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Destroy">Destroy</a></strong>; override;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AfterConstruction">AfterConstruction</a></strong>; override;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AddCustomCommandLine-string-string-">AddCustomCommandLine</a></strong>(const aCommandLine : string; const aValue : string = '');</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CheckCEFLibrary">CheckCEFLibrary</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#StartMainProcess">StartMainProcess</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#StartSubProcess">StartSubProcess</a></strong>: boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DoMessageLoopWork">DoMessageLoopWork</a></strong>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#RunMessageLoop">RunMessageLoop</a></strong>;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#QuitMessageLoop">QuitMessageLoop</a></strong>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UpdateDeviceScaleFactor">UpdateDeviceScaleFactor</a></strong>; virtual;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ValidComponentID-integer-">ValidComponentID</a></strong>(aComponentID : integer) : boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#NextComponentID">NextComponentID</a></strong>: integer;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#RemoveComponentID-integer-">RemoveComponentID</a></strong>(aComponentID : integer);</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DumpWithoutCrashing-int64-ustring-ustring-integer-">DumpWithoutCrashing</a></strong>(mseconds_between_dumps: int64; const function_name, file_name: <a href="uCEFTypes.html#ustring">ustring</a>; line_number: integer): boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DumpWithoutCrashingUnthrottled">DumpWithoutCrashingUnthrottled</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetCEFVersionInfo-TCefVersionInfo-">GetCEFVersionInfo</a></strong>(var aCEFVersionInfo : <a href="uCEFTypes.TCefVersionInfo.html">TCefVersionInfo</a>) : boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromiumVersionInfo-TChromiumVersionInfo-">GetChromiumVersionInfo</a></strong>(var aChromiumVersionInfo : <a href="uCEFTypes.TChromiumVersionInfo.html">TChromiumVersionInfo</a>) : boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetIdForPackResourceName-ustring-">GetIdForPackResourceName</a></strong>(const name : <a href="uCEFTypes.html#ustring">ustring</a>): Integer;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetIdForPackStringName-ustring-">GetIdForPackStringName</a></strong>(const name : <a href="uCEFTypes.html#ustring">ustring</a>): Integer;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetIdForCommandIdName-ustring-">GetIdForCommandIdName</a></strong>(const name : <a href="uCEFTypes.html#ustring">ustring</a>): Integer;</code></td>
</tr>
@ -1781,121 +1777,117 @@
</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="uCEFApplicationCore.TCefApplicationCore.html#ApiHashUniversal">ApiHashUniversal</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashUniversal">GetApiHashUniversal</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#ApiHashPlatform">ApiHashPlatform</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">GetApiHashPlatform</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#ApiHashCommit">ApiHashCommit</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashCommit">GetApiHashCommit</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#ApiVersion">ApiVersion</a></strong> : integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiVersion">GetApiVersion</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#ExitCode">ExitCode</a></strong> : <a href="uCEFTypes.html#TCefResultCode">TCefResultCode</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetExitCode">GetExitCode</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#BrowserById">BrowserById</a></strong>[id: integer]: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetBrowserById-integer-">GetBrowserById</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#LastErrorMessage">LastErrorMessage</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLastErrorMessage">FLastErrorMessage</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnRegCustomSchemes">OnRegCustomSchemes</a></strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnRegisterCustomPreferences">OnRegisterCustomPreferences</a></strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnContextInitialized">OnContextInitialized</a></strong> : <a href="uCEFApplicationEvents.html#TOnContextInitializedEvent">TOnContextInitializedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextInitialized">FOnContextInitialized</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextInitialized">FOnContextInitialized</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnBeforeChildProcessLaunch">OnBeforeChildProcessLaunch</a></strong> : <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnAlreadyRunningAppRelaunch">OnAlreadyRunningAppRelaunch</a></strong> : <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnScheduleMessagePumpWork">OnScheduleMessagePumpWork</a></strong> : <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnGetDefaultClient">OnGetDefaultClient</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnGetDefaultRequestContextHandler">OnGetDefaultRequestContextHandler</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnGetLocalizedString">OnGetLocalizedString</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnGetDataResource">OnGetDataResource</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnGetDataResourceForScale">OnGetDataResourceForScale</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnWebKitInitialized">OnWebKitInitialized</a></strong> : <a href="uCEFApplicationEvents.html#TOnWebKitInitializedEvent">TOnWebKitInitializedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnWebKitInitialized">FOnWebKitInitialized</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnWebKitInitialized">FOnWebKitInitialized</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnBrowserCreated">OnBrowserCreated</a></strong> : <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnBrowserDestroyed">OnBrowserDestroyed</a></strong> : <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnContextCreated">OnContextCreated</a></strong> : <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnContextReleased">OnContextReleased</a></strong> : <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnUncaughtException">OnUncaughtException</a></strong> : <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnFocusedNodeChanged">OnFocusedNodeChanged</a></strong> : <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnProcessMessageReceived">OnProcessMessageReceived</a></strong> : <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnLoadingStateChange">OnLoadingStateChange</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnLoadStart">OnLoadStart</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnLoadEnd">OnLoadEnd</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a>;</code></td>
</tr>
<tr class="list">
<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="uCEFApplicationCore.TCefApplicationCore.html#OnLoadError">OnLoadError</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a>;</code></td>
</tr>
@ -3300,14 +3292,6 @@ ICefLoadHandler</p>
<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="GetApiHashUniversal"></span><code>function <strong>GetApiHashUniversal</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<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="GetApiHashPlatform"></span><code>function <strong>GetApiHashPlatform</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
</tr>
<tr><td colspan="2">
@ -6079,16 +6063,6 @@ ICefLoadHandler</p>
<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="ApiHashUniversal"></span><code>property <strong>ApiHashUniversal</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashUniversal">GetApiHashUniversal</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls cef_api_hash to get the universal hash. </p>
</td></tr>
</table>
<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="ApiHashPlatform"></span><code>property <strong>ApiHashPlatform</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">GetApiHashPlatform</a>;</code></td>
</tr>
<tr><td colspan="2">

View File

@ -43,7 +43,7 @@
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 6;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_BUILD">CEF_SUPPORTED_VERSION_BUILD</a></strong> = 0;</code></td>
@ -58,7 +58,7 @@
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_RELEASE">CEF_CHROMEELF_VERSION_RELEASE</a></strong> = 6943;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 99;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 127;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_MIN">CEF_API_VERSION_MIN</a></strong> = 13300;</code></td>
@ -73,30 +73,27 @@
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_EXPERIMENTAL">CEF_API_VERSION_EXPERIMENTAL</a></strong> = 999999;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_LINUX">CEF_API_HASH_PLATFORM_LINUX</a></strong> = '199fe896c737a07dcf1506e0c86688363df7e8b6';</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_LINUX">CEF_API_HASH_PLATFORM_LINUX</a></strong> = 'f1ababb4ff51ecbf77c481cee3721ef0eca9c8ca';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_MAC">CEF_API_HASH_PLATFORM_MAC</a></strong> = '405810f1f8b146678867b6a91cbe8c4670febbbf';</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_MAC">CEF_API_HASH_PLATFORM_MAC</a></strong> = '98964c37b8917d83da4b173e22905503d38ad08f';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_UNIVERSAL">CEF_API_HASH_PLATFORM_UNIVERSAL</a></strong> = 'be55f7cf1813ae098d4f68b2a2c9ca85784fc3ee';</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_WINDOWS">CEF_API_HASH_PLATFORM_WINDOWS</a></strong> = '19c014af0082aa901398e006381b6980e4f806e9';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_WINDOWS">CEF_API_HASH_PLATFORM_WINDOWS</a></strong> = '73bb28a92f4be742e3fc80057a80797e3bf23063';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#LIBCEF_DLL">LIBCEF_DLL</a></strong> = 'libcef.dll';</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CHROMEELF_DLL">CHROMEELF_DLL</a></strong> = 'chrome_elf.dll';</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#LIBCEF_PAK">LIBCEF_PAK</a></strong> = 'cef.pak';</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#LIBCEF_LOCALE_DIR">LIBCEF_LOCALE_DIR</a></strong> = 'locales';</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#LIBCEF_LOCALE_ENUS">LIBCEF_LOCALE_ENUS</a></strong> = 'en-US.pak';</code></td>
</tr>
</table>
@ -132,7 +129,7 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 6;</code></td>
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -167,7 +164,7 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 99;</code></td>
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 127;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -206,7 +203,7 @@ value defined in /include/cef_api_hash.h</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_LINUX"></span><code><strong>CEF_API_HASH_PLATFORM_LINUX</strong> = '199fe896c737a07dcf1506e0c86688363df7e8b6';</code></td>
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_LINUX"></span><code><strong>CEF_API_HASH_PLATFORM_LINUX</strong> = 'f1ababb4ff51ecbf77c481cee3721ef0eca9c8ca';</code></td>
</tr>
<tr><td colspan="1">
<p>
@ -215,21 +212,14 @@ values defined in cef_api_versions.json</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_MAC"></span><code><strong>CEF_API_HASH_PLATFORM_MAC</strong> = '405810f1f8b146678867b6a91cbe8c4670febbbf';</code></td>
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_MAC"></span><code><strong>CEF_API_HASH_PLATFORM_MAC</strong> = '98964c37b8917d83da4b173e22905503d38ad08f';</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="CEF_API_HASH_PLATFORM_UNIVERSAL"></span><code><strong>CEF_API_HASH_PLATFORM_UNIVERSAL</strong> = 'be55f7cf1813ae098d4f68b2a2c9ca85784fc3ee';</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="CEF_API_HASH_PLATFORM_WINDOWS"></span><code><strong>CEF_API_HASH_PLATFORM_WINDOWS</strong> = '73bb28a92f4be742e3fc80057a80797e3bf23063';</code></td>
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_WINDOWS"></span><code><strong>CEF_API_HASH_PLATFORM_WINDOWS</strong> = '19c014af0082aa901398e006381b6980e4f806e9';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>

View File

@ -13133,7 +13133,7 @@ Custom menu items originating from the renderer process.</p>
</tr>
<tr><td colspan="1">
<p>
Universal API hash. </p>
Universal API hash. (deprecated, same as CEF_API_HASH_PLATFORM) </p>
<p>

View File

@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>cef4delphi: uCEFInterfaces: Interface ICefCustomUserData</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="PasDoc 0.16.0-snapshot">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<span id="ICefCustomUserData"></span><h1 class="cio">Interface ICefCustomUserData</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section">Fields</div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div><div class="one_section"><a class="section" href="#PasDoc-Properties">Properties</a></div></div>
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
<p class="unitlink">
<a href="uCEFInterfaces.html">uCEFInterfaces</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type ICefCustomUserData = interface(<a class="normal" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a>)</code></p>
<h2 class="description">Description</h2>
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a>.</p><p>
All ref-counted framework interfaces must inherit from this interface.
<p>UNKNOWN
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_base_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_base_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_base_capi.h (cef_base_ref_counted_t))</p>
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
<ul class="hierarchy"><li class="ancestor">IInterface</li>
<li class="ancestor"><a class="normal" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a></li>
<li class="thisitem">ICefCustomUserData</li></ul><h2 class="overview">Overview</h2>
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
<table class="summary 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"><code>function <strong><a href="uCEFInterfaces.ICefCustomUserData.html#GetUserDataType">GetUserDataType</a></strong>: Pointer;</code></td>
</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>function <strong><a href="uCEFInterfaces.ICefCustomUserData.html#GetUserData">GetUserData</a></strong>: Pointer;</code></td>
</tr>
</table>
<span id="PasDoc-Properties"></span><h3 class="summary">Properties</h3>
<table class="summary 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"><code>property <strong><a href="uCEFInterfaces.ICefCustomUserData.html#UserDataType">UserDataType</a></strong> : Pointer read <a href="uCEFInterfaces.ICefCustomUserData.html#GetUserDataType">GetUserDataType</a>;</code></td>
</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="uCEFInterfaces.ICefCustomUserData.html#UserData">UserData</a></strong> : Pointer read <a href="uCEFInterfaces.ICefCustomUserData.html#GetUserData">GetUserData</a>;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Methods</h3>
<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="GetUserDataType"></span><code>function <strong>GetUserDataType</strong>: Pointer;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p><h6 class="description_section">Attributes</h6>
<dl class="attributes">
<dt>GUID['{BEC09DE3-AB0A-4F5E-8461-5F9F4520FDEF}']</dt>
<dd></dd>
</dl>
</td></tr>
</table>
<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="GetUserData"></span><code>function <strong>GetUserData</strong>: Pointer;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<h3 class="detail">Properties</h3>
<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="UserDataType"></span><code>property <strong>UserDataType</strong> : Pointer read <a href="uCEFInterfaces.ICefCustomUserData.html#GetUserDataType">GetUserDataType</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<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="UserData"></span><code>property <strong>UserData</strong> : Pointer read <a href="uCEFInterfaces.ICefCustomUserData.html#GetUserData">GetUserData</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
</span>
</body></html>

View File

@ -182,11 +182,11 @@
</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>function <strong><a href="uCEFInterfaces.ICefv8Value.html#SetUserData-ICefv8Value-">SetUserData</a></strong>(const data: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>): Boolean;</code></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefv8Value.html#SetUserData-ICefCustomUserData-">SetUserData</a></strong>(const data: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>): Boolean;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefv8Value.html#GetUserData">GetUserData</a></strong>: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefv8Value.html#GetUserData">GetUserData</a></strong>: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
@ -621,7 +621,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="SetUserData-ICefv8Value-"></span><code>function <strong>SetUserData</strong>(const data: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>): Boolean;</code></td>
<td class="itemcode"><span id="SetUserData-ICefCustomUserData-"></span><code>function <strong>SetUserData</strong>(const data: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
@ -631,7 +631,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="GetUserData"></span><code>function <strong>GetUserData</strong>: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
<td class="itemcode"><span id="GetUserData"></span><code>function <strong>GetUserData</strong>: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>

View File

@ -92,54 +92,58 @@
<td class="itemdesc"> All ref-counted framework interfaces must inherit from this interface. </td>
</tr>
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCustomUserData.html"><code>ICefCustomUserData</code></a></td>
<td class="itemdesc">&nbsp;</td>
</tr>
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRunFileDialogCallback.html"><code>ICefRunFileDialogCallback</code></a></td>
<td class="itemdesc"> Callback interface for ICefBrowserHost.RunFileDialog. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefNavigationEntryVisitor.html"><code>ICefNavigationEntryVisitor</code></a></td>
<td class="itemdesc"> Callback interface for ICefBrowserHost.GetNavigationEntries. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPdfPrintCallback.html"><code>ICefPdfPrintCallback</code></a></td>
<td class="itemdesc"> Callback interface for ICefBrowserHost.PrintToPDF. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDownloadImageCallback.html"><code>ICefDownloadImageCallback</code></a></td>
<td class="itemdesc"> Callback interface for ICefBrowserHost.DownloadImage. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefBrowserHost.html"><code>ICefBrowserHost</code></a></td>
<td class="itemdesc"> Interface used to represent the browser process aspects of a browser. The functions of this interface can only be called in the browser process. They may be called on any thread in that process unless otherwise indicated in the comments. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefProcessMessage.html"><code>ICefProcessMessage</code></a></td>
<td class="itemdesc"> Interface representing a message. Can be used on any process and thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefBrowser.html"><code>ICefBrowser</code></a></td>
<td class="itemdesc"> Interface used to represent a browser. When used in the browser process the functions of this interface may be called on any thread unless otherwise indicated in the comments. When used in the render process the functions of this interface may only be called on the main thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPostDataElement.html"><code>ICefPostDataElement</code></a></td>
<td class="itemdesc"> Interface used to represent a single element in the request post data. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPostData.html"><code>ICefPostData</code></a></td>
<td class="itemdesc"> Interface used to represent post data for a web request. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRequest.html"><code>ICefRequest</code></a></td>
<td class="itemdesc"> Interface used to represent a web request. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefStringVisitor.html"><code>ICefStringVisitor</code></a></td>
<td class="itemdesc"> Implement this interface to receive string values asynchronously. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefFrame.html"><code>ICefFrame</code></a></td>
<td class="itemdesc"> Interface used to represent a frame in the browser window. When used in the browser process the functions of this interface may be called on any thread unless otherwise indicated in the comments. When used in the render process the functions of this interface may only be called on the main thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefFrameHandler.html"><code>ICefFrameHandler</code></a></td>
<td class="itemdesc">
@ -218,541 +222,541 @@
<p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCustomStreamReader.html"><code>ICefCustomStreamReader</code></a></td>
<td class="itemdesc"> Interface used to read data from a stream. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefStreamReader.html"><code>ICefStreamReader</code></a></td>
<td class="itemdesc"> Interface used to read data from a stream. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefReadHandler.html"><code>ICefReadHandler</code></a></td>
<td class="itemdesc"> Structure the client can implement to provide a custom stream reader. The functions of this structure may be called on any thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefWriteHandler.html"><code>ICefWriteHandler</code></a></td>
<td class="itemdesc"> Interface the client can implement to provide a custom stream writer. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefStreamWriter.html"><code>ICefStreamWriter</code></a></td>
<td class="itemdesc"> Interface used to write data to a stream. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResponse.html"><code>ICefResponse</code></a></td>
<td class="itemdesc"> Interface used to represent a web response. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDownloadItem.html"><code>ICefDownloadItem</code></a></td>
<td class="itemdesc"> Interface used to represent a download item. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefBeforeDownloadCallback.html"><code>ICefBeforeDownloadCallback</code></a></td>
<td class="itemdesc"> Callback interface used to asynchronously continue a download. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDownloadItemCallback.html"><code>ICefDownloadItemCallback</code></a></td>
<td class="itemdesc"> Callback interface used to asynchronously cancel a download. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDownloadHandler.html"><code>ICefDownloadHandler</code></a></td>
<td class="itemdesc"> Interface used to handle file downloads. The functions of this interface will called on the browser process UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefV8Exception.html"><code>ICefV8Exception</code></a></td>
<td class="itemdesc"> Interface representing a V8 exception. The functions of this interface may be called on any render process thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefv8ArrayBufferReleaseCallback.html"><code>ICefv8ArrayBufferReleaseCallback</code></a></td>
<td class="itemdesc"> Callback interface that is passed to ICefV8value.CreateArrayBuffer. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefv8Context.html"><code>ICefv8Context</code></a></td>
<td class="itemdesc"> Interface representing a V8 context handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefV8context.GetTaskRunner() function. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefv8Handler.html"><code>ICefv8Handler</code></a></td>
<td class="itemdesc"> Interface that should be implemented to handle V8 function calls. The functions of this interface will be called on the thread associated with the V8 function. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefV8Interceptor.html"><code>ICefV8Interceptor</code></a></td>
<td class="itemdesc"> Interface that should be implemented to handle V8 interceptor calls. The functions of this interface will be called on the thread associated with the V8 interceptor. Interceptor's named property handlers (with first argument of type CefString) are called when object is indexed by string. Indexed property handlers (with first argument of type int) are called when object is indexed by integer. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefV8Accessor.html"><code>ICefV8Accessor</code></a></td>
<td class="itemdesc"> Interface that should be implemented to handle V8 accessor calls. Accessor identifiers are registered by calling ICefV8value.SetValue(). The functions of this interface will be called on the thread associated with the V8 accessor. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefTask.html"><code>ICefTask</code></a></td>
<td class="itemdesc"> Implement this interface for asynchronous task execution. If the task is posted successfully and if the associated message loop is still running then the execute() function will be called on the target thread. If the task fails to post then the task object may be destroyed on the source thread instead of the target thread. For this reason be cautious when performing work in the task object destructor. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefTaskManager.html"><code>ICefTaskManager</code></a></td>
<td class="itemdesc"> Interface that facilitates managing the browser-related tasks. The functions of this structure may only be called on the UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefTaskRunner.html"><code>ICefTaskRunner</code></a></td>
<td class="itemdesc"> Interface that asynchronously executes tasks on the associated thread. It is safe to call the functions of this interface on any thread.
<p>CEF maintains multiple internal threads that are used for handling different types of tasks in different processes. The TCefThreadId definitions in cef_types.h list the common CEF threads. Task runners are also available for other CEF threads as appropriate (for example, V8 WebWorker threads). </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefThread.html"><code>ICefThread</code></a></td>
<td class="itemdesc"> A simple thread abstraction that establishes a message loop on a new thread. The consumer uses ICefTaskRunner to execute code on the thread's message loop. The thread is terminated when the ICefThread object is destroyed or stop() is called. All pending tasks queued on the thread's message loop will run to completion before the thread is terminated. cef_thread_create() can be called on any valid CEF thread in either the browser or render process. This interface should only be used for tasks that require a dedicated thread. In most cases you can post tasks to an existing CEF thread instead of creating a new one; see cef_task.h for details. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefWaitableEvent.html"><code>ICefWaitableEvent</code></a></td>
<td class="itemdesc"> WaitableEvent is a thread synchronization tool that allows one thread to wait for another thread to finish some work. This is equivalent to using a Lock+ConditionVariable to protect a simple boolean value. However, using WaitableEvent in conjunction with a Lock to wait for a more complex state change (e.g., for an item to be added to a queue) is not recommended. In that case consider using a ConditionVariable instead of a WaitableEvent. It is safe to create and/or signal a WaitableEvent from any thread. Blocking on a WaitableEvent by calling the *wait() functions is not allowed on the browser process UI or IO threads. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefv8Value.html"><code>ICefv8Value</code></a></td>
<td class="itemdesc"> Interface representing a V8 value handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefV8StackFrame.html"><code>ICefV8StackFrame</code></a></td>
<td class="itemdesc"> Interface representing a V8 stack frame handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefV8StackTrace.html"><code>ICefV8StackTrace</code></a></td>
<td class="itemdesc"> Interface representing a V8 stack trace handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefXmlReader.html"><code>ICefXmlReader</code></a></td>
<td class="itemdesc"> Interface that supports the reading of XML data via the libxml streaming API. The functions of this interface should only be called on the thread that creates the object. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefZipReader.html"><code>ICefZipReader</code></a></td>
<td class="itemdesc"> Interface that supports the reading of zip archives via the zlib unzip API. The functions of this interface should only be called on the thread that creates the object. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDomNode.html"><code>ICefDomNode</code></a></td>
<td class="itemdesc"> Interface used to represent a DOM node. The functions of this interface should only be called on the render process main thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDomDocument.html"><code>ICefDomDocument</code></a></td>
<td class="itemdesc"> Interface used to represent a DOM document. The functions of this interface should only be called on the render process main thread thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDomVisitor.html"><code>ICefDomVisitor</code></a></td>
<td class="itemdesc"> Interface to implement for visiting the DOM. The functions of this interface will be called on the render process main thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCookieVisitor.html"><code>ICefCookieVisitor</code></a></td>
<td class="itemdesc"> Interface to implement for visiting cookie values. The functions of this interface will always be called on the UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCommandLine.html"><code>ICefCommandLine</code></a></td>
<td class="itemdesc"> Interface used to create and/or parse command line arguments. Arguments with &quot;&ndash;&quot;, &quot;-&quot; and, on Windows, &quot;/&quot; prefixes are considered switches. Switches will always precede any arguments without switch prefixes. Switches can optionally have a value specified using the &quot;=&quot; delimiter (e.g. &quot;-switch=value&quot;). An argument of &quot;&ndash;&quot; will terminate switch parsing with all subsequent tokens, regardless of prefix, being interpreted as non-switch arguments. Switch names should be lowercase ASCII and will be converted to such if necessary. Switch values will retain the original case and UTF8 encoding. This interface can be used before cef_initialize() is called. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRegistration.html"><code>ICefRegistration</code></a></td>
<td class="itemdesc"> Generic callback interface used for managing the lifespan of a registration. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDevToolsMessageObserver.html"><code>ICefDevToolsMessageObserver</code></a></td>
<td class="itemdesc"> Callback interface for ICefBrowserHost.AddDevToolsMessageObserver. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMediaRouter.html"><code>ICefMediaRouter</code></a></td>
<td class="itemdesc"> Supports discovery of and communication with media devices on the local network via the Cast and DIAL protocols. The functions of this interface may be called on any browser process thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMediaObserver.html"><code>ICefMediaObserver</code></a></td>
<td class="itemdesc"> Implemented by the client to observe MediaRouter events and registered via ICefMediaRouter.AddObserver. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMediaRoute.html"><code>ICefMediaRoute</code></a></td>
<td class="itemdesc"> Represents the route between a media source and sink. Instances of this object are created via ICefMediaRouter.CreateRoute and retrieved via ICefMediaObserver.OnRoutes. Contains the status and metadata of a routing operation. The functions of this interface may be called on any browser process thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMediaRouteCreateCallback.html"><code>ICefMediaRouteCreateCallback</code></a></td>
<td class="itemdesc"> Callback interface for ICefMediaRouter.CreateRoute. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMediaSinkDeviceInfoCallback.html"><code>ICefMediaSinkDeviceInfoCallback</code></a></td>
<td class="itemdesc"> Callback interface for ICefMediaSink.GetDeviceInfo. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMediaSink.html"><code>ICefMediaSink</code></a></td>
<td class="itemdesc"> Represents a sink to which media can be routed. Instances of this object are retrieved via ICefMediaObserver.OnSinks. The functions of this interface may be called on any browser process thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMediaSource.html"><code>ICefMediaSource</code></a></td>
<td class="itemdesc"> Represents a source from which media can be routed. Instances of this object are retrieved via ICefMediaRouter.GetSource. The functions of this interface may be called on any browser process thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResourceBundleHandler.html"><code>ICefResourceBundleHandler</code></a></td>
<td class="itemdesc"> Interface used to implement a custom resource bundle interface. See TCefSettings for additional options related to resource bundle loading. The functions of this interface may be called on multiple threads. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefBrowserProcessHandler.html"><code>ICefBrowserProcessHandler</code></a></td>
<td class="itemdesc"> Interface used to implement browser process callbacks. The functions of this interface will be called on the browser process main thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRenderProcessHandler.html"><code>ICefRenderProcessHandler</code></a></td>
<td class="itemdesc"> Interface used to implement render process callbacks. The functions of this interface will be called on the render process main thread (TID_RENDERER) unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefApp.html"><code>ICefApp</code></a></td>
<td class="itemdesc"> Implement this interface to provide handler implementations. Methods will be called by the process and/or thread indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCompletionCallback.html"><code>ICefCompletionCallback</code></a></td>
<td class="itemdesc"> Generic callback interface used for asynchronous completion. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefSetCookieCallback.html"><code>ICefSetCookieCallback</code></a></td>
<td class="itemdesc"> Interface to implement to be notified of asynchronous completion via ICefCookieManager.SetCookie. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDeleteCookiesCallback.html"><code>ICefDeleteCookiesCallback</code></a></td>
<td class="itemdesc"> Interface to implement to be notified of asynchronous completion via ICefCookieManager.DeleteCookies. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCookieManager.html"><code>ICefCookieManager</code></a></td>
<td class="itemdesc"> Interface used for managing cookies. The functions of this interface may be called on any thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCallback.html"><code>ICefCallback</code></a></td>
<td class="itemdesc"> Generic callback interface used for asynchronous continuation. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResourceSkipCallback.html"><code>ICefResourceSkipCallback</code></a></td>
<td class="itemdesc"> Callback for asynchronous continuation of ICefResourceHandler.skip. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResourceReadCallback.html"><code>ICefResourceReadCallback</code></a></td>
<td class="itemdesc"> Callback for asynchronous continuation of ICefResourceHandler.read. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResourceHandler.html"><code>ICefResourceHandler</code></a></td>
<td class="itemdesc"> Interface used to implement a custom request handler interface. The functions of this interface will be called on the IO thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefSchemeHandlerFactory.html"><code>ICefSchemeHandlerFactory</code></a></td>
<td class="itemdesc"> Interface that creates ICefResourceHandler instances for handling scheme requests. The functions of this interface will always be called on the IO thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefAuthCallback.html"><code>ICefAuthCallback</code></a></td>
<td class="itemdesc"> Callback interface used for asynchronous continuation of authentication requests. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefJsDialogCallback.html"><code>ICefJsDialogCallback</code></a></td>
<td class="itemdesc"> Callback interface used for asynchronous continuation of JavaScript dialog requests. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefContextMenuParams.html"><code>ICefContextMenuParams</code></a></td>
<td class="itemdesc"> Provides information about the context menu state. The functions of this interface can only be accessed on browser process the UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMenuModel.html"><code>ICefMenuModel</code></a></td>
<td class="itemdesc"> Supports creation and modification of menus. See TCefMenuId for the command ids that have default implementations. All user-defined command ids should be between MENU_ID_USER_FIRST and MENU_ID_USER_LAST. The functions of this interface can only be accessed on the browser process the UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefValue.html"><code>ICefValue</code></a></td>
<td class="itemdesc"> Interface that wraps other data value types. Complex types (binary, dictionary and list) will be referenced but not owned by this object. Can be used on any process and thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefBinaryValue.html"><code>ICefBinaryValue</code></a></td>
<td class="itemdesc"> Interface representing a binary value. Can be used on any process and thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDictionaryValue.html"><code>ICefDictionaryValue</code></a></td>
<td class="itemdesc"> Interface representing a dictionary value. Can be used on any process and thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefListValue.html"><code>ICefListValue</code></a></td>
<td class="itemdesc"> Interface representing a list value. Can be used on any process and thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefLifeSpanHandler.html"><code>ICefLifeSpanHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to browser life span. The functions of this interface will be called on the UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCommandHandler.html"><code>ICefCommandHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to commands. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefLoadHandler.html"><code>ICefLoadHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to browser load status. The functions of this interface will be called on the browser process UI thread or render process main thread (TID_RENDERER). </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResponseFilter.html"><code>ICefResponseFilter</code></a></td>
<td class="itemdesc"> Implement this interface to filter resource response content. The functions of this interface will be called on the browser process IO thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRequestHandler.html"><code>ICefRequestHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to browser requests. The functions of this interface will be called on the thread indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResourceRequestHandler.html"><code>ICefResourceRequestHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to browser requests. The functions of this interface will be called on the IO thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefCookieAccessFilter.html"><code>ICefCookieAccessFilter</code></a></td>
<td class="itemdesc"> Implement this interface to filter cookies that may be sent or received from resource requests. The functions of this interface will be called on the IO thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDisplayHandler.html"><code>ICefDisplayHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to browser display state. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefFocusHandler.html"><code>ICefFocusHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to focus. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefKeyboardHandler.html"><code>ICefKeyboardHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to keyboard input. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefJsDialogHandler.html"><code>ICefJsDialogHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to JavaScript dialogs. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefAudioHandler.html"><code>ICefAudioHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle audio events. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRunContextMenuCallback.html"><code>ICefRunContextMenuCallback</code></a></td>
<td class="itemdesc"> Callback interface used for continuation of custom context menu display. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRunQuickMenuCallback.html"><code>ICefRunQuickMenuCallback</code></a></td>
<td class="itemdesc"> Callback interface used for continuation of custom quick menu display. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefContextMenuHandler.html"><code>ICefContextMenuHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle context menu events. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefAccessibilityHandler.html"><code>ICefAccessibilityHandler</code></a></td>
<td class="itemdesc"> Implement this interface to receive accessibility notification when accessibility events have been registered. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDialogHandler.html"><code>ICefDialogHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle dialog events. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRenderHandler.html"><code>ICefRenderHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events when window rendering is disabled. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefClient.html"><code>ICefClient</code></a></td>
<td class="itemdesc"> Implement this interface to provide handler implementations. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefUrlRequest.html"><code>ICefUrlRequest</code></a></td>
<td class="itemdesc"> Interface used to make a URL request. URL requests are not associated with a browser instance so no ICefClient callbacks will be executed. URL requests can be created on any valid CEF thread in either the browser or render process. Once created the functions of the URL request object must be accessed on the same thread that created it. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefUrlrequestClient.html"><code>ICefUrlrequestClient</code></a></td>
<td class="itemdesc"> Interface that should be implemented by the ICefUrlRequest client. The functions of this interface will be called on the same thread that created the request unless otherwise documented. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefEndTracingCallback.html"><code>ICefEndTracingCallback</code></a></td>
<td class="itemdesc"> Implement this interface to receive notification when tracing has completed. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefFileDialogCallback.html"><code>ICefFileDialogCallback</code></a></td>
<td class="itemdesc"> Callback interface for asynchronous continuation of file dialog requests. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefUnresponsiveProcessCallback.html"><code>ICefUnresponsiveProcessCallback</code></a></td>
<td class="itemdesc"> Callback structure for asynchronous handling of an unresponsive process. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDragData.html"><code>ICefDragData</code></a></td>
<td class="itemdesc"> Interface used to represent drag data. The functions of this interface may be called on any thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDragHandler.html"><code>ICefDragHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to dragging. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefFindHandler.html"><code>ICefFindHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to find results. The functions of this interface will be called on the UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRequestContextHandler.html"><code>ICefRequestContextHandler</code></a></td>
<td class="itemdesc"> Implement this interface to provide handler implementations. The handler instance will not be released until all objects related to the context have been destroyed. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResolveCallback.html"><code>ICefResolveCallback</code></a></td>
<td class="itemdesc"> Callback interface for ICefRequestContext.ResolveHost. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPreferenceManager.html"><code>ICefPreferenceManager</code></a></td>
<td class="itemdesc"> Manage access to preferences. Many built-in preferences are registered by Chromium. Custom preferences can be registered in ICefBrowserProcessHandler.OnRegisterCustomPreferences. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefRequestContext.html"><code>ICefRequestContext</code></a></td>
<td class="itemdesc"> A request context provides request handling for a set of related browser or URL request objects. A request context can be specified when creating a new browser via the ICefBrowserHost static factory functions or when creating a new URL request via the ICefUrlRequest static factory functions. Browser objects with different request contexts will never be hosted in the same render process. Browser objects with the same request context may or may not be hosted in the same render process depending on the process model. Browser objects created indirectly via the JavaScript window.open function or targeted links will share the same render process and the same request context as the source browser. When running in single-process mode there is only a single render process (the main process) and so all browsers created in single-process mode will share the same request context. This will be the first request context passed into a ICefBrowserHost static factory function and all other request context objects will be ignored. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPrintSettings.html"><code>ICefPrintSettings</code></a></td>
<td class="itemdesc"> Interface representing print settings. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPrintDialogCallback.html"><code>ICefPrintDialogCallback</code></a></td>
<td class="itemdesc"> Callback interface for asynchronous continuation of print dialog requests. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPrintJobCallback.html"><code>ICefPrintJobCallback</code></a></td>
<td class="itemdesc"> Callback interface for asynchronous continuation of print job requests. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPrintHandler.html"><code>ICefPrintHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle printing on Linux. Each browser will have only one print job in progress at a time. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefNavigationEntry.html"><code>ICefNavigationEntry</code></a></td>
<td class="itemdesc"> Interface used to represent an entry in navigation history. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefX509CertPrincipal.html"><code>ICefX509CertPrincipal</code></a></td>
<td class="itemdesc"> Interface representing the issuer or subject field of an X.509 certificate. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefX509Certificate.html"><code>ICefX509Certificate</code></a></td>
<td class="itemdesc"> Interface representing a X.509 certificate. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefSslInfo.html"><code>ICefSslInfo</code></a></td>
<td class="itemdesc"> Interface representing SSL information. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefSSLStatus.html"><code>ICefSSLStatus</code></a></td>
<td class="itemdesc"> Interface representing the SSL information for a navigation entry. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefSelectClientCertificateCallback.html"><code>ICefSelectClientCertificateCallback</code></a></td>
<td class="itemdesc"> Callback interface used to select a client certificate for authentication. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefResourceBundle.html"><code>ICefResourceBundle</code></a></td>
<td class="itemdesc"> Interface used for retrieving resources from the resource bundle (*.pak) files loaded by CEF during startup or via the ICefResourceBundleHandler returned from ICefApp.GetResourceBundleHandler. See TCefSettings for additional options related to resource bundle loading. The functions of this interface may be called on any thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefImage.html"><code>ICefImage</code></a></td>
<td class="itemdesc"> Container for a single image represented at different scale factors. All image representations should be the same size in density independent pixel (DIP) units. For example, if the image at scale factor 1.0 is 100x100 pixels then the image at scale factor 2.0 should be 200x200 pixels &ndash; both images will display with a DIP size of 100x100 units. The functions of this interface can be called on any browser process thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMenuModelDelegate.html"><code>ICefMenuModelDelegate</code></a></td>
<td class="itemdesc"> Implement this interface to handle menu model events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefServer.html"><code>ICefServer</code></a></td>
<td class="itemdesc"> Interface representing a server that supports HTTP and WebSocket requests. Server capacity is limited and is intended to handle only a small number of simultaneous connections (e.g. for communicating between applications on localhost). The functions of this interface are safe to call from any thread in the brower process unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefServerHandler.html"><code>ICefServerHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle HTTP server requests. A new thread will be created for each ICefServer.CreateServer call (the &quot;dedicated server thread&quot;), and the functions of this interface will be called on that thread. It is therefore recommended to use a different ICefServerHandler instance for each ICefServer.CreateServer call to avoid thread safety issues in the ICefServerHandler implementation. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMediaAccessCallback.html"><code>ICefMediaAccessCallback</code></a></td>
<td class="itemdesc"> Callback interface used for asynchronous continuation of media access permission requests. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPermissionPromptCallback.html"><code>ICefPermissionPromptCallback</code></a></td>
<td class="itemdesc"> Callback interface used for asynchronous continuation of permission prompts. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPermissionHandler.html"><code>ICefPermissionHandler</code></a></td>
<td class="itemdesc"> Implement this interface to handle events related to permission requests. The functions of this interface will be called on the browser process UI thread. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefSharedMemoryRegion.html"><code>ICefSharedMemoryRegion</code></a></td>
<td class="itemdesc"> Interface that wraps platform-dependent share memory region mapping. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefSharedProcessMessageBuilder.html"><code>ICefSharedProcessMessageBuilder</code></a></td>
<td class="itemdesc"> Interface that builds a ICefProcessMessage containing a shared memory region. This interface is not thread-safe but may be used exclusively on a different thread from the one which constructed it. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDisplay.html"><code>ICefDisplay</code></a></td>
<td class="itemdesc"> This interface typically, but not always, corresponds to a physical display connected to the system. A fake Display may exist on a headless system, or a Display may correspond to a remote, virtual display. All size and position values are in density independent pixel (DIP) coordinates unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefLayout.html"><code>ICefLayout</code></a></td>
<td class="itemdesc"> A Layout handles the sizing of the children of a Panel according to implementation-specific heuristics. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefBoxLayout.html"><code>ICefBoxLayout</code></a></td>
<td class="itemdesc"> A Layout manager that arranges child views vertically or horizontally in a side-by-side fashion with spacing around and between the child views. The child views are always sized according to their preferred size. If the host's bounds provide insufficient space, child views will be clamped. Excess space will not be distributed. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefFillLayout.html"><code>ICefFillLayout</code></a></td>
<td class="itemdesc"> A simple Layout that causes the associated Panel's one child to be sized to match the bounds of its parent. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefOverlayController.html"><code>ICefOverlayController</code></a></td>
<td class="itemdesc"> Controller for an overlay that contains a contents View added via ICefWindow.AddOverlayView. Methods exposed by this controller should be called in preference to functions of the same name exposed by the contents View unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefView.html"><code>ICefView</code></a></td>
<td class="itemdesc"> A View is a rectangle within the views View hierarchy. It is the base interface for all Views. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefViewDelegate.html"><code>ICefViewDelegate</code></a></td>
<td class="itemdesc"> Implement this interface to handle view events. All size and position values are in density independent pixels (DIP) unless otherwise indicated. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefTextfield.html"><code>ICefTextfield</code></a></td>
<td class="itemdesc"> A Textfield supports editing of text. This control is custom rendered with no platform-specific code. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefTextfieldDelegate.html"><code>ICefTextfieldDelegate</code></a></td>
<td class="itemdesc"> Implement this interface to handle Textfield events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefScrollView.html"><code>ICefScrollView</code></a></td>
<td class="itemdesc"> A ScrollView will show horizontal and/or vertical scrollbars when necessary based on the size of the attached content view. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPanel.html"><code>ICefPanel</code></a></td>
<td class="itemdesc"> A Panel is a container in the views hierarchy that can contain other Views as children. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefPanelDelegate.html"><code>ICefPanelDelegate</code></a></td>
<td class="itemdesc"> Implement this interface to handle Panel events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefBrowserView.html"><code>ICefBrowserView</code></a></td>
<td class="itemdesc"> A View hosting a ICefBrowser instance. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefBrowserViewDelegate.html"><code>ICefBrowserViewDelegate</code></a></td>
<td class="itemdesc"> Implement this interface to handle BrowserView events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefButton.html"><code>ICefButton</code></a></td>
<td class="itemdesc"> A View representing a button. Depending on the specific type, the button could be implemented by a native control or custom rendered. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefButtonDelegate.html"><code>ICefButtonDelegate</code></a></td>
<td class="itemdesc"> Implement this interface to handle Button events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefLabelButton.html"><code>ICefLabelButton</code></a></td>
<td class="itemdesc"> LabelButton is a button with optional text and/or icon. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMenuButton.html"><code>ICefMenuButton</code></a></td>
<td class="itemdesc"> MenuButton is a button with optional text, icon and/or menu marker that shows a menu when clicked with the left mouse button. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMenuButtonPressedLock.html"><code>ICefMenuButtonPressedLock</code></a></td>
<td class="itemdesc"> MenuButton pressed lock is released when this object is destroyed. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefMenuButtonDelegate.html"><code>ICefMenuButtonDelegate</code></a></td>
<td class="itemdesc"> Implement this interface to handle MenuButton events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefWindow.html"><code>ICefWindow</code></a></td>
<td class="itemdesc"> A Window is a top-level Window/widget in the Views hierarchy. By default it will have a non-client area with title bar, icon and buttons that supports moving and resizing. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefWindowDelegate.html"><code>ICefWindowDelegate</code></a></td>
<td class="itemdesc"> Implement this interface to handle window events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </td>
</tr>

View File

@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>cef4delphi: uCEFv8Handler: Class TCefCustomUserData</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="PasDoc 0.16.0-snapshot">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<span id="TCefCustomUserData"></span><h1 class="cio">Class TCefCustomUserData</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div><div class="one_section">Properties</div></div>
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
<p class="unitlink">
<a href="uCEFv8Handler.html">uCEFv8Handler</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type TCefCustomUserData = class(<a class="normal" href="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html">TCefBaseRefCountedOwn</a>, <a class="normal" href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>)</code></p>
<h2 class="description">Description</h2>
<p class="nodescription">This item has no description.</p><span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
<ul class="hierarchy"><li class="ancestor">TInterfacedObject</li>
<li class="ancestor"><a class="normal" href="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html">TCefBaseRefCountedOwn</a></li>
<li class="thisitem">TCefCustomUserData</li></ul><h2 class="overview">Overview</h2>
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
<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="uCEFv8Handler.TCefCustomUserData.html#FUserDataType">FUserDataType</a></strong>: Pointer;</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="uCEFv8Handler.TCefCustomUserData.html#FUserData">FUserData</a></strong>: Pointer;</code></td>
</tr>
</table>
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
<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>function <strong><a href="uCEFv8Handler.TCefCustomUserData.html#GetUserDataType">GetUserDataType</a></strong>: Pointer;</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>function <strong><a href="uCEFv8Handler.TCefCustomUserData.html#GetUserData">GetUserData</a></strong>: Pointer;</code></td>
</tr>
<tr class="list">
<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="uCEFv8Handler.TCefCustomUserData.html#Create-Pointer-Pointer-">Create</a></strong>(aUserDataType, aUserData : Pointer);</code></td>
</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>destructor <strong><a href="uCEFv8Handler.TCefCustomUserData.html#Destroy">Destroy</a></strong>; override;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>class function <strong><a href="uCEFv8Handler.TCefCustomUserData.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Fields</h3>
<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="FUserDataType"></span><code><strong>FUserDataType</strong>: Pointer;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<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="FUserData"></span><code><strong>FUserData</strong>: Pointer;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<h3 class="detail">Methods</h3>
<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="GetUserDataType"></span><code>function <strong>GetUserDataType</strong>: Pointer;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<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="GetUserData"></span><code>function <strong>GetUserData</strong>: Pointer;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<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-Pointer-Pointer-"></span><code>constructor <strong>Create</strong>(aUserDataType, aUserData : Pointer);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<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="Destroy"></span><code>destructor <strong>Destroy</strong>; override;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<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="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
</span>
</body></html>

View File

@ -27,6 +27,10 @@
<td class="itemname">Class&nbsp;<a class="bold" href="uCEFv8Handler.TCefv8HandlerOwn.html"><code>TCefv8HandlerOwn</code></a></td>
<td class="itemdesc">&nbsp;</td>
</tr>
<tr class="list">
<td class="itemname">Class&nbsp;<a class="bold" href="uCEFv8Handler.TCefCustomUserData.html"><code>TCefCustomUserData</code></a></td>
<td class="itemdesc">&nbsp;</td>
</tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
</span>

View File

@ -174,11 +174,11 @@
</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>function <strong><a href="uCEFv8Value.TCefv8ValueRef.html#SetUserData-ICefv8Value-">SetUserData</a></strong>(const data: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>): Boolean;</code></td>
<td class="itemcode"><code>function <strong><a href="uCEFv8Value.TCefv8ValueRef.html#SetUserData-ICefCustomUserData-">SetUserData</a></strong>(const data: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>): Boolean;</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>function <strong><a href="uCEFv8Value.TCefv8ValueRef.html#GetUserData">GetUserData</a></strong>: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
<td class="itemcode"><code>function <strong><a href="uCEFv8Value.TCefv8ValueRef.html#GetUserData">GetUserData</a></strong>: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
@ -672,17 +672,17 @@
<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="SetUserData-ICefv8Value-"></span><code>function <strong>SetUserData</strong>(const data: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>): Boolean;</code></td>
<td class="itemcode"><span id="SetUserData-ICefCustomUserData-"></span><code>function <strong>SetUserData</strong>(const data: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefv8Value.html#SetUserData-ICefv8Value-">ICefv8Value.SetUserData</a>.</p><p>
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefv8Value.html#SetUserData-ICefCustomUserData-">ICefv8Value.SetUserData</a>.</p><p>
Sets the user data for this object and returns true (1) on success. Returns false (0) if this function is called incorrectly. This function can only be called on user created objects. </p>
</td></tr>
</table>
<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="GetUserData"></span><code>function <strong>GetUserData</strong>: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
<td class="itemcode"><span id="GetUserData"></span><code>function <strong>GetUserData</strong>: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefv8Value.html#GetUserData">ICefv8Value.GetUserData</a>.</p><p>

View File

@ -21,7 +21,7 @@
</CompilerOptions>
<Description Value="CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC."/>
<License Value="MPL 1.1"/>
<Version Major="133" Minor="4" Release="6"/>
<Version Major="133" Minor="4"/>
<Files Count="213">
<Item1>
<Filename Value="..\source\uCEFAccessibilityHandler.pas"/>

View File

@ -262,7 +262,6 @@ type
function GetTotalSystemMemory : uint64;
function GetAvailableSystemMemory : uint64;
function GetSystemMemoryLoad : cardinal;
function GetApiHashUniversal : ustring;
function GetApiHashPlatform : ustring;
function GetApiHashCommit : ustring;
function GetApiVersion : integer;
@ -1489,10 +1488,6 @@ type
/// </summary>
property SystemMemoryLoad : cardinal read GetSystemMemoryLoad;
/// <summary>
/// Calls cef_api_hash to get the universal hash.
/// </summary>
property ApiHashUniversal : ustring read GetApiHashUniversal;
/// <summary>
/// Calls cef_api_hash to get the platform hash.
/// </summary>
property ApiHashPlatform : ustring read GetApiHashPlatform;
@ -3930,19 +3925,6 @@ begin
{$ENDIF}
end;
function TCefApplicationCore.GetApiHashUniversal : ustring;
var
TempHash : PAnsiChar;
begin
Result := '';
if not(FLibLoaded) then exit;
TempHash := cef_api_hash(CEF_API_VERSION, CEF_API_HASH_UNIVERSAL);
if (TempHash <> nil) then
Result := ustring(AnsiString(TempHash));
end;
function TCefApplicationCore.GetApiHashPlatform : ustring;
var
TempHash : PAnsiChar;

View File

@ -297,7 +297,6 @@ type
FOnIsChromePageActionIconVisible : TOnIsChromePageActionIconVisibleEvent;
FOnIsChromeToolbarButtonVisible : TOnIsChromeToolbarButtonVisibleEvent;
// ICefPermissionHandler
FOnRequestMediaAccessPermission : TOnRequestMediaAccessPermissionEvent;
FOnShowPermissionPrompt : TOnShowPermissionPromptEvent;

View File

@ -4018,7 +4018,7 @@ const
/// </remarks>
CEF_API_HASH_PLATFORM = 0;
/// <summary>
/// Universal API hash.
/// Universal API hash. (deprecated, same as CEF_API_HASH_PLATFORM)
/// </summary>
/// <remarks>
/// <para>ucef_api_hash parameter.</para>

View File

@ -372,3 +372,4 @@ var
implementation
end.

View File

@ -1,12 +1,12 @@
CEF_SUPPORTED_VERSION_MAJOR = 133;
CEF_SUPPORTED_VERSION_MINOR = 4;
CEF_SUPPORTED_VERSION_RELEASE = 6;
CEF_SUPPORTED_VERSION_RELEASE = 0;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 6943;
CEF_CHROMEELF_VERSION_BUILD = 99;
CEF_CHROMEELF_VERSION_BUILD = 127;
// values defined in cef_api_versions.json
CEF_API_VERSION_MIN = 13300;
@ -17,7 +17,6 @@
CEF_API_VERSION_EXPERIMENTAL = 999999;
// values defined in cef_api_versions.json
CEF_API_HASH_PLATFORM_LINUX = '199fe896c737a07dcf1506e0c86688363df7e8b6';
CEF_API_HASH_PLATFORM_MAC = '405810f1f8b146678867b6a91cbe8c4670febbbf';
CEF_API_HASH_PLATFORM_UNIVERSAL = 'be55f7cf1813ae098d4f68b2a2c9ca85784fc3ee';
CEF_API_HASH_PLATFORM_WINDOWS = '73bb28a92f4be742e3fc80057a80797e3bf23063';
CEF_API_HASH_PLATFORM_LINUX = 'f1ababb4ff51ecbf77c481cee3721ef0eca9c8ca';
CEF_API_HASH_PLATFORM_MAC = '98964c37b8917d83da4b173e22905503d38ad08f';
CEF_API_HASH_PLATFORM_WINDOWS = '19c014af0082aa901398e006381b6980e4f806e9';

View File

@ -2,9 +2,9 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 703,
"InternalVersion" : 704,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "133.4.6"
"Version" : "133.4.0"
}
],
"UpdatePackageData" : {