1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-01-23 10:24:51 +02:00

Added TChromiumCore.AutofillCreditCard

Added TChromiumCore.AutofillProfile
This commit is contained in:
Salvador Díaz Fau 2024-12-21 10:00:57 +01:00
parent 373c941913
commit d93b699712
11 changed files with 4298 additions and 4005 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1748,6 +1748,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetBrowserById">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetCookiesDir">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetCookiesDir">
</object>
<li><object type="text/sitemap">
<param name="Name" value="LoadCEFlibrary">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#LoadCEFlibrary">
</object>
@ -6022,6 +6026,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FCredentialsService">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FAutofillCreditCard">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FAutofillProfile">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FTryingToCloseBrowser">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FTryingToCloseBrowser">
</object>
@ -7032,6 +7044,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CredentialsService">
</object>
<li><object type="text/sitemap">
<param name="Name" value="AutofillCreditCard">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#AutofillCreditCard">
</object>
<li><object type="text/sitemap">
<param name="Name" value="AutofillProfile">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#AutofillProfile">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnTextResultAvailable">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnTextResultAvailable">
</object>
@ -15686,6 +15706,26 @@
<param name="Local" value="uCEFConstants.html#CEF_EXTENSIONS_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_INSPECT_URL">
<param name="Local" value="uCEFConstants.html#CEF_INSPECT_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_GPU_URL">
<param name="Local" value="uCEFConstants.html#CEF_GPU_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_PREFS_URL">
<param name="Local" value="uCEFConstants.html#CEF_PREFS_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_CERTMANAGER_URL">
<param name="Local" value="uCEFConstants.html#CEF_CERTMANAGER_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_MEMORY_URL">
<param name="Local" value="uCEFConstants.html#CEF_MEMORY_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_IMAGE_FILE_MACHINE_I386">
<param name="Local" value="uCEFConstants.html#CEF_IMAGE_FILE_MACHINE_I386">
</object>
@ -67750,6 +67790,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetChromeVersion">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetCookiesDir">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetCookiesDir">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetExitCode">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetExitCode">
</object>
@ -92804,6 +92848,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FAlwaysOpenPDFExternally">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FAutofillCreditCard">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FAutofillProfile">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FBatterySaverModeState">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FBatterySaverModeState">
</object>
@ -93694,6 +93746,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#AudioMuted">
</object>
<li><object type="text/sitemap">
<param name="Name" value="AutofillCreditCard">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#AutofillCreditCard">
</object>
<li><object type="text/sitemap">
<param name="Name" value="AutofillProfile">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#AutofillProfile">
</object>
<li><object type="text/sitemap">
<param name="Name" value="BatterySaverModeState">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#BatterySaverModeState">
</object>

View File

