This item has no description.
| Name | Description |
|---|---|
Class TCefApplicationCore |
Parent class of TCefApplication used to simplify the CEF initialization and destruction. |
Class TCEFDirectoryDeleterThread |
|
Class TCEFProxySettings |
Class used by the TWVLoader.ProxySettigns property to configure a custom proxy server using the following command line switches: –no-proxy-server, –proxy-auto-detect, –proxy-bypass-list, –proxy-pac-url and –proxy-server. |
procedure DestroyGlobalCEFApp; |
CEF_SUPPORTED_VERSION_MAJOR = 148; |
CEF_SUPPORTED_VERSION_MINOR = 0; |
CEF_SUPPORTED_VERSION_RELEASE = 8; |
CEF_SUPPORTED_VERSION_BUILD = 0; |
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR; |
CEF_CHROMEELF_VERSION_MINOR = 0; |
CEF_CHROMEELF_VERSION_RELEASE = 7778; |
CEF_CHROMEELF_VERSION_BUILD = 96; |
CEF_API_VERSION_MIN = 13300; |
CEF_API_VERSION_LAST = 14800; |
CEF_API_VERSION = CEF_API_VERSION_LAST; |
CEF_API_VERSION_EXPERIMENTAL = 999999; |
CEF_EXPERIMENTAL = CEF_API_VERSION_EXPERIMENTAL; |
CEF_API_HASH_PLATFORM_LINUX = 'aa2de54c143e9ffffd183177f14c325820b5916a'; |
CEF_API_HASH_PLATFORM_MAC = 'c4a25b0e7f0beb51b9f5db9fb75904d11dd856a1'; |
CEF_API_HASH_SANDBOX_COMPAT = '2c7f1000da15f67f'; |
CEF_API_HASH_PLATFORM_WINDOWS = 'a9fddb1f86f1fc427a6eee19a370dbedb14468cb'; |
LIBCEF_DLL = 'libcef.dll'; |
CHROMEELF_DLL = 'chrome_elf.dll'; |
LIBCEF_PAK = 'cef.pak'; |
LIBCEF_LOCALE_DIR = 'locales'; |
LIBCEF_LOCALE_ENUS = 'en-US.pak'; |
GlobalCEFApp: TCefApplicationCore = nil; |
procedure DestroyGlobalCEFApp; |
|
This item has no description. |
CEF_SUPPORTED_VERSION_MAJOR = 148; |
|
This item has no description. |
CEF_SUPPORTED_VERSION_MINOR = 0; |
|
This item has no description. |
CEF_SUPPORTED_VERSION_RELEASE = 8; |
|
This item has no description. |
CEF_SUPPORTED_VERSION_BUILD = 0; |
|
This item has no description. |
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR; |
|
This item has no description. |
CEF_CHROMEELF_VERSION_MINOR = 0; |
|
This item has no description. |
CEF_CHROMEELF_VERSION_RELEASE = 7778; |
|
This item has no description. |
CEF_CHROMEELF_VERSION_BUILD = 96; |
|
This item has no description. |
CEF_API_VERSION_MIN = 13300; |
|
values defined in cef_api_versions.json |
CEF_API_VERSION_LAST = 14800; |
|
This item has no description. |
CEF_API_VERSION = CEF_API_VERSION_LAST; |
|
This item has no description. |
CEF_API_VERSION_EXPERIMENTAL = 999999; |
|
value defined in /include/cef_api_hash.h |
CEF_EXPERIMENTAL = CEF_API_VERSION_EXPERIMENTAL; |
|
This item has no description. |
CEF_API_HASH_PLATFORM_LINUX = 'aa2de54c143e9ffffd183177f14c325820b5916a'; |
|
values defined in cef_api_versions.json |
CEF_API_HASH_PLATFORM_MAC = 'c4a25b0e7f0beb51b9f5db9fb75904d11dd856a1'; |
|
This item has no description. |
CEF_API_HASH_SANDBOX_COMPAT = '2c7f1000da15f67f'; |
|
This item has no description. |
CEF_API_HASH_PLATFORM_WINDOWS = 'a9fddb1f86f1fc427a6eee19a370dbedb14468cb'; |
|
This item has no description. |
LIBCEF_DLL = 'libcef.dll'; |
|
This item has no description. |
CHROMEELF_DLL = 'chrome_elf.dll'; |
|
This item has no description. |
LIBCEF_PAK = 'cef.pak'; |
|
for InitLibLocationFromArgs |
LIBCEF_LOCALE_DIR = 'locales'; |
|
This item has no description. |
LIBCEF_LOCALE_ENUS = 'en-US.pak'; |
|
This item has no description. |
GlobalCEFApp: TCefApplicationCore = nil; |
|
This item has no description. |