Update to CEF 127.3.1

This commit is contained in:
Salvador Díaz Fau 2024-08-08 12:53:31 +02:00
parent b7f0c51ee6
commit 14e64f556e
16 changed files with 293 additions and 188 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 127.1.9 which includes Chromium 127.0.6533.89.
CEF4Delphi uses CEF 127.3.1 which includes Chromium 127.0.6533.100.
The CEF binaries used by CEF4Delphi are available for download at Spotify :
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_127.1.9%2Bg49b6073%2Bchromium-127.0.6533.89_windows32.tar.bz2)
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_127.1.9%2Bg49b6073%2Bchromium-127.0.6533.89_windows64.tar.bz2)
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_127.1.9%2Bg49b6073%2Bchromium-127.0.6533.89_linux64.tar.bz2)
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_127.1.9%2Bg49b6073%2Bchromium-127.0.6533.89_linuxarm.tar.bz2)
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_127.1.9%2Bg49b6073%2Bchromium-127.0.6533.89_linuxarm64.tar.bz2)
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_127.1.9%2Bg49b6073%2Bchromium-127.0.6533.89_macosx64.tar.bz2)
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_127.3.1%2Bg6cbb30e%2Bchromium-127.0.6533.100_windows32.tar.bz2)
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_127.3.1%2Bg6cbb30e%2Bchromium-127.0.6533.100_windows64.tar.bz2)
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_127.3.1%2Bg6cbb30e%2Bchromium-127.0.6533.100_linux64.tar.bz2)
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_127.3.1%2Bg6cbb30e%2Bchromium-127.0.6533.100_linuxarm.tar.bz2)
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_127.3.1%2Bg6cbb30e%2Bchromium-127.0.6533.100_linuxarm64.tar.bz2)
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_127.3.1%2Bg6cbb30e%2Bchromium-127.0.6533.100_macosx64.tar.bz2)
CEF4Delphi was developed and tested on Delphi 12.1 and it has been tested in Delphi 6, Delphi XE, Delphi 10, Delphi 11 and Lazarus 3.4/FPC 3.2.2. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.

Binary file not shown.

View File

@ -986,7 +986,7 @@
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFBaseScopedWrapper.TCEFBaseScopedWrapperRef.html">TCEFBaseScopedWrapperRef</a></td>
<td class="itemunit"><a class="bold" href="uCEFBaseScopedWrapper.html">uCEFBaseScopedWrapper</a></td>
<td class="itemdesc"><p>The complete list of compiler versions is here : <a href="http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions">http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions</a> Delphi 5 Delphi 6 Delphi 7 Delphi 8 Delphi 2005 Delphi 2009 Delphi 2010 Delphi XE Delphi XE2 (First FireMonkey and 64bit compiler) Delphi XE3 Delphi XE4 Delphi XE5 Delphi XE6 Delphi XE7 Delphi XE8 Rad Studio 10 - Delphi Seattle Rad Studio 10.1 - Delphi Berlin Rad Studio 10.2 - Delphi Tokyo Rad Studio 10.3 - Delphi Rio Rad Studio 10.4 - Delphi Sydney Rad Studio 11.0 - Delphi Alexandria Rad Studio 12.0 - Delphi Yukon Delphi uses MACOS for the new MacOSX and DARWIN is not defined FPC uses DARWIN for the new MacOSX and MACOS is defined for the classic Macintosh OS (System 7) We define MACOSX to avoid conflicts in both situations</p></td>
<td class="itemdesc"><p>The complete list of compiler versions is here : <a href="http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions">http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions</a> Delphi 5 Delphi 6 Delphi 7 Delphi 8 Delphi 2005 Delphi 2009 Delphi 2010 Delphi XE Delphi XE2 (First FireMonkey and 64bit compiler) Delphi XE3 Delphi XE4 Delphi XE5 Delphi XE6 Delphi XE7 Delphi XE8 Rad Studio 10 - Delphi Seattle Rad Studio 10.1 - Delphi Berlin Rad Studio 10.2 - Delphi Tokyo Rad Studio 10.3 - Delphi Rio Rad Studio 10.4 - Delphi Sydney Rad Studio 11.0 - Delphi Alexandria Rad Studio 12.0 - Delphi Yukon Delphi uses MACOS for the new MacOSX and DARWIN is not defined FPC uses DARWIN for the new MacOSX and MACOS is defined for the classic Macintosh OS (System 7) We define MACOSX to avoid conflicts in both situations OS_POSIX is defined for AIX, ANDROID, ASMJS, CHROMEOS, FREEBSD, IOS, LINUX, MAC, NACL, NETBSD, OPENBSD, QNX and SOLARIS in /include/base/cef_build.h</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFTypes.TCefBeforeDownloadCallback.html">TCefBeforeDownloadCallback</a></td>