@ -290,16 +290,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CefStringSet">
<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">
<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>
<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>
</ul>
<li><object type="text/sitemap">
@ -407,6 +407,10 @@
<param name="Local" value="uCEFLibFunctions.html#cef_browser_view_get_for_browser">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_CERTMANAGER_URL">
<param name="Local" value="uCEFConstants.html#CEF_CERTMANAGER_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_CHROMEELF_VERSION_BUILD">
<param name="Local" value="uCEFApplication.html#CEF_CHROMEELF_VERSION_BUILD">
</object>
@ -835,6 +839,10 @@
<param name="Local" value="uCEFLibFunctions.html#cef_get_vlog_level">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_GPU_URL">
<param name="Local" value="uCEFConstants.html#CEF_GPU_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="cef_image_create">
<param name="Local" value="uCEFLibFunctions.html#cef_image_create">
</object>
@ -855,6 +863,10 @@
<param name="Local" value="uCEFLibFunctions.html#cef_initialize">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_INSPECT_URL">
<param name="Local" value="uCEFConstants.html#CEF_INSPECT_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_INVALIDATE">
<param name="Local" value="uCEFConstants.html#CEF_INVALIDATE">
</object>
@ -943,6 +955,10 @@
<param name="Local" value="uCEFLibFunctions.html#cef_media_router_get_global">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_MEMORY_URL">
<param name="Local" value="uCEFConstants.html#CEF_MEMORY_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="cef_menu_button_create">
<param name="Local" value="uCEFLibFunctions.html#cef_menu_button_create">
</object>
@ -1183,6 +1199,10 @@
<param name="Local" value="uCEFLibFunctions.html#cef_preference_manager_get_global">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_PREFS_URL">
<param name="Local" value="uCEFConstants.html#CEF_PREFS_URL">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_BACK">
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_BACK">
</object>
@ -2516,12 +2536,12 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="DeviceToLogical">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-single-double-">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCefTouchEvent-double-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-single-double-">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCefTouchEvent-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
@ -2529,16 +2549,16 @@
</object>
<li><object type="text/sitemap">
<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>
<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">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-single-double-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="DEVTOOLS_WINDOWNAME">
@ -4884,16 +4904,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetSwitches">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStrings-">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStringList-TStringList-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefCommandLine - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStrings-">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStringList-TStringList-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ICefCommandLine - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStringList-TStringList-">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStrings-">
</object>
</ul>
<li><object type="text/sitemap">
@ -5634,16 +5654,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetElementAttributes">
<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">
<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>
<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>
</ul>
<li><object type="text/sitemap">
@ -14910,16 +14930,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">
@ -16715,6 +16735,10 @@
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetChromeVersion">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetCookiesDir">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetCookiesDir-string-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetExitCode">
<param name="Local" value="uCEFApplicationCore.TCefApplicationCore.html#GetExitCode">
</object>
@ -21394,16 +21418,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="Create">
<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">
<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>
<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>
</ul>
<li><object type="text/sitemap">
@ -22458,16 +22482,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">
@ -24720,16 +24744,12 @@
</ul>
<li><object type="text/sitemap">
<param name="Name" value="Write">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TStringList-">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TCefJsonWriterOptions-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCEFJson - uCEFJson Unit">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TStringList-">
</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">
@ -24737,7 +24757,11 @@
</object>
<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-ICefValue-TStringList-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCEFJson - uCEFJson Unit">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
</object>
</ul>
<li><object type="text/sitemap">
@ -38515,6 +38539,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#AudioMuted">
</object>
<li><object type="text/sitemap">
<param name="Name" value="AutofillCreditCard">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#AutofillCreditCard">
</object>
<li><object type="text/sitemap">
<param name="Name" value="AutofillProfile">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#AutofillProfile">
</object>
<li><object type="text/sitemap">
<param name="Name" value="BatterySaverModeState">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#BatterySaverModeState">
</object>
@ -38686,16 +38718,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">
@ -38712,16 +38744,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateClientHandler">
<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">
<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>
<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>
</ul>
<li><object type="text/sitemap">
@ -39601,6 +39633,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FAlwaysOpenPDFExternally">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FAutofillCreditCard">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FAutofillProfile">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FBatterySaverModeState">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FBatterySaverModeState">
</object>
@ -40850,30 +40890,30 @@
</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-">
</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-">
</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-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="LoadString">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ICefFrame-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ICefFrame-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ustring-ustring-">
</object>
</ul>
<li><object type="text/sitemap">
@ -41796,16 +41836,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">
@ -42098,12 +42138,12 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="UpdatePreference">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-ustring-">
</object>
<ul>
<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-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
@ -42111,16 +42151,16 @@
</object>
<li><object type="text/sitemap">
<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-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
</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>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-integer-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="UpdatePreferences">
@ -44660,16 +44700,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateBrowser">
<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>
<ul>
<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>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
@ -44798,16 +44838,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="ClientToScreen">
<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">
<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>
<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>
</ul>
<li><object type="text/sitemap">
@ -44992,16 +45032,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="ScreenToClient">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ScreenToClient-TPoint-">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ScreenToClient-TPointF-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TFMXBufferPanel - uCEFFMXBufferPanel Unit">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ScreenToClient-TPoint-">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ScreenToClient-TPointF-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TFMXBufferPanel - uCEFFMXBufferPanel Unit">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ScreenToClient-TPointF-">
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ScreenToClient-TPoint-">
</object>
</ul>
<li><object type="text/sitemap">
@ -45450,16 +45490,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetStorageForString">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html#GetStorageForString-TStgMedium-AnsiString-">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html#GetStorageForString-TStgMedium-WideString-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TOLEDragAndDropMgr - uCEFOLEDragAndDrop Unit">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html#GetStorageForString-TStgMedium-AnsiString-">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html#GetStorageForString-TStgMedium-WideString-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOLEDragAndDropMgr - uCEFOLEDragAndDrop Unit">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html#GetStorageForString-TStgMedium-WideString-">
<param name="Local" value="uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html#GetStorageForString-TStgMedium-AnsiString-">
</object>
</ul>
<li><object type="text/sitemap">
@ -45520,16 +45560,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

