This item has no description.
Name | Description |
---|---|
Class TCefApplicationCore |
Parent class of TCefApplication used to simplify the CEF initialization and destruction. |
Class TCEFDirectoryDeleterThread |
procedure DestroyGlobalCEFApp; |
CEF_SUPPORTED_VERSION_MAJOR = 123; |
CEF_SUPPORTED_VERSION_MINOR = 0; |
CEF_SUPPORTED_VERSION_RELEASE = 13; |
CEF_SUPPORTED_VERSION_BUILD = 0; |
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR; |
CEF_CHROMEELF_VERSION_MINOR = 0; |
CEF_CHROMEELF_VERSION_RELEASE = 6312; |
CEF_CHROMEELF_VERSION_BUILD = 124; |
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 = 123; |
This item has no description. |
CEF_SUPPORTED_VERSION_MINOR = 0; |
This item has no description. |
CEF_SUPPORTED_VERSION_RELEASE = 13; |
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 = 6312; |
This item has no description. |
CEF_CHROMEELF_VERSION_BUILD = 124; |
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. |