View File

@ -9364,7 +9364,7 @@
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFBaseScopedWrapper.TCEFBaseScopedWrapperRef.html">TCEFBaseScopedWrapperRef</a></td>
<td class="itemunit"><a class="bold" href="uCEFBaseScopedWrapper.html">uCEFBaseScopedWrapper</a></td>
<td class="itemdesc"><p>The complete list of compiler versions is here : <a href="http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions">http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions</a> Delphi 5 Delphi 6 Delphi 7 Delphi 8 Delphi 2005 Delphi 2009 Delphi 2010 Delphi XE Delphi XE2 (First FireMonkey and 64bit compiler) Delphi XE3 Delphi XE4 Delphi XE5 Delphi XE6 Delphi XE7 Delphi XE8 Rad Studio 10 - Delphi Seattle Rad Studio 10.1 - Delphi Berlin Rad Studio 10.2 - Delphi Tokyo Rad Studio 10.3 - Delphi Rio Rad Studio 10.4 - Delphi Sydney Rad Studio 11.0 - Delphi Alexandria Rad Studio 12.0 - Delphi Yukon Delphi uses MACOS for the new MacOSX and DARWIN is not defined FPC uses DARWIN for the new MacOSX and MACOS is defined for the classic Macintosh OS (System 7) We define MACOSX to avoid conflicts in both situations</p></td>
<td class="itemdesc"><p>The complete list of compiler versions is here : <a href="http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions">http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions</a> Delphi 5 Delphi 6 Delphi 7 Delphi 8 Delphi 2005 Delphi 2009 Delphi 2010 Delphi XE Delphi XE2 (First FireMonkey and 64bit compiler) Delphi XE3 Delphi XE4 Delphi XE5 Delphi XE6 Delphi XE7 Delphi XE8 Rad Studio 10 - Delphi Seattle Rad Studio 10.1 - Delphi Berlin Rad Studio 10.2 - Delphi Tokyo Rad Studio 10.3 - Delphi Rio Rad Studio 10.4 - Delphi Sydney Rad Studio 11.0 - Delphi Alexandria Rad Studio 12.0 - Delphi Yukon Delphi uses MACOS for the new MacOSX and DARWIN is not defined FPC uses DARWIN for the new MacOSX and MACOS is defined for the classic Macintosh OS (System 7) We define MACOSX to avoid conflicts in both situations OS_POSIX is defined for AIX, ANDROID, ASMJS, CHROMEOS, FREEBSD, IOS, LINUX, MAC, NACL, NETBSD, OPENBSD, QNX and SOLARIS in /include/base/cef_build.h</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFTypes.html#TCefBaseTime">TCefBaseTime</a></td>

View File

@ -784,6 +784,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FDisableHangMonitor">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FHideCrashRestoreBubble">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FHideCrashRestoreBubble">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FWindowsSandboxInfo">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">
</object>
@ -1370,6 +1374,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#DisableHangMonitor">
</object>
<li><object type="text/sitemap">
<param name="Name" value="HideCrashRestoreBubble">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#HideCrashRestoreBubble">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IgnoreCertificateErrors">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#IgnoreCertificateErrors">
</object>
@ -67272,6 +67280,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FGlobalContextInitialized">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FHideCrashRestoreBubble">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FHideCrashRestoreBubble">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FHyperlinkAuditing">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FHyperlinkAuditing">
</object>
@ -67886,6 +67898,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GlobalContextInitialized">
</object>
<li><object type="text/sitemap">
<param name="Name" value="HideCrashRestoreBubble">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#HideCrashRestoreBubble">
</object>
<li><object type="text/sitemap">
<param name="Name" value="HyperlinkAuditing">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#HyperlinkAuditing">
</object>