@ -730,489 +730,493 @@
</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#LoadCEFlibrary">LoadCEFlibrary</a></strong>: boolean; virtual;</code></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="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="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_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">
<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 aDirectory : string);</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DeleteCookiesDB-string-">DeleteCookiesDB</a></strong>(const aRootDirectory : string);</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>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#CheckCEFDLL">CheckCEFDLL</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#CheckWindowsVersion">CheckWindowsVersion</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#CheckOSVersion">CheckOSVersion</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ShowErrorMessageDlg-string-">ShowErrorMessageDlg</a></strong>(const aError : string); 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#ParseProcessType">ParseProcessType</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AddCustomCommandLineSwitches-TStringList-TStringList-">AddCustomCommandLineSwitches</a></strong>(var aKeys, aValues : TStringList); 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#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="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#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="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#CleanupFeatures-TStringList-TStringList-string-string-">CleanupFeatures</a></strong>(var aKeys, aValues : TStringList; const aEnableKey, aDisableKey : 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#ClearSchemeHandlerFactories">ClearSchemeHandlerFactories</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>constructor <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Create">Create</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>destructor <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Destroy">Destroy</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#AfterConstruction">AfterConstruction</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#AddCustomCommandLine-string-string-">AddCustomCommandLine</a></strong>(const aCommandLine : string; const aValue : string = '');</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#CheckCEFLibrary">CheckCEFLibrary</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#StartMainProcess">StartMainProcess</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#StartSubProcess">StartSubProcess</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DoMessageLoopWork">DoMessageLoopWork</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#RunMessageLoop">RunMessageLoop</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#QuitMessageLoop">QuitMessageLoop</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#UpdateDeviceScaleFactor">UpdateDeviceScaleFactor</a></strong>; virtual;</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#ValidComponentID-integer-">ValidComponentID</a></strong>(aComponentID : 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#NextComponentID">NextComponentID</a></strong>: 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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#RemoveComponentID-integer-">RemoveComponentID</a></strong>(aComponentID : 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#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="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#DumpWithoutCrashingUnthrottled">DumpWithoutCrashingUnthrottled</a></strong>: boolean;</code></td>
</tr>
@ -3280,6 +3284,14 @@ 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="GetCookiesDir-string-"></span><code>function <strong>GetCookiesDir</strong>(const aRootDirectory : string) : string;</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="LoadCEFlibrary"></span><code>function <strong>LoadCEFlibrary</strong>: boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
@ -4010,7 +4022,7 @@ 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="DeleteCookiesDB-string-"></span><code>procedure <strong>DeleteCookiesDB</strong>(const aDirectory : string);</code></td>
<td class="itemcode"><span id="DeleteCookiesDB-string-"></span><code>procedure <strong>DeleteCookiesDB</strong>(const aRootDirectory : string);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>

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> = 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> = 1;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 5;</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> = 6778;</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> = 109;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 205;</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>
@ -108,7 +108,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> = 1;</code></td>
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 5;</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> = 109;</code></td>
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 205;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>

View File

@ -317,6 +317,14 @@
</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="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FTryingToCloseBrowser">FTryingToCloseBrowser</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
@ -3142,6 +3150,14 @@
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CredentialsService">CredentialsService</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCredentialsService">FCredentialsService</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FCredentialsService">FCredentialsService</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="uCEFChromiumCore.TChromiumCore.html#AutofillCreditCard">AutofillCreditCard</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</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="uCEFChromiumCore.TChromiumCore.html#AutofillProfile">AutofillProfile</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnTextResultAvailable">OnTextResultAvailable</a></strong> : <a href="uCEFChromiumEvents.html#TOnTextResultAvailableEvent">TOnTextResultAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a>;</code></td>
</tr>
@ -4267,6 +4283,22 @@
<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="FAutofillCreditCard"></span><code><strong>FAutofillCreditCard</strong>: <a href="uCEFTypes.html#TCefState">TCefState</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="FAutofillProfile"></span><code><strong>FAutofillProfile</strong>: <a href="uCEFTypes.html#TCefState">TCefState</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="FTryingToCloseBrowser"></span><code><strong>FTryingToCloseBrowser</strong>: boolean;</code></td>
</tr>
<tr><td colspan="2">
@ -10902,6 +10934,34 @@ Custom</p>
</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="AutofillCreditCard"></span><code>property <strong>AutofillCreditCard</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Browser preference used to enable the autofill feature for credit card information. </p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</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="AutofillProfile"></span><code>property <strong>AutofillProfile</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Browser preference used to enable the autofill feature for profile information. </p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnTextResultAvailable"></span><code>property <strong>OnTextResultAvailable</strong> : <a href="uCEFChromiumEvents.html#TOnTextResultAvailableEvent">TOnTextResultAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a>;</code></td>
</tr>

View File

@ -3232,81 +3232,96 @@
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_EXTENSIONS_URL">CEF_EXTENSIONS_URL</a></strong> = 'chrome://extensions';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_INSPECT_URL">CEF_INSPECT_URL</a></strong> = 'chrome://inspect';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_GPU_URL">CEF_GPU_URL</a></strong> = 'chrome://gpu';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PREFS_URL">CEF_PREFS_URL</a></strong> = 'chrome://prefs-internals';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_CERTMANAGER_URL">CEF_CERTMANAGER_URL</a></strong> = 'chrome://certificate-manager';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEMORY_URL">CEF_MEMORY_URL</a></strong> = 'chrome://memory-internals';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_IMAGE_FILE_MACHINE_I386">CEF_IMAGE_FILE_MACHINE_I386</a></strong> = $014C;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_IMAGE_FILE_MACHINE_AMD64">CEF_IMAGE_FILE_MACHINE_AMD64</a></strong> = $8664;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#USER_DEFAULT_SCREEN_DPI">USER_DEFAULT_SCREEN_DPI</a></strong> = 96;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT">CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL">CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD">CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT">CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">CEF_PRESSED_MOUSE_BUTTONS_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_LEFT">CEF_PRESSED_MOUSE_BUTTONS_LEFT</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_RIGHT">CEF_PRESSED_MOUSE_BUTTONS_RIGHT</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_MIDDLE">CEF_PRESSED_MOUSE_BUTTONS_MIDDLE</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_BACK">CEF_PRESSED_MOUSE_BUTTONS_BACK</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_FORWARD">CEF_PRESSED_MOUSE_BUTTONS_FORWARD</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CHROMIUM_NONBROWSERSHUTDOWNPRIORITY">CHROMIUM_NONBROWSERSHUTDOWNPRIORITY</a></strong> = $280;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#INFINITE">INFINITE</a></strong> = Cardinal($FFFFFFFF);</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidWin32">pidWin32</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidWin64">pidWin64</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidWindows">pfidWindows</a></strong> = <a href="uCEFConstants.html#pidWin32">pidWin32</a> or <a href="uCEFConstants.html#pidWin64">pidWin64</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSX32">pidOSX32</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSX64">pidOSX64</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSXArm64">pidOSXArm64</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidOSX">pfidOSX</a></strong> = <a href="uCEFConstants.html#pidOSX32">pidOSX32</a> or <a href="uCEFConstants.html#pidOSX64">pidOSX64</a> or <a href="uCEFConstants.html#pidOSXArm64">pidOSXArm64</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidLinux64">pidLinux64</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidLinux">pfidLinux</a></strong> = <a href="uCEFConstants.html#pidLinux64">pidLinux64</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_ONEDAYINMILLISECONDS">CEF_ONEDAYINMILLISECONDS</a></strong> = 86400000;</code></td>
</tr>
</table>
@ -14736,6 +14751,41 @@ Used when the shared textures are enabled.</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_INSPECT_URL"></span><code><strong>CEF_INSPECT_URL</strong> = 'chrome://inspect';</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_GPU_URL"></span><code><strong>CEF_GPU_URL</strong> = 'chrome://gpu';</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_PREFS_URL"></span><code><strong>CEF_PREFS_URL</strong> = 'chrome://prefs-internals';</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_CERTMANAGER_URL"></span><code><strong>CEF_CERTMANAGER_URL</strong> = 'chrome://certificate-manager';</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_MEMORY_URL"></span><code><strong>CEF_MEMORY_URL</strong> = 'chrome://memory-internals';</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_IMAGE_FILE_MACHINE_I386"></span><code><strong>CEF_IMAGE_FILE_MACHINE_I386</strong> = $014C;</code></td>
</tr>
<tr><td colspan="1">