View File

@ -2497,10 +2497,6 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-single-double-">
</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">
@ -2509,6 +2505,10 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-single-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-integer-double-">
</object>
</ul>
@ -3998,16 +3998,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SameAs">
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefBaseRefCounted - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ICefBaseRefCounted - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
</object>
</ul>
<li><object type="text/sitemap">
@ -16463,6 +16463,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FGlobalContextInitialized">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FHideCrashRestoreBubble">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FHideCrashRestoreBubble">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FHyperlinkAuditing">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#FHyperlinkAuditing">
</object>
@ -16883,6 +16887,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GlobalContextInitialized">
</object>
<li><object type="text/sitemap">
<param name="Name" value="HideCrashRestoreBubble">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#HideCrashRestoreBubble">
</object>
<li><object type="text/sitemap">
<param name="Name" value="HyperlinkAuditing">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#HyperlinkAuditing">
</object>
@ -17792,16 +17800,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SameAs">
<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">
<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>
<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>
</ul>
<li><object type="text/sitemap">
@ -21486,16 +21494,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="Create">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefCustomStreamReader - uCEFCustomStreamReader Unit">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefCustomStreamReader - uCEFCustomStreamReader Unit">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
</object>
</ul>
<li><object type="text/sitemap">
@ -38894,16 +38902,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateBrowser">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
</object>
</ul>
<li><object type="text/sitemap">
@ -38920,16 +38928,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateClientHandler">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
</object>
</ul>
<li><object type="text/sitemap">
@ -41134,16 +41142,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="LoadResource">
<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">
<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>
<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>
</ul>
<li><object type="text/sitemap">
@ -41162,16 +41170,16 @@
</ul>
<li><object type="text/sitemap">
<param name="Name" value="LoadURL">
<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">
<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>
<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>
</ul>
<li><object type="text/sitemap">
@ -42028,30 +42036,30 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="RetrieveHTML">
<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">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<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-ICefFrame-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="RetrieveText">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
@ -42419,11 +42427,11 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
<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-integer-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
@ -44980,21 +44988,21 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateBrowser">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TWinControl-ustring-ICefRequestContext-ICefDictionaryValue-">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
</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-">
</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-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="Destroy">
@ -45118,16 +45126,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">
@ -45820,16 +45828,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="Create">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create-TOLEFormatArray-integer-integer-">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TOLEEnumFormatEtc - uCEFOLEDragAndDrop Unit">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create-TOLEFormatArray-integer-integer-">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOLEEnumFormatEtc - uCEFOLEDragAndDrop Unit">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create-TOLEFormatArray-integer-integer-">
</object>
</ul>
<li><object type="text/sitemap">

View File

@ -933,12 +933,12 @@ published.gif
automated.gif
pasdoc.css
Compile time: 0 minutes, 16 seconds
16,533 Topics
141,134 Local links
Compile time: 0 minutes, 15 seconds
16,535 Topics
141,156 Local links
35 Internet links
5 Graphics
Created c:\Users\usuario\Documents\Embarcadero\Studio\Projects\CEF4Delphi\docs\cef4delphi.chm, 3,649,224 bytes
Compression decreased file by 23,607,946 bytes.
Created c:\Users\usuario\Documents\Embarcadero\Studio\Projects\CEF4Delphi\docs\cef4delphi.chm, 3,651,572 bytes
Compression decreased file by 23,610,650 bytes.

View File