View File

@ -117,6 +117,8 @@ type
FHTTPSUpgrade : TCefState;
FHSTSPolicyBypassList : ustring;
FCredentialsService : TCefState;
FAutofillCreditCard : TCefState;
FAutofillProfile : TCefState;
FTryingToCloseBrowser : boolean;
{$IFDEF LINUX}
@ -2149,6 +2151,20 @@ type
/// This service shows a dialog to save the usernames and passwords in Chrome style.
/// </summary>
property CredentialsService : TCefState read FCredentialsService write FCredentialsService;
/// <summary>
/// Browser preference used to enable the autofill feature for credit card information.
/// </summary>
/// <remarks>
/// <para>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</para>
/// </remarks>
property AutofillCreditCard : TCefState read FAutofillCreditCard write FAutofillCreditCard;
/// <summary>
/// Browser preference used to enable the autofill feature for profile information.
/// </summary>
/// <remarks>
/// <para>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</para>
/// </remarks>
property AutofillProfile : TCefState read FAutofillProfile write FAutofillProfile;
published
/// <summary>
@ -4086,6 +4102,8 @@ begin
FHTTPSUpgrade := STATE_DEFAULT;
FHSTSPolicyBypassList := '';
FCredentialsService := STATE_DEFAULT;
FAutofillCreditCard := STATE_DEFAULT;
FAutofillProfile := STATE_DEFAULT;
FTryingToCloseBrowser := False;
{$IFDEF LINUX}
FXDisplay := nil;
@ -7193,9 +7211,6 @@ var
begin
FUpdatePreferences := False;
// The preferences registered in CEF are defined in :
// /libcef/browser/prefs/browser_prefs.cc
UpdateProxyPrefs(aBrowser);
UpdatePreference(aBrowser, 'enable_do_not_track', FDoNotTrack);
UpdatePreference(aBrowser, 'enable_referrers', FSendReferrer);
@ -7272,6 +7287,12 @@ begin
if (FCredentialsService <> STATE_DEFAULT) then
UpdatePreference(aBrowser, 'credentials_enable_service', (FCredentialsService = STATE_ENABLED));
if (FAutofillCreditCard <> STATE_DEFAULT) then
UpdatePreference(aBrowser, 'autofill.credit_card_enabled', (FAutofillCreditCard = STATE_ENABLED));
if (FAutofillProfile <> STATE_DEFAULT) then
UpdatePreference(aBrowser, 'autofill.profile_enabled', (FAutofillProfile = STATE_ENABLED));
if assigned(FOnPrefsUpdated) then
FOnPrefsUpdated(self);
end;

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 689,
"InternalVersion" : 690,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "131.3.5"
}