@ -403,209 +403,213 @@
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</a></strong>: pointer;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FHideCrashRestoreBubble">FHideCrashRestoreBubble</a></strong>: boolean;</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="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</a></strong>: pointer;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCache">FDeleteCache</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCookies">FDeleteCookies</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCheckCEFFiles">FCheckCEFFiles</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FShowMessageDlg">FShowMessageDlg</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingBinariesException">FMissingBinariesException</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FSetCurrentDir">FSetCurrentDir</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FGlobalContextInitialized">FGlobalContextInitialized</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeVersionInfo">FChromeVersionInfo</a></strong>: <a href="uCEFTypes.TFileVersionInfo.html">TFileVersionInfo</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLibLoaded">FLibLoaded</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLogProcessInfo">FLogProcessInfo</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FReRaiseExceptions">FReRaiseExceptions</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDeviceScaleFactor">FDeviceScaleFactor</a></strong>: single;</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLocalesRequired">FLocalesRequired</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FProcessType">FProcessType</a></strong>: <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateResourceBundleHandler">FMustCreateResourceBundleHandler</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateBrowserProcessHandler">FMustCreateBrowserProcessHandler</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateRenderProcessHandler">FMustCreateRenderProcessHandler</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateLoadHandler">FMustCreateLoadHandler</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FStatus">FStatus</a></strong>: <a href="uCEFTypes.html#TCefAplicationStatus">TCefAplicationStatus</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingLibFiles">FMissingLibFiles</a></strong>: 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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustFreeLibrary">FMustFreeLibrary</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLastErrorMessage">FLastErrorMessage</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLibHandle">FLibHandle</a></strong>: TLibHandle;</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCustomCommandLines">FCustomCommandLines</a></strong>: TStringList;</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCustomCommandLineValues">FCustomCommandLineValues</a></strong>: TStringList;</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FAppSettings">FAppSettings</a></strong>: <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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableGPUCache">FDisableGPUCache</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FComponentIDList">FComponentIDList</a></strong>: <a href="uCEFComponentIdList.TCEFComponentIdList.html">TCEFComponentIdList</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a></strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a></strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextInitialized">FOnContextInitialized</a></strong>: <a href="uCEFApplicationEvents.html#TOnContextInitializedEvent">TOnContextInitializedEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a></strong>: <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a></strong>: <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a></strong>: <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnWebKitInitialized">FOnWebKitInitialized</a></strong>: <a href="uCEFApplicationEvents.html#TOnWebKitInitializedEvent">TOnWebKitInitializedEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a></strong>: <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a></strong>: <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a></strong>: <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a></strong>: <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a></strong>: <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a></strong>: <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a></strong>: <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a>;</code></td>
</tr>
@ -1569,257 +1573,261 @@
</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#IgnoreCertificateErrors">IgnoreCertificateErrors</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a>;</code></td>
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#HideCrashRestoreBubble">HideCrashRestoreBubble</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FHideCrashRestoreBubble">FHideCrashRestoreBubble</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FHideCrashRestoreBubble">FHideCrashRestoreBubble</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#IgnoreCertificateErrors">IgnoreCertificateErrors</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</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="uCEFApplicationCore.TCefApplicationCore.html#WindowsSandboxInfo">WindowsSandboxInfo</a></strong> : Pointer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</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#DeleteCache">DeleteCache</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCache">FDeleteCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCache">FDeleteCache</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#DeleteCookies">DeleteCookies</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCookies">FDeleteCookies</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCookies">FDeleteCookies</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#CheckCEFFiles">CheckCEFFiles</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCheckCEFFiles">FCheckCEFFiles</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCheckCEFFiles">FCheckCEFFiles</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#ShowMessageDlg">ShowMessageDlg</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FShowMessageDlg">FShowMessageDlg</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FShowMessageDlg">FShowMessageDlg</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#MissingBinariesException">MissingBinariesException</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingBinariesException">FMissingBinariesException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingBinariesException">FMissingBinariesException</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#SetCurrentDir">SetCurrentDir</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSetCurrentDir">FSetCurrentDir</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSetCurrentDir">FSetCurrentDir</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#GlobalContextInitialized">GlobalContextInitialized</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetGlobalContextInitialized">GetGlobalContextInitialized</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#ChromeMajorVer">ChromeMajorVer</a></strong> : uint16 read FChromeVersionInfo.MajorVer;</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#ChromeMinorVer">ChromeMinorVer</a></strong> : uint16 read FChromeVersionInfo.MinorVer;</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#ChromeRelease">ChromeRelease</a></strong> : uint16 read FChromeVersionInfo.Release;</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#ChromeBuild">ChromeBuild</a></strong> : uint16 read FChromeVersionInfo.Build;</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#ChromeVersion">ChromeVersion</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromeVersion">GetChromeVersion</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#LibCefVersion">LibCefVersion</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetLibCefVersion">GetLibCefVersion</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#LibCefPath">LibCefPath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetLibCefPath">GetLibCefPath</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#ChromeElfPath">ChromeElfPath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromeElfPath">GetChromeElfPath</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#LibLoaded">LibLoaded</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLibLoaded">FLibLoaded</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#LogProcessInfo">LogProcessInfo</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogProcessInfo">FLogProcessInfo</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogProcessInfo">FLogProcessInfo</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#ReRaiseExceptions">ReRaiseExceptions</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FReRaiseExceptions">FReRaiseExceptions</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FReRaiseExceptions">FReRaiseExceptions</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#DeviceScaleFactor">DeviceScaleFactor</a></strong> : single read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeviceScaleFactor">FDeviceScaleFactor</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#LocalesRequired">LocalesRequired</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocalesRequired">FLocalesRequired</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocalesRequired">FLocalesRequired</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#ProcessType">ProcessType</a></strong> : <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FProcessType">FProcessType</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#MustCreateResourceBundleHandler">MustCreateResourceBundleHandler</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateResourceBundleHandler">GetMustCreateResourceBundleHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateResourceBundleHandler">FMustCreateResourceBundleHandler</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#MustCreateBrowserProcessHandler">MustCreateBrowserProcessHandler</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateBrowserProcessHandler">GetMustCreateBrowserProcessHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateBrowserProcessHandler">FMustCreateBrowserProcessHandler</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#MustCreateRenderProcessHandler">MustCreateRenderProcessHandler</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateRenderProcessHandler">GetMustCreateRenderProcessHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateRenderProcessHandler">FMustCreateRenderProcessHandler</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#MustCreateLoadHandler">MustCreateLoadHandler</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateLoadHandler">GetMustCreateLoadHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateLoadHandler">FMustCreateLoadHandler</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#OsmodalLoop">OsmodalLoop</a></strong> : boolean write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetOsmodalLoop-boolean-">SetOsmodalLoop</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#Status">Status</a></strong> : <a href="uCEFTypes.html#TCefAplicationStatus">TCefAplicationStatus</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FStatus">FStatus</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#MissingLibFiles">MissingLibFiles</a></strong> : string read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingLibFiles">FMissingLibFiles</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#MustFreeLibrary">MustFreeLibrary</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustFreeLibrary">FMustFreeLibrary</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustFreeLibrary">FMustFreeLibrary</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#ChildProcessesCount">ChildProcessesCount</a></strong> : integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChildProcessesCount">GetChildProcessesCount</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#UsedMemory">UsedMemory</a></strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetUsedMemory">GetUsedMemory</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#TotalSystemMemory">TotalSystemMemory</a></strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetTotalSystemMemory">GetTotalSystemMemory</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#AvailableSystemMemory">AvailableSystemMemory</a></strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetAvailableSystemMemory">GetAvailableSystemMemory</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#SystemMemoryLoad">SystemMemoryLoad</a></strong> : cardinal read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetSystemMemoryLoad">GetSystemMemoryLoad</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#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">
<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#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#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="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>
@ -2591,6 +2599,14 @@ Only used in macOS</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="FHideCrashRestoreBubble"></span><code><strong>FHideCrashRestoreBubble</strong>: boolean;</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="FWindowsSandboxInfo"></span><code><strong>FWindowsSandboxInfo</strong>: pointer;</code></td>
</tr>
<tr><td colspan="2">
@ -5449,6 +5465,20 @@ 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="HideCrashRestoreBubble"></span><code>property <strong>HideCrashRestoreBubble</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FHideCrashRestoreBubble">FHideCrashRestoreBubble</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FHideCrashRestoreBubble">FHideCrashRestoreBubble</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Does not show the &quot;Restore pages&quot; popup bubble after incorrect shutdown. </p>
<p>
<p>&lt;see href=&quot;<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>&quot;&gt;Uses the following command line switch: &ndash;hide-crash-restore-bubble)</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="IgnoreCertificateErrors"></span><code>property <strong>IgnoreCertificateErrors</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a>;</code></td>
</tr>
<tr><td colspan="2">

View File

@ -40,10 +40,10 @@
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MAJOR">CEF_SUPPORTED_VERSION_MAJOR</a></strong> = 127;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 1;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 3;</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> = 4;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 1;</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> = 6533;</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> = 89;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 100;</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>
@ -101,14 +101,14 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MINOR"></span><code><strong>CEF_SUPPORTED_VERSION_MINOR</strong> = 1;</code></td>
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MINOR"></span><code><strong>CEF_SUPPORTED_VERSION_MINOR</strong> = 3;</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_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 4;</code></td>
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -143,7 +143,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> = 89;</code></td>
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 100;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>

View File

@ -19,7 +19,7 @@
<code>type TCEFBaseScopedWrapperRef = class(TObject)</code></p>
<h2 class="description">Description</h2>
<p>
The complete list of compiler versions is here : <a href="http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions">http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions</a> Delphi 5 Delphi 6 Delphi 7 Delphi 8 Delphi 2005 Delphi 2009 Delphi 2010 Delphi XE Delphi XE2 (First FireMonkey and 64bit compiler) Delphi XE3 Delphi XE4 Delphi XE5 Delphi XE6 Delphi XE7 Delphi XE8 Rad Studio 10 - Delphi Seattle Rad Studio 10.1 - Delphi Berlin Rad Studio 10.2 - Delphi Tokyo Rad Studio 10.3 - Delphi Rio Rad Studio 10.4 - Delphi Sydney Rad Studio 11.0 - Delphi Alexandria Rad Studio 12.0 - Delphi Yukon Delphi uses MACOS for the new MacOSX and DARWIN is not defined FPC uses DARWIN for the new MacOSX and MACOS is defined for the classic Macintosh OS (System 7) We define MACOSX to avoid conflicts in both situations</p>
The complete list of compiler versions is here : <a href="http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions">http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions</a> Delphi 5 Delphi 6 Delphi 7 Delphi 8 Delphi 2005 Delphi 2009 Delphi 2010 Delphi XE Delphi XE2 (First FireMonkey and 64bit compiler) Delphi XE3 Delphi XE4 Delphi XE5 Delphi XE6 Delphi XE7 Delphi XE8 Rad Studio 10 - Delphi Seattle Rad Studio 10.1 - Delphi Berlin Rad Studio 10.2 - Delphi Tokyo Rad Studio 10.3 - Delphi Rio Rad Studio 10.4 - Delphi Sydney Rad Studio 11.0 - Delphi Alexandria Rad Studio 12.0 - Delphi Yukon Delphi uses MACOS for the new MacOSX and DARWIN is not defined FPC uses DARWIN for the new MacOSX and MACOS is defined for the classic Macintosh OS (System 7) We define MACOSX to avoid conflicts in both situations OS_POSIX is defined for AIX, ANDROID, ASMJS, CHROMEOS, FREEBSD, IOS, LINUX, MAC, NACL, NETBSD, OPENBSD, QNX and SOLARIS in /include/base/cef_build.h</p>
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
<ul class="hierarchy"><li class="ancestor">TObject</li>
<li class="thisitem">TCEFBaseScopedWrapperRef</li></ul><h2 class="overview">Overview</h2>

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="127" Minor="1" Release="9"/>
<Version Major="127" Minor="3" Release="1"/>
<Files Count="216">
<Item1>
<Filename Value="..\source\uCEFAccessibilityHandler.pas"/>

View File

@ -505,4 +505,22 @@
{$ELSE}
{$DEFINE LINUXFMX}
{$ENDIF}
{$ENDIF}
{$ENDIF}
// OS_POSIX is defined for AIX, ANDROID, ASMJS, CHROMEOS, FREEBSD, IOS, LINUX,
// MAC, NACL, NETBSD, OPENBSD, QNX and SOLARIS in /include/base/cef_build.h
{$IFDEF FPC}
{$IF DEFINED(AIX) OR
DEFINED(ANDROID) OR
DEFINED(BSD) OR
DEFINED(LINUX) OR
DEFINED(DARWIN) OR
DEFINED(QNX) OR
DEFINED(SOLARIS)}
{$DEFINE OS_POSIX}
{$IFEND}
{$ELSE}
{$IFDEF POSIX}
{$DEFINE OS_POSIX}
{$ENDIF}
{$ENDIF}

View File

@ -97,6 +97,9 @@ type
FCookieableSchemesExcludeDefaults : boolean;
FChromePolicyId : ustring;
FChromeAppIconId : integer;
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
FDisableSignalHandlers : boolean;
{$IFEND}
// Fields used to set command line switches
FSingleProcess : boolean;
@ -161,6 +164,7 @@ type
FAutoAcceptCamAndMicCapture : boolean;
FUIColorMode : TCefUIColorMode;
FDisableHangMonitor : boolean;
FHideCrashRestoreBubble : boolean;
// Fields used during the CEF initialization
@ -756,6 +760,12 @@ type
/// runtime on Windows.
/// </summary>
property ChromeAppIconId : integer read FChromeAppIconId write FChromeAppIconId;
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
/// <summary>
/// Specify whether signal handlers must be disabled on POSIX systems.
/// </summary>
property DisableSignalHandlers : boolean read FDisableSignalHandlers write FDisableSignalHandlers;
{$IFEND}
/// <summary>
/// Runs the renderer and plugins in the same process as the browser.
/// </summary>
@ -1241,6 +1251,13 @@ type
/// </remarks>
property DisableHangMonitor : boolean read FDisableHangMonitor write FDisableHangMonitor;
/// <summary>
/// Does not show the "Restore pages" popup bubble after incorrect shutdown.
/// </summary>
/// <remarks>
/// <para><see href="https://peter.sh/experiments/chromium-command-line-switches/">Uses the following command line switch: --hide-crash-restore-bubble</see></para>
/// </remarks>
property HideCrashRestoreBubble : boolean read FHideCrashRestoreBubble write FHideCrashRestoreBubble;
/// <summary>
/// Ignores certificate-related errors.
/// </summary>
/// <remarks>
@ -1842,6 +1859,9 @@ begin
FCookieableSchemesExcludeDefaults := False;
FChromePolicyId := '';
FChromeAppIconId := 0;
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
FDisableSignalHandlers := False;
{$IFEND}
// Fields used to set command line switches
FSingleProcess := False;
@ -1906,6 +1926,7 @@ begin
FAutoAcceptCamAndMicCapture := False;
FUIColorMode := uicmSystemDefault;
FDisableHangMonitor := False;
FHideCrashRestoreBubble := True;
// Fields used during the CEF initialization
FWindowsSandboxInfo := nil;
@ -2824,6 +2845,9 @@ begin
aSettings.cookieable_schemes_exclude_defaults := Ord(FCookieableSchemesExcludeDefaults);
aSettings.chrome_policy_id := CefString(FChromePolicyId);
aSettings.chrome_app_icon_id := FChromeAppIconId;
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
aSettings.disable_signal_handlers := ord(FDisableSignalHandlers);
{$IFEND}
end;
function TCefApplicationCore.InitializeLibrary(const aApp : ICefApp) : boolean;
@ -3384,6 +3408,9 @@ begin
if FDisableHangMonitor then
ReplaceSwitch(aKeys, aValues, '--disable-hang-monitor');
if FHideCrashRestoreBubble then
ReplaceSwitch(aKeys, aValues, '--hide-crash-restore-bubble');
if FNetLogEnabled then
begin
ReplaceSwitch(aKeys, aValues, '--log-net-log', FNetLogFile);

View File

@ -3598,6 +3598,12 @@ type
/// runtime on Windows.
/// </summary>
chrome_app_icon_id : Integer;
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
/// <summary>
/// Specify whether signal handlers must be disabled on POSIX systems.
/// </summary>
disable_signal_handlers : Integer;
{$IFEND}
end;
/// <summary>

View File

@ -1,9 +1,9 @@
CEF_SUPPORTED_VERSION_MAJOR = 127;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 9;
CEF_SUPPORTED_VERSION_MINOR = 3;
CEF_SUPPORTED_VERSION_RELEASE = 1;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 6533;
CEF_CHROMEELF_VERSION_BUILD = 89;
CEF_CHROMEELF_VERSION_BUILD = 100;

View File

@ -2,9 +2,9 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 637,
"InternalVersion" : 638,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "127.1.9"
"Version" : "127.3.1"
}
],
"UpdatePackageData" : {