mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
6236 lines
468 KiB
HTML
6236 lines
468 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>cef4delphi: uCEFApplicationCore: Class TCefApplicationCore</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="generator" content="PasDoc 0.16.0-snapshot">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
|
</head>
|
|
<body>
|
|
<span id="TCefApplicationCore"></span><h1 class="cio">Class TCefApplicationCore</h1>
|
|
<div class="sections">
|
|
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div><div class="one_section"><a class="section" href="#PasDoc-Properties">Properties</a></div></div>
|
|
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
|
|
<p class="unitlink">
|
|
<a href="uCEFApplicationCore.html">uCEFApplicationCore</a></p>
|
|
<h2 class="declaration">Declaration</h2>
|
|
<p class="declaration">
|
|
<code>type TCefApplicationCore = class(TInterfacedObject, <a class="normal" href="uCEFInterfaces.IApplicationCoreEvents.html">IApplicationCoreEvents</a>)</code></p>
|
|
<h2 class="description">Description</h2>
|
|
<p>
|
|
Parent class of TCefApplication used to simplify the CEF initialization and destruction. </p>
|
|
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
|
|
<ul class="hierarchy"><li class="ancestor">TInterfacedObject</li>
|
|
<li class="thisitem">TCefApplicationCore</li></ul><h2 class="overview">Overview</h2>
|
|
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FNoSandbox">FNoSandbox</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FBrowserSubprocessPath">FBrowserSubprocessPath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FFrameworkDirPath">FFrameworkDirPath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FMainBundlePath">FMainBundlePath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeRuntime">FChromeRuntime</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMultiThreadedMessageLoop">FMultiThreadedMessageLoop</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FExternalMessagePump">FExternalMessagePump</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowlessRenderingEnabled">FWindowlessRenderingEnabled</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCommandLineArgsDisabled">FCommandLineArgsDisabled</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCache">FCache</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FRootCache">FRootCache</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FPersistSessionCookies">FPersistSessionCookies</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistUserPreferences">FPersistUserPreferences</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgent">FUserAgent</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgentProduct">FUserAgentProduct</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FLocale">FLocale</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLogFile">FLogFile</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FLogSeverity">FLogSeverity</a></strong>: <a href="uCEFTypes.html#TCefLogSeverity">TCefLogSeverity</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="uCEFApplicationCore.TCefApplicationCore.html#FLogItems">FLogItems</a></strong>: <a href="uCEFTypes.html#TCefLogItems">TCefLogItems</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="uCEFApplicationCore.TCefApplicationCore.html#FJavaScriptFlags">FJavaScriptFlags</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FResourcesDirPath">FResourcesDirPath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FLocalesDirPath">FLocalesDirPath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FPackLoadingDisabled">FPackLoadingDisabled</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteDebuggingPort">FRemoteDebuggingPort</a></strong>: integer;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FUncaughtExceptionStackSize">FUncaughtExceptionStackSize</a></strong>: integer;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FBackgroundColor">FBackgroundColor</a></strong>: <a href="uCEFTypes.html#TCefColor">TCefColor</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="uCEFApplicationCore.TCefApplicationCore.html#FAcceptLanguageList">FAcceptLanguageList</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesList">FCookieableSchemesList</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesExcludeDefaults">FCookieableSchemesExcludeDefaults</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FChromePolicyId">FChromePolicyId</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FChromeAppIconId">FChromeAppIconId</a></strong>: integer;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FSingleProcess">FSingleProcess</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableMediaStream">FEnableMediaStream</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableSpeechInput">FEnableSpeechInput</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FUseFakeUIForMediaStream">FUseFakeUIForMediaStream</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableUsermediaScreenCapturing">FEnableUsermediaScreenCapturing</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableGPU">FEnableGPU</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableFeatures">FEnableFeatures</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FDisableFeatures">FDisableFeatures</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableBlinkFeatures">FEnableBlinkFeatures</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FDisableBlinkFeatures">FDisableBlinkFeatures</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FBlinkSettings">FBlinkSettings</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrials">FForceFieldTrials</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrialParams">FForceFieldTrialParams</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FSmoothScrolling">FSmoothScrolling</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="uCEFApplicationCore.TCefApplicationCore.html#FMuteAudio">FMuteAudio</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FSitePerProcess">FSitePerProcess</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableWebSecurity">FDisableWebSecurity</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePDFExtension">FDisablePDFExtension</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSiteIsolationTrials">FDisableSiteIsolationTrials</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableChromeLoginPrompt">FDisableChromeLoginPrompt</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableExtensions">FDisableExtensions</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoplayPolicy">FAutoplayPolicy</a></strong>: <a href="uCEFTypes.html#TCefAutoplayPolicy">TCefAutoplayPolicy</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="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackgroundNetworking">FDisableBackgroundNetworking</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMetricsRecordingOnly">FMetricsRecordingOnly</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowFileAccessFromFiles">FAllowFileAccessFromFiles</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowRunningInsecureContent">FAllowRunningInsecureContent</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FEnablePrintPreview">FEnablePrintPreview</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDefaultEncoding">FDefaultEncoding</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascript">FDisableJavascript</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptCloseWindows">FDisableJavascriptCloseWindows</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptAccessClipboard">FDisableJavascriptAccessClipboard</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptDomPaste">FDisableJavascriptDomPaste</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowUniversalAccessFromFileUrls">FAllowUniversalAccessFromFileUrls</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableImageLoading">FDisableImageLoading</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FImageShrinkStandaloneToFit">FImageShrinkStandaloneToFit</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTextAreaResize">FDisableTextAreaResize</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTabToLinks">FDisableTabToLinks</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableProfanityFilter">FEnableProfanityFilter</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSpellChecking">FDisableSpellChecking</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOverrideSpellCheckLang">FOverrideSpellCheckLang</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FTouchEvents">FTouchEvents</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="uCEFApplicationCore.TCefApplicationCore.html#FDisableReadingFromCanvas">FDisableReadingFromCanvas</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FHyperlinkAuditing">FHyperlinkAuditing</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableNewBrowserInfoTimeout">FDisableNewBrowserInfoTimeout</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDevToolsProtocolLogFile">FDevToolsProtocolLogFile</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FForcedDeviceScaleFactor">FForcedDeviceScaleFactor</a></strong>: single;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableZygote">FDisableZygote</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FUseMockKeyChain">FUseMockKeyChain</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableRequestHandlingForTesting">FDisableRequestHandlingForTesting</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePopupBlocking">FDisablePopupBlocking</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackForwardCache">FDisableBackForwardCache</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableComponentUpdate">FDisableComponentUpdate</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowInsecureLocalhost">FAllowInsecureLocalhost</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FKioskPrinting">FKioskPrinting</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FTreatInsecureOriginAsSecure">FTreatInsecureOriginAsSecure</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FNetLogEnabled">FNetLogEnabled</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogFile">FNetLogFile</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FNetLogCaptureMode">FNetLogCaptureMode</a></strong>: <a href="uCEFTypes.html#TCefNetLogCaptureMode">TCefNetLogCaptureMode</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="uCEFApplicationCore.TCefApplicationCore.html#FRemoteAllowOrigins">FRemoteAllowOrigins</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FAutoAcceptCamAndMicCapture">FAutoAcceptCamAndMicCapture</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FUIColorMode">FUIColorMode</a></strong>: <a href="uCEFTypes.html#TCefUIColorMode">TCefUIColorMode</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="uCEFApplicationCore.TCefApplicationCore.html#FDisableHangMonitor">FDisableHangMonitor</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</a></strong>: pointer;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCache">FDeleteCache</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCookies">FDeleteCookies</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCheckCEFFiles">FCheckCEFFiles</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FShowMessageDlg">FShowMessageDlg</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingBinariesException">FMissingBinariesException</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FSetCurrentDir">FSetCurrentDir</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FGlobalContextInitialized">FGlobalContextInitialized</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeVersionInfo">FChromeVersionInfo</a></strong>: <a href="uCEFTypes.TFileVersionInfo.html">TFileVersionInfo</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="uCEFApplicationCore.TCefApplicationCore.html#FLibLoaded">FLibLoaded</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLogProcessInfo">FLogProcessInfo</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FReRaiseExceptions">FReRaiseExceptions</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FDeviceScaleFactor">FDeviceScaleFactor</a></strong>: single;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLocalesRequired">FLocalesRequired</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FProcessType">FProcessType</a></strong>: <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</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="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateResourceBundleHandler">FMustCreateResourceBundleHandler</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateBrowserProcessHandler">FMustCreateBrowserProcessHandler</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateRenderProcessHandler">FMustCreateRenderProcessHandler</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateLoadHandler">FMustCreateLoadHandler</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FStatus">FStatus</a></strong>: <a href="uCEFTypes.html#TCefAplicationStatus">TCefAplicationStatus</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="uCEFApplicationCore.TCefApplicationCore.html#FMissingLibFiles">FMissingLibFiles</a></strong>: 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><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FMustFreeLibrary">FMustFreeLibrary</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FLastErrorMessage">FLastErrorMessage</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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="uCEFApplicationCore.TCefApplicationCore.html#FLibHandle">FLibHandle</a></strong>: TLibHandle;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCustomCommandLines">FCustomCommandLines</a></strong>: TStringList;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FCustomCommandLineValues">FCustomCommandLineValues</a></strong>: TStringList;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FAppSettings">FAppSettings</a></strong>: <a href="uCEFTypes.TCefSettings.html">TCefSettings</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="uCEFApplicationCore.TCefApplicationCore.html#FDisableGPUCache">FDisableGPUCache</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FComponentIDList">FComponentIDList</a></strong>: <a href="uCEFComponentIdList.TCEFComponentIdList.html">TCEFComponentIdList</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="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a></strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a></strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnContextInitialized">FOnContextInitialized</a></strong>: <a href="uCEFApplicationEvents.html#TOnContextInitializedEvent">TOnContextInitializedEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a></strong>: <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a></strong>: <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a></strong>: <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnWebKitInitialized">FOnWebKitInitialized</a></strong>: <a href="uCEFApplicationEvents.html#TOnWebKitInitializedEvent">TOnWebKitInitializedEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a></strong>: <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a></strong>: <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a></strong>: <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a></strong>: <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a></strong>: <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a></strong>: <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a></strong>: <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</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="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</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="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</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="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</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="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a>;</code></td>
|
|
</tr>
|
|
</table>
|
|
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetCache-ustring-">SetCache</a></strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetRootCache-ustring-">SetRootCache</a></strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetBrowserSubprocessPath-ustring-">SetBrowserSubprocessPath</a></strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetFrameworkDirPath-ustring-">SetFrameworkDirPath</a></strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetResourcesDirPath-ustring-">SetResourcesDirPath</a></strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetLocalesDirPath-ustring-">SetLocalesDirPath</a></strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetOsmodalLoop-boolean-">SetOsmodalLoop</a></strong>(aValue : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetKioskPrinting-boolean-">SetKioskPrinting</a></strong>(aValue : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromeVersion">GetChromeVersion</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetLibCefVersion">GetLibCefVersion</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetLibCefPath">GetLibCefPath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromeElfPath">GetChromeElfPath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetLocalesDirPath">GetLocalesDirPath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetResourcesDirPath">GetResourcesDirPath</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateResourceBundleHandler">GetMustCreateResourceBundleHandler</a></strong>: boolean; virtual;</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#GetMustCreateBrowserProcessHandler">GetMustCreateBrowserProcessHandler</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#GetMustCreateRenderProcessHandler">GetMustCreateRenderProcessHandler</a></strong>: boolean; virtual;</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#GetMustCreateLoadHandler">GetMustCreateLoadHandler</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#GetGlobalContextInitialized">GetGlobalContextInitialized</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetChildProcessesCount">GetChildProcessesCount</a></strong>: integer;</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#GetUsedMemory">GetUsedMemory</a></strong>: uint64;</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#GetTotalSystemMemory">GetTotalSystemMemory</a></strong>: uint64;</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#GetAvailableSystemMemory">GetAvailableSystemMemory</a></strong>: uint64;</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#GetSystemMemoryLoad">GetSystemMemoryLoad</a></strong>: cardinal;</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#GetApiHashUniversal">GetApiHashUniversal</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">GetApiHashPlatform</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashCommit">GetApiHashCommit</a></strong>: <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GetExitCode">GetExitCode</a></strong>: <a href="uCEFTypes.html#TCefResultCode">TCefResultCode</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LoadCEFlibrary">LoadCEFlibrary</a></strong>: boolean; virtual;</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#Load_cef_api_hash_h">Load_cef_api_hash_h</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_app_capi_h">Load_cef_app_capi_h</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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_capi_h">Load_cef_thread_capi_h</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Load_cef_trace_capi_h">Load_cef_trace_capi_h</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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#MoveCookiesDB-string-string-">MoveCookiesDB</a></strong>(const aSrcDirectory, aDstDirectory : 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>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MultiExeProcessing">MultiExeProcessing</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SingleExeProcessing">SingleExeProcessing</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#BeforeInitSubProcess">BeforeInitSubProcess</a></strong>; virtual;</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#CheckCEFResources">CheckCEFResources</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#CheckCEFDLL">CheckCEFDLL</a></strong>: boolean; virtual;</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#CheckWindowsVersion">CheckWindowsVersion</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ShowErrorMessageDlg-string-">ShowErrorMessageDlg</a></strong>(const aError : string); virtual;</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#ParseProcessType">ParseProcessType</a></strong>: <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</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>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AddCustomCommandLineSwitches-TStringList-TStringList-">AddCustomCommandLineSwitches</a></strong>(var aKeys, aValues : TStringList); virtual;</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#AppendSwitch-TStringList-TStringList-ustring-ustring-">AppendSwitch</a></strong>(var aKeys, aValues : TStringList; const aNewKey : <a href="uCEFTypes.html#ustring">ustring</a>; const aNewValue : <a href="uCEFTypes.html#ustring">ustring</a> = '');</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ReplaceSwitch-TStringList-TStringList-ustring-ustring-">ReplaceSwitch</a></strong>(var aKeys, aValues : TStringList; const aNewKey : <a href="uCEFTypes.html#ustring">ustring</a>; const aNewValue : <a href="uCEFTypes.html#ustring">ustring</a> = '');</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CleanupFeatures-TStringList-TStringList-string-string-">CleanupFeatures</a></strong>(var aKeys, aValues : TStringList; const aEnableKey, aDisableKey : string);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ClearSchemeHandlerFactories">ClearSchemeHandlerFactories</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>constructor <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Create">Create</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>destructor <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Destroy">Destroy</a></strong>; override;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AfterConstruction">AfterConstruction</a></strong>; override;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AddCustomCommandLine-string-string-">AddCustomCommandLine</a></strong>(const aCommandLine : string; const aValue : string = '');</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CheckCEFLibrary">CheckCEFLibrary</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#StartMainProcess">StartMainProcess</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#StartSubProcess">StartSubProcess</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DoMessageLoopWork">DoMessageLoopWork</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#RunMessageLoop">RunMessageLoop</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#QuitMessageLoop">QuitMessageLoop</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UpdateDeviceScaleFactor">UpdateDeviceScaleFactor</a></strong>; virtual;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ValidComponentID-integer-">ValidComponentID</a></strong>(aComponentID : integer) : boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#NextComponentID">NextComponentID</a></strong>: integer;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<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>
|
|
</table>
|
|
<span id="PasDoc-Properties"></span><h3 class="summary">Properties</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#NoSandbox">NoSandbox</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FNoSandbox">FNoSandbox</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FNoSandbox">FNoSandbox</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#BrowserSubprocessPath">BrowserSubprocessPath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FBrowserSubprocessPath">FBrowserSubprocessPath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetBrowserSubprocessPath-ustring-">SetBrowserSubprocessPath</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FrameworkDirPath">FrameworkDirPath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FFrameworkDirPath">FFrameworkDirPath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetFrameworkDirPath-ustring-">SetFrameworkDirPath</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MainBundlePath">MainBundlePath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMainBundlePath">FMainBundlePath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMainBundlePath">FMainBundlePath</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromeRuntime">ChromeRuntime</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeRuntime">FChromeRuntime</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeRuntime">FChromeRuntime</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MultiThreadedMessageLoop">MultiThreadedMessageLoop</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMultiThreadedMessageLoop">FMultiThreadedMessageLoop</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMultiThreadedMessageLoop">FMultiThreadedMessageLoop</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ExternalMessagePump">ExternalMessagePump</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FExternalMessagePump">FExternalMessagePump</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FExternalMessagePump">FExternalMessagePump</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#WindowlessRenderingEnabled">WindowlessRenderingEnabled</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowlessRenderingEnabled">FWindowlessRenderingEnabled</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowlessRenderingEnabled">FWindowlessRenderingEnabled</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CommandLineArgsDisabled">CommandLineArgsDisabled</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCommandLineArgsDisabled">FCommandLineArgsDisabled</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCommandLineArgsDisabled">FCommandLineArgsDisabled</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Cache">Cache</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCache">FCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetCache-ustring-">SetCache</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#RootCache">RootCache</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FRootCache">FRootCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetRootCache-ustring-">SetRootCache</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#PersistSessionCookies">PersistSessionCookies</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistSessionCookies">FPersistSessionCookies</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistSessionCookies">FPersistSessionCookies</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#PersistUserPreferences">PersistUserPreferences</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistUserPreferences">FPersistUserPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistUserPreferences">FPersistUserPreferences</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UserAgent">UserAgent</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgent">FUserAgent</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgent">FUserAgent</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UserAgentProduct">UserAgentProduct</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgentProduct">FUserAgentProduct</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgentProduct">FUserAgentProduct</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Locale">Locale</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocale">FLocale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocale">FLocale</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LogFile">LogFile</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogFile">FLogFile</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogFile">FLogFile</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LogSeverity">LogSeverity</a></strong> : <a href="uCEFTypes.html#TCefLogSeverity">TCefLogSeverity</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogSeverity">FLogSeverity</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogSeverity">FLogSeverity</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LogItems">LogItems</a></strong> : <a href="uCEFTypes.html#TCefLogItems">TCefLogItems</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogItems">FLogItems</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogItems">FLogItems</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#JavaScriptFlags">JavaScriptFlags</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FJavaScriptFlags">FJavaScriptFlags</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FJavaScriptFlags">FJavaScriptFlags</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ResourcesDirPath">ResourcesDirPath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetResourcesDirPath">GetResourcesDirPath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetResourcesDirPath-ustring-">SetResourcesDirPath</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LocalesDirPath">LocalesDirPath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetLocalesDirPath">GetLocalesDirPath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetLocalesDirPath-ustring-">SetLocalesDirPath</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#PackLoadingDisabled">PackLoadingDisabled</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FPackLoadingDisabled">FPackLoadingDisabled</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FPackLoadingDisabled">FPackLoadingDisabled</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#RemoteDebuggingPort">RemoteDebuggingPort</a></strong> : Integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteDebuggingPort">FRemoteDebuggingPort</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteDebuggingPort">FRemoteDebuggingPort</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UncaughtExceptionStackSize">UncaughtExceptionStackSize</a></strong> : Integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUncaughtExceptionStackSize">FUncaughtExceptionStackSize</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUncaughtExceptionStackSize">FUncaughtExceptionStackSize</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#BackgroundColor">BackgroundColor</a></strong> : <a href="uCEFTypes.html#TCefColor">TCefColor</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FBackgroundColor">FBackgroundColor</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FBackgroundColor">FBackgroundColor</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AcceptLanguageList">AcceptLanguageList</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAcceptLanguageList">FAcceptLanguageList</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAcceptLanguageList">FAcceptLanguageList</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CookieableSchemesList">CookieableSchemesList</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesList">FCookieableSchemesList</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesList">FCookieableSchemesList</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CookieableSchemesExcludeDefaults">CookieableSchemesExcludeDefaults</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesExcludeDefaults">FCookieableSchemesExcludeDefaults</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesExcludeDefaults">FCookieableSchemesExcludeDefaults</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromePolicyId">ChromePolicyId</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromePolicyId">FChromePolicyId</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromePolicyId">FChromePolicyId</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromeAppIconId">ChromeAppIconId</a></strong> : integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeAppIconId">FChromeAppIconId</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeAppIconId">FChromeAppIconId</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SingleProcess">SingleProcess</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSingleProcess">FSingleProcess</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSingleProcess">FSingleProcess</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#EnableMediaStream">EnableMediaStream</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableMediaStream">FEnableMediaStream</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableMediaStream">FEnableMediaStream</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#EnableSpeechInput">EnableSpeechInput</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableSpeechInput">FEnableSpeechInput</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableSpeechInput">FEnableSpeechInput</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UseFakeUIForMediaStream">UseFakeUIForMediaStream</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUseFakeUIForMediaStream">FUseFakeUIForMediaStream</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUseFakeUIForMediaStream">FUseFakeUIForMediaStream</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#EnableUsermediaScreenCapturing">EnableUsermediaScreenCapturing</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableUsermediaScreenCapturing">FEnableUsermediaScreenCapturing</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableUsermediaScreenCapturing">FEnableUsermediaScreenCapturing</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#EnableGPU">EnableGPU</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableGPU">FEnableGPU</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableGPU">FEnableGPU</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#EnableFeatures">EnableFeatures</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableFeatures">FEnableFeatures</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableFeatures">FEnableFeatures</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableFeatures">DisableFeatures</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableFeatures">FDisableFeatures</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableFeatures">FDisableFeatures</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#EnableBlinkFeatures">EnableBlinkFeatures</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableBlinkFeatures">FEnableBlinkFeatures</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableBlinkFeatures">FEnableBlinkFeatures</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableBlinkFeatures">DisableBlinkFeatures</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBlinkFeatures">FDisableBlinkFeatures</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBlinkFeatures">FDisableBlinkFeatures</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#BlinkSettings">BlinkSettings</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FBlinkSettings">FBlinkSettings</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FBlinkSettings">FBlinkSettings</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ForceFieldTrials">ForceFieldTrials</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrials">FForceFieldTrials</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrials">FForceFieldTrials</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ForceFieldTrialParams">ForceFieldTrialParams</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrialParams">FForceFieldTrialParams</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrialParams">FForceFieldTrialParams</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SmoothScrolling">SmoothScrolling</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSmoothScrolling">FSmoothScrolling</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSmoothScrolling">FSmoothScrolling</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MuteAudio">MuteAudio</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMuteAudio">FMuteAudio</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMuteAudio">FMuteAudio</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SitePerProcess">SitePerProcess</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSitePerProcess">FSitePerProcess</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSitePerProcess">FSitePerProcess</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableWebSecurity">DisableWebSecurity</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableWebSecurity">FDisableWebSecurity</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableWebSecurity">FDisableWebSecurity</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisablePDFExtension">DisablePDFExtension</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePDFExtension">FDisablePDFExtension</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePDFExtension">FDisablePDFExtension</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableSiteIsolationTrials">DisableSiteIsolationTrials</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSiteIsolationTrials">FDisableSiteIsolationTrials</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSiteIsolationTrials">FDisableSiteIsolationTrials</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableChromeLoginPrompt">DisableChromeLoginPrompt</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableChromeLoginPrompt">FDisableChromeLoginPrompt</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableChromeLoginPrompt">FDisableChromeLoginPrompt</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableExtensions">DisableExtensions</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableExtensions">FDisableExtensions</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableExtensions">FDisableExtensions</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AutoplayPolicy">AutoplayPolicy</a></strong> : <a href="uCEFTypes.html#TCefAutoplayPolicy">TCefAutoplayPolicy</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoplayPolicy">FAutoplayPolicy</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoplayPolicy">FAutoplayPolicy</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableBackgroundNetworking">DisableBackgroundNetworking</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackgroundNetworking">FDisableBackgroundNetworking</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackgroundNetworking">FDisableBackgroundNetworking</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MetricsRecordingOnly">MetricsRecordingOnly</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMetricsRecordingOnly">FMetricsRecordingOnly</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMetricsRecordingOnly">FMetricsRecordingOnly</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AllowFileAccessFromFiles">AllowFileAccessFromFiles</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowFileAccessFromFiles">FAllowFileAccessFromFiles</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowFileAccessFromFiles">FAllowFileAccessFromFiles</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AllowRunningInsecureContent">AllowRunningInsecureContent</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowRunningInsecureContent">FAllowRunningInsecureContent</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowRunningInsecureContent">FAllowRunningInsecureContent</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#EnablePrintPreview">EnablePrintPreview</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnablePrintPreview">FEnablePrintPreview</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnablePrintPreview">FEnablePrintPreview</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DefaultEncoding">DefaultEncoding</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDefaultEncoding">FDefaultEncoding</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDefaultEncoding">FDefaultEncoding</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableJavascript">DisableJavascript</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascript">FDisableJavascript</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascript">FDisableJavascript</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableJavascriptCloseWindows">DisableJavascriptCloseWindows</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptCloseWindows">FDisableJavascriptCloseWindows</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptCloseWindows">FDisableJavascriptCloseWindows</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableJavascriptAccessClipboard">DisableJavascriptAccessClipboard</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptAccessClipboard">FDisableJavascriptAccessClipboard</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptAccessClipboard">FDisableJavascriptAccessClipboard</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableJavascriptDomPaste">DisableJavascriptDomPaste</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptDomPaste">FDisableJavascriptDomPaste</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptDomPaste">FDisableJavascriptDomPaste</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AllowUniversalAccessFromFileUrls">AllowUniversalAccessFromFileUrls</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowUniversalAccessFromFileUrls">FAllowUniversalAccessFromFileUrls</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowUniversalAccessFromFileUrls">FAllowUniversalAccessFromFileUrls</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableImageLoading">DisableImageLoading</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableImageLoading">FDisableImageLoading</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableImageLoading">FDisableImageLoading</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ImageShrinkStandaloneToFit">ImageShrinkStandaloneToFit</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FImageShrinkStandaloneToFit">FImageShrinkStandaloneToFit</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FImageShrinkStandaloneToFit">FImageShrinkStandaloneToFit</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableTextAreaResize">DisableTextAreaResize</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTextAreaResize">FDisableTextAreaResize</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTextAreaResize">FDisableTextAreaResize</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableTabToLinks">DisableTabToLinks</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTabToLinks">FDisableTabToLinks</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTabToLinks">FDisableTabToLinks</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#EnableProfanityFilter">EnableProfanityFilter</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableProfanityFilter">FEnableProfanityFilter</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableProfanityFilter">FEnableProfanityFilter</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableSpellChecking">DisableSpellChecking</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSpellChecking">FDisableSpellChecking</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSpellChecking">FDisableSpellChecking</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OverrideSpellCheckLang">OverrideSpellCheckLang</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOverrideSpellCheckLang">FOverrideSpellCheckLang</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOverrideSpellCheckLang">FOverrideSpellCheckLang</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#TouchEvents">TouchEvents</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FTouchEvents">FTouchEvents</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FTouchEvents">FTouchEvents</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableReadingFromCanvas">DisableReadingFromCanvas</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableReadingFromCanvas">FDisableReadingFromCanvas</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableReadingFromCanvas">FDisableReadingFromCanvas</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#HyperlinkAuditing">HyperlinkAuditing</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FHyperlinkAuditing">FHyperlinkAuditing</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FHyperlinkAuditing">FHyperlinkAuditing</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableNewBrowserInfoTimeout">DisableNewBrowserInfoTimeout</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableNewBrowserInfoTimeout">FDisableNewBrowserInfoTimeout</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableNewBrowserInfoTimeout">FDisableNewBrowserInfoTimeout</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DevToolsProtocolLogFile">DevToolsProtocolLogFile</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDevToolsProtocolLogFile">FDevToolsProtocolLogFile</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDevToolsProtocolLogFile">FDevToolsProtocolLogFile</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ForcedDeviceScaleFactor">ForcedDeviceScaleFactor</a></strong> : single read <a href="uCEFApplicationCore.TCefApplicationCore.html#FForcedDeviceScaleFactor">FForcedDeviceScaleFactor</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FForcedDeviceScaleFactor">FForcedDeviceScaleFactor</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableZygote">DisableZygote</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableZygote">FDisableZygote</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableZygote">FDisableZygote</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UseMockKeyChain">UseMockKeyChain</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUseMockKeyChain">FUseMockKeyChain</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUseMockKeyChain">FUseMockKeyChain</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableRequestHandlingForTesting">DisableRequestHandlingForTesting</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableRequestHandlingForTesting">FDisableRequestHandlingForTesting</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableRequestHandlingForTesting">FDisableRequestHandlingForTesting</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisablePopupBlocking">DisablePopupBlocking</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePopupBlocking">FDisablePopupBlocking</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePopupBlocking">FDisablePopupBlocking</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableBackForwardCache">DisableBackForwardCache</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackForwardCache">FDisableBackForwardCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackForwardCache">FDisableBackForwardCache</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableComponentUpdate">DisableComponentUpdate</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableComponentUpdate">FDisableComponentUpdate</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableComponentUpdate">FDisableComponentUpdate</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AllowInsecureLocalhost">AllowInsecureLocalhost</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowInsecureLocalhost">FAllowInsecureLocalhost</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowInsecureLocalhost">FAllowInsecureLocalhost</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#KioskPrinting">KioskPrinting</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FKioskPrinting">FKioskPrinting</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetKioskPrinting-boolean-">SetKioskPrinting</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#TreatInsecureOriginAsSecure">TreatInsecureOriginAsSecure</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FTreatInsecureOriginAsSecure">FTreatInsecureOriginAsSecure</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FTreatInsecureOriginAsSecure">FTreatInsecureOriginAsSecure</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#NetLogEnabled">NetLogEnabled</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogEnabled">FNetLogEnabled</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogEnabled">FNetLogEnabled</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#NetLogFile">NetLogFile</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogFile">FNetLogFile</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogFile">FNetLogFile</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#NetLogCaptureMode">NetLogCaptureMode</a></strong> : <a href="uCEFTypes.html#TCefNetLogCaptureMode">TCefNetLogCaptureMode</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogCaptureMode">FNetLogCaptureMode</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogCaptureMode">FNetLogCaptureMode</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#RemoteAllowOrigins">RemoteAllowOrigins</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteAllowOrigins">FRemoteAllowOrigins</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteAllowOrigins">FRemoteAllowOrigins</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AutoAcceptCamAndMicCapture">AutoAcceptCamAndMicCapture</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoAcceptCamAndMicCapture">FAutoAcceptCamAndMicCapture</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoAcceptCamAndMicCapture">FAutoAcceptCamAndMicCapture</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UIColorMode">UIColorMode</a></strong> : <a href="uCEFTypes.html#TCefUIColorMode">TCefUIColorMode</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUIColorMode">FUIColorMode</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUIColorMode">FUIColorMode</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DisableHangMonitor">DisableHangMonitor</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableHangMonitor">FDisableHangMonitor</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableHangMonitor">FDisableHangMonitor</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#IgnoreCertificateErrors">IgnoreCertificateErrors</a></strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#WindowsSandboxInfo">WindowsSandboxInfo</a></strong> : Pointer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DeleteCache">DeleteCache</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCache">FDeleteCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCache">FDeleteCache</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DeleteCookies">DeleteCookies</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCookies">FDeleteCookies</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCookies">FDeleteCookies</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#CheckCEFFiles">CheckCEFFiles</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCheckCEFFiles">FCheckCEFFiles</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCheckCEFFiles">FCheckCEFFiles</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ShowMessageDlg">ShowMessageDlg</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FShowMessageDlg">FShowMessageDlg</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FShowMessageDlg">FShowMessageDlg</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MissingBinariesException">MissingBinariesException</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingBinariesException">FMissingBinariesException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingBinariesException">FMissingBinariesException</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SetCurrentDir">SetCurrentDir</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSetCurrentDir">FSetCurrentDir</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSetCurrentDir">FSetCurrentDir</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#GlobalContextInitialized">GlobalContextInitialized</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetGlobalContextInitialized">GetGlobalContextInitialized</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromeMajorVer">ChromeMajorVer</a></strong> : uint16 read FChromeVersionInfo.MajorVer;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromeMinorVer">ChromeMinorVer</a></strong> : uint16 read FChromeVersionInfo.MinorVer;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromeRelease">ChromeRelease</a></strong> : uint16 read FChromeVersionInfo.Release;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromeBuild">ChromeBuild</a></strong> : uint16 read FChromeVersionInfo.Build;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromeVersion">ChromeVersion</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromeVersion">GetChromeVersion</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LibCefVersion">LibCefVersion</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetLibCefVersion">GetLibCefVersion</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LibCefPath">LibCefPath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetLibCefPath">GetLibCefPath</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChromeElfPath">ChromeElfPath</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromeElfPath">GetChromeElfPath</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LibLoaded">LibLoaded</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLibLoaded">FLibLoaded</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LogProcessInfo">LogProcessInfo</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogProcessInfo">FLogProcessInfo</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogProcessInfo">FLogProcessInfo</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ReRaiseExceptions">ReRaiseExceptions</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FReRaiseExceptions">FReRaiseExceptions</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FReRaiseExceptions">FReRaiseExceptions</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#DeviceScaleFactor">DeviceScaleFactor</a></strong> : single read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeviceScaleFactor">FDeviceScaleFactor</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LocalesRequired">LocalesRequired</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocalesRequired">FLocalesRequired</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocalesRequired">FLocalesRequired</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ProcessType">ProcessType</a></strong> : <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FProcessType">FProcessType</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MustCreateResourceBundleHandler">MustCreateResourceBundleHandler</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateResourceBundleHandler">GetMustCreateResourceBundleHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateResourceBundleHandler">FMustCreateResourceBundleHandler</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MustCreateBrowserProcessHandler">MustCreateBrowserProcessHandler</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateBrowserProcessHandler">GetMustCreateBrowserProcessHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateBrowserProcessHandler">FMustCreateBrowserProcessHandler</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MustCreateRenderProcessHandler">MustCreateRenderProcessHandler</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateRenderProcessHandler">GetMustCreateRenderProcessHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateRenderProcessHandler">FMustCreateRenderProcessHandler</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MustCreateLoadHandler">MustCreateLoadHandler</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateLoadHandler">GetMustCreateLoadHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateLoadHandler">FMustCreateLoadHandler</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OsmodalLoop">OsmodalLoop</a></strong> : boolean write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetOsmodalLoop-boolean-">SetOsmodalLoop</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#Status">Status</a></strong> : <a href="uCEFTypes.html#TCefAplicationStatus">TCefAplicationStatus</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FStatus">FStatus</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MissingLibFiles">MissingLibFiles</a></strong> : string read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingLibFiles">FMissingLibFiles</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#MustFreeLibrary">MustFreeLibrary</a></strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustFreeLibrary">FMustFreeLibrary</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustFreeLibrary">FMustFreeLibrary</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ChildProcessesCount">ChildProcessesCount</a></strong> : integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChildProcessesCount">GetChildProcessesCount</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#UsedMemory">UsedMemory</a></strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetUsedMemory">GetUsedMemory</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#TotalSystemMemory">TotalSystemMemory</a></strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetTotalSystemMemory">GetTotalSystemMemory</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#AvailableSystemMemory">AvailableSystemMemory</a></strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetAvailableSystemMemory">GetAvailableSystemMemory</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#SystemMemoryLoad">SystemMemoryLoad</a></strong> : cardinal read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetSystemMemoryLoad">GetSystemMemoryLoad</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ApiHashUniversal">ApiHashUniversal</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashUniversal">GetApiHashUniversal</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ApiHashPlatform">ApiHashPlatform</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">GetApiHashPlatform</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ApiHashCommit">ApiHashCommit</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashCommit">GetApiHashCommit</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#ExitCode">ExitCode</a></strong> : <a href="uCEFTypes.html#TCefResultCode">TCefResultCode</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetExitCode">GetExitCode</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#LastErrorMessage">LastErrorMessage</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLastErrorMessage">FLastErrorMessage</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnRegCustomSchemes">OnRegCustomSchemes</a></strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnRegisterCustomPreferences">OnRegisterCustomPreferences</a></strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnContextInitialized">OnContextInitialized</a></strong> : <a href="uCEFApplicationEvents.html#TOnContextInitializedEvent">TOnContextInitializedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextInitialized">FOnContextInitialized</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextInitialized">FOnContextInitialized</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBeforeChildProcessLaunch">OnBeforeChildProcessLaunch</a></strong> : <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnAlreadyRunningAppRelaunch">OnAlreadyRunningAppRelaunch</a></strong> : <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnScheduleMessagePumpWork">OnScheduleMessagePumpWork</a></strong> : <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDefaultClient">OnGetDefaultClient</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDefaultRequestContextHandler">OnGetDefaultRequestContextHandler</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetLocalizedString">OnGetLocalizedString</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDataResource">OnGetDataResource</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDataResourceForScale">OnGetDataResourceForScale</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnWebKitInitialized">OnWebKitInitialized</a></strong> : <a href="uCEFApplicationEvents.html#TOnWebKitInitializedEvent">TOnWebKitInitializedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnWebKitInitialized">FOnWebKitInitialized</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnWebKitInitialized">FOnWebKitInitialized</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBrowserCreated">OnBrowserCreated</a></strong> : <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBrowserDestroyed">OnBrowserDestroyed</a></strong> : <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnContextCreated">OnContextCreated</a></strong> : <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnContextReleased">OnContextReleased</a></strong> : <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnUncaughtException">OnUncaughtException</a></strong> : <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnFocusedNodeChanged">OnFocusedNodeChanged</a></strong> : <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnProcessMessageReceived">OnProcessMessageReceived</a></strong> : <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadingStateChange">OnLoadingStateChange</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadStart">OnLoadStart</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadEnd">OnLoadEnd</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadError">OnLoadError</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a>;</code></td>
|
|
</tr>
|
|
</table>
|
|
<h2 class="description">Description</h2>
|
|
<h3 class="detail">Fields</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FNoSandbox"></span><code><strong>FNoSandbox</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Fields used to populate TCefSettings</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="FBrowserSubprocessPath"></span><code><strong>FBrowserSubprocessPath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FFrameworkDirPath"></span><code><strong>FFrameworkDirPath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FMainBundlePath"></span><code><strong>FMainBundlePath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FChromeRuntime"></span><code><strong>FChromeRuntime</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Only used in macOS</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="FMultiThreadedMessageLoop"></span><code><strong>FMultiThreadedMessageLoop</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FExternalMessagePump"></span><code><strong>FExternalMessagePump</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FWindowlessRenderingEnabled"></span><code><strong>FWindowlessRenderingEnabled</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FCommandLineArgsDisabled"></span><code><strong>FCommandLineArgsDisabled</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FCache"></span><code><strong>FCache</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FRootCache"></span><code><strong>FRootCache</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FPersistSessionCookies"></span><code><strong>FPersistSessionCookies</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FPersistUserPreferences"></span><code><strong>FPersistUserPreferences</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FUserAgent"></span><code><strong>FUserAgent</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FUserAgentProduct"></span><code><strong>FUserAgentProduct</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FLocale"></span><code><strong>FLocale</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FLogFile"></span><code><strong>FLogFile</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FLogSeverity"></span><code><strong>FLogSeverity</strong>: <a href="uCEFTypes.html#TCefLogSeverity">TCefLogSeverity</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="FLogItems"></span><code><strong>FLogItems</strong>: <a href="uCEFTypes.html#TCefLogItems">TCefLogItems</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="FJavaScriptFlags"></span><code><strong>FJavaScriptFlags</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FResourcesDirPath"></span><code><strong>FResourcesDirPath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FLocalesDirPath"></span><code><strong>FLocalesDirPath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FPackLoadingDisabled"></span><code><strong>FPackLoadingDisabled</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FRemoteDebuggingPort"></span><code><strong>FRemoteDebuggingPort</strong>: integer;</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="FUncaughtExceptionStackSize"></span><code><strong>FUncaughtExceptionStackSize</strong>: integer;</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="FIgnoreCertificateErrors"></span><code><strong>FIgnoreCertificateErrors</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FBackgroundColor"></span><code><strong>FBackgroundColor</strong>: <a href="uCEFTypes.html#TCefColor">TCefColor</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="FAcceptLanguageList"></span><code><strong>FAcceptLanguageList</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FCookieableSchemesList"></span><code><strong>FCookieableSchemesList</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FCookieableSchemesExcludeDefaults"></span><code><strong>FCookieableSchemesExcludeDefaults</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FChromePolicyId"></span><code><strong>FChromePolicyId</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FChromeAppIconId"></span><code><strong>FChromeAppIconId</strong>: integer;</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="FSingleProcess"></span><code><strong>FSingleProcess</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Fields used to set command line switches</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="FEnableMediaStream"></span><code><strong>FEnableMediaStream</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FEnableSpeechInput"></span><code><strong>FEnableSpeechInput</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FUseFakeUIForMediaStream"></span><code><strong>FUseFakeUIForMediaStream</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FEnableUsermediaScreenCapturing"></span><code><strong>FEnableUsermediaScreenCapturing</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FEnableGPU"></span><code><strong>FEnableGPU</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FEnableFeatures"></span><code><strong>FEnableFeatures</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableFeatures"></span><code><strong>FDisableFeatures</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FEnableBlinkFeatures"></span><code><strong>FEnableBlinkFeatures</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableBlinkFeatures"></span><code><strong>FDisableBlinkFeatures</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FBlinkSettings"></span><code><strong>FBlinkSettings</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FForceFieldTrials"></span><code><strong>FForceFieldTrials</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FForceFieldTrialParams"></span><code><strong>FForceFieldTrialParams</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FSmoothScrolling"></span><code><strong>FSmoothScrolling</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="FMuteAudio"></span><code><strong>FMuteAudio</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FSitePerProcess"></span><code><strong>FSitePerProcess</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableWebSecurity"></span><code><strong>FDisableWebSecurity</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisablePDFExtension"></span><code><strong>FDisablePDFExtension</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableSiteIsolationTrials"></span><code><strong>FDisableSiteIsolationTrials</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableChromeLoginPrompt"></span><code><strong>FDisableChromeLoginPrompt</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableExtensions"></span><code><strong>FDisableExtensions</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FAutoplayPolicy"></span><code><strong>FAutoplayPolicy</strong>: <a href="uCEFTypes.html#TCefAutoplayPolicy">TCefAutoplayPolicy</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="FDisableBackgroundNetworking"></span><code><strong>FDisableBackgroundNetworking</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FMetricsRecordingOnly"></span><code><strong>FMetricsRecordingOnly</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FAllowFileAccessFromFiles"></span><code><strong>FAllowFileAccessFromFiles</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FAllowRunningInsecureContent"></span><code><strong>FAllowRunningInsecureContent</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FEnablePrintPreview"></span><code><strong>FEnablePrintPreview</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDefaultEncoding"></span><code><strong>FDefaultEncoding</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableJavascript"></span><code><strong>FDisableJavascript</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableJavascriptCloseWindows"></span><code><strong>FDisableJavascriptCloseWindows</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableJavascriptAccessClipboard"></span><code><strong>FDisableJavascriptAccessClipboard</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableJavascriptDomPaste"></span><code><strong>FDisableJavascriptDomPaste</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FAllowUniversalAccessFromFileUrls"></span><code><strong>FAllowUniversalAccessFromFileUrls</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableImageLoading"></span><code><strong>FDisableImageLoading</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FImageShrinkStandaloneToFit"></span><code><strong>FImageShrinkStandaloneToFit</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableTextAreaResize"></span><code><strong>FDisableTextAreaResize</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableTabToLinks"></span><code><strong>FDisableTabToLinks</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FEnableProfanityFilter"></span><code><strong>FEnableProfanityFilter</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableSpellChecking"></span><code><strong>FDisableSpellChecking</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOverrideSpellCheckLang"></span><code><strong>FOverrideSpellCheckLang</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FTouchEvents"></span><code><strong>FTouchEvents</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="FDisableReadingFromCanvas"></span><code><strong>FDisableReadingFromCanvas</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FHyperlinkAuditing"></span><code><strong>FHyperlinkAuditing</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableNewBrowserInfoTimeout"></span><code><strong>FDisableNewBrowserInfoTimeout</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDevToolsProtocolLogFile"></span><code><strong>FDevToolsProtocolLogFile</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FForcedDeviceScaleFactor"></span><code><strong>FForcedDeviceScaleFactor</strong>: single;</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="FDisableZygote"></span><code><strong>FDisableZygote</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FUseMockKeyChain"></span><code><strong>FUseMockKeyChain</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Only used in Linux</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="FDisableRequestHandlingForTesting"></span><code><strong>FDisableRequestHandlingForTesting</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Only used in macOS</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="FDisablePopupBlocking"></span><code><strong>FDisablePopupBlocking</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableBackForwardCache"></span><code><strong>FDisableBackForwardCache</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDisableComponentUpdate"></span><code><strong>FDisableComponentUpdate</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FAllowInsecureLocalhost"></span><code><strong>FAllowInsecureLocalhost</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FKioskPrinting"></span><code><strong>FKioskPrinting</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FTreatInsecureOriginAsSecure"></span><code><strong>FTreatInsecureOriginAsSecure</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FNetLogEnabled"></span><code><strong>FNetLogEnabled</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FNetLogFile"></span><code><strong>FNetLogFile</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FNetLogCaptureMode"></span><code><strong>FNetLogCaptureMode</strong>: <a href="uCEFTypes.html#TCefNetLogCaptureMode">TCefNetLogCaptureMode</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="FRemoteAllowOrigins"></span><code><strong>FRemoteAllowOrigins</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FAutoAcceptCamAndMicCapture"></span><code><strong>FAutoAcceptCamAndMicCapture</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FUIColorMode"></span><code><strong>FUIColorMode</strong>: <a href="uCEFTypes.html#TCefUIColorMode">TCefUIColorMode</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="FDisableHangMonitor"></span><code><strong>FDisableHangMonitor</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FWindowsSandboxInfo"></span><code><strong>FWindowsSandboxInfo</strong>: pointer;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Fields used during the CEF initialization</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="FDeleteCache"></span><code><strong>FDeleteCache</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Fields used by custom properties</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="FDeleteCookies"></span><code><strong>FDeleteCookies</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FCheckCEFFiles"></span><code><strong>FCheckCEFFiles</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FShowMessageDlg"></span><code><strong>FShowMessageDlg</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FMissingBinariesException"></span><code><strong>FMissingBinariesException</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FSetCurrentDir"></span><code><strong>FSetCurrentDir</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FGlobalContextInitialized"></span><code><strong>FGlobalContextInitialized</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FChromeVersionInfo"></span><code><strong>FChromeVersionInfo</strong>: <a href="uCEFTypes.TFileVersionInfo.html">TFileVersionInfo</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="FLibLoaded"></span><code><strong>FLibLoaded</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FLogProcessInfo"></span><code><strong>FLogProcessInfo</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FReRaiseExceptions"></span><code><strong>FReRaiseExceptions</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDeviceScaleFactor"></span><code><strong>FDeviceScaleFactor</strong>: single;</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="FLocalesRequired"></span><code><strong>FLocalesRequired</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FProcessType"></span><code><strong>FProcessType</strong>: <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</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="FMustCreateResourceBundleHandler"></span><code><strong>FMustCreateResourceBundleHandler</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FMustCreateBrowserProcessHandler"></span><code><strong>FMustCreateBrowserProcessHandler</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FMustCreateRenderProcessHandler"></span><code><strong>FMustCreateRenderProcessHandler</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FMustCreateLoadHandler"></span><code><strong>FMustCreateLoadHandler</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FStatus"></span><code><strong>FStatus</strong>: <a href="uCEFTypes.html#TCefAplicationStatus">TCefAplicationStatus</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="FMissingLibFiles"></span><code><strong>FMissingLibFiles</strong>: 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="FMustFreeLibrary"></span><code><strong>FMustFreeLibrary</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FLastErrorMessage"></span><code><strong>FLastErrorMessage</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FLibHandle"></span><code><strong>FLibHandle</strong>: TLibHandle;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Internal fields</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="FCustomCommandLines"></span><code><strong>FCustomCommandLines</strong>: TStringList;</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="FCustomCommandLineValues"></span><code><strong>FCustomCommandLineValues</strong>: TStringList;</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="FAppSettings"></span><code><strong>FAppSettings</strong>: <a href="uCEFTypes.TCefSettings.html">TCefSettings</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="FDisableGPUCache"></span><code><strong>FDisableGPUCache</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FComponentIDList"></span><code><strong>FComponentIDList</strong>: <a href="uCEFComponentIdList.TCEFComponentIdList.html">TCEFComponentIdList</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="FOnRegisterCustomSchemes"></span><code><strong>FOnRegisterCustomSchemes</strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefApp</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="FOnRegisterCustomPreferences"></span><code><strong>FOnRegisterCustomPreferences</strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefBrowserProcessHandler</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="FOnContextInitialized"></span><code><strong>FOnContextInitialized</strong>: <a href="uCEFApplicationEvents.html#TOnContextInitializedEvent">TOnContextInitializedEvent</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="FOnBeforeChildProcessLaunch"></span><code><strong>FOnBeforeChildProcessLaunch</strong>: <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</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="FOnAlreadyRunningAppRelaunch"></span><code><strong>FOnAlreadyRunningAppRelaunch</strong>: <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</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="FOnScheduleMessagePumpWork"></span><code><strong>FOnScheduleMessagePumpWork</strong>: <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</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="FOnGetDefaultClient"></span><code><strong>FOnGetDefaultClient</strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</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="FOnGetDefaultRequestContextHandler"></span><code><strong>FOnGetDefaultRequestContextHandler</strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</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="FOnGetLocalizedString"></span><code><strong>FOnGetLocalizedString</strong>: <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefResourceBundleHandler</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="FOnGetDataResource"></span><code><strong>FOnGetDataResource</strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</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="FOnGetDataResourceForScale"></span><code><strong>FOnGetDataResourceForScale</strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</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="FOnWebKitInitialized"></span><code><strong>FOnWebKitInitialized</strong>: <a href="uCEFApplicationEvents.html#TOnWebKitInitializedEvent">TOnWebKitInitializedEvent</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefRenderProcessHandler</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="FOnBrowserCreated"></span><code><strong>FOnBrowserCreated</strong>: <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</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="FOnBrowserDestroyed"></span><code><strong>FOnBrowserDestroyed</strong>: <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</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="FOnContextCreated"></span><code><strong>FOnContextCreated</strong>: <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</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="FOnContextReleased"></span><code><strong>FOnContextReleased</strong>: <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</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="FOnUncaughtException"></span><code><strong>FOnUncaughtException</strong>: <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</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="FOnFocusedNodeChanged"></span><code><strong>FOnFocusedNodeChanged</strong>: <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</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="FOnProcessMessageReceived"></span><code><strong>FOnProcessMessageReceived</strong>: <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</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="FOnLoadingStateChange"></span><code><strong>FOnLoadingStateChange</strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefLoadHandler</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="FOnLoadStart"></span><code><strong>FOnLoadStart</strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</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="FOnLoadEnd"></span><code><strong>FOnLoadEnd</strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</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="FOnLoadError"></span><code><strong>FOnLoadError</strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<h3 class="detail">Methods</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetCache-ustring-"></span><code>procedure <strong>SetCache</strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetRootCache-ustring-"></span><code>procedure <strong>SetRootCache</strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetBrowserSubprocessPath-ustring-"></span><code>procedure <strong>SetBrowserSubprocessPath</strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetFrameworkDirPath-ustring-"></span><code>procedure <strong>SetFrameworkDirPath</strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetResourcesDirPath-ustring-"></span><code>procedure <strong>SetResourcesDirPath</strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetLocalesDirPath-ustring-"></span><code>procedure <strong>SetLocalesDirPath</strong>(const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetOsmodalLoop-boolean-"></span><code>procedure <strong>SetOsmodalLoop</strong>(aValue : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetKioskPrinting-boolean-"></span><code>procedure <strong>SetKioskPrinting</strong>(aValue : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetChromeVersion"></span><code>function <strong>GetChromeVersion</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetLibCefVersion"></span><code>function <strong>GetLibCefVersion</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetLibCefPath"></span><code>function <strong>GetLibCefPath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetChromeElfPath"></span><code>function <strong>GetChromeElfPath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetLocalesDirPath"></span><code>function <strong>GetLocalesDirPath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetResourcesDirPath"></span><code>function <strong>GetResourcesDirPath</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetMustCreateResourceBundleHandler"></span><code>function <strong>GetMustCreateResourceBundleHandler</strong>: boolean; virtual;</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="GetMustCreateBrowserProcessHandler"></span><code>function <strong>GetMustCreateBrowserProcessHandler</strong>: boolean; virtual;</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="GetMustCreateRenderProcessHandler"></span><code>function <strong>GetMustCreateRenderProcessHandler</strong>: boolean; virtual;</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="GetMustCreateLoadHandler"></span><code>function <strong>GetMustCreateLoadHandler</strong>: boolean; virtual;</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="GetGlobalContextInitialized"></span><code>function <strong>GetGlobalContextInitialized</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetChildProcessesCount"></span><code>function <strong>GetChildProcessesCount</strong>: integer;</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="GetUsedMemory"></span><code>function <strong>GetUsedMemory</strong>: uint64;</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="GetTotalSystemMemory"></span><code>function <strong>GetTotalSystemMemory</strong>: uint64;</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="GetAvailableSystemMemory"></span><code>function <strong>GetAvailableSystemMemory</strong>: uint64;</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="GetSystemMemoryLoad"></span><code>function <strong>GetSystemMemoryLoad</strong>: cardinal;</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="GetApiHashUniversal"></span><code>function <strong>GetApiHashUniversal</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetApiHashPlatform"></span><code>function <strong>GetApiHashPlatform</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<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="GetApiHashCommit"></span><code>function <strong>GetApiHashCommit</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetExitCode"></span><code>function <strong>GetExitCode</strong>: <a href="uCEFTypes.html#TCefResultCode">TCefResultCode</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="LoadCEFlibrary"></span><code>function <strong>LoadCEFlibrary</strong>: boolean; virtual;</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="Load_cef_api_hash_h"></span><code>function <strong>Load_cef_api_hash_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_app_capi_h"></span><code>function <strong>Load_cef_app_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_app_win_h"></span><code>function <strong>Load_cef_app_win_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_browser_capi_h"></span><code>function <strong>Load_cef_browser_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_command_line_capi_h"></span><code>function <strong>Load_cef_command_line_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_cookie_capi_h"></span><code>function <strong>Load_cef_cookie_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_crash_util_h"></span><code>function <strong>Load_cef_crash_util_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_drag_data_capi_h"></span><code>function <strong>Load_cef_drag_data_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_file_util_capi_h"></span><code>function <strong>Load_cef_file_util_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_i18n_util_capi_h"></span><code>function <strong>Load_cef_i18n_util_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_image_capi_h"></span><code>function <strong>Load_cef_image_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_menu_model_capi_h"></span><code>function <strong>Load_cef_menu_model_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_media_router_capi_h"></span><code>function <strong>Load_cef_media_router_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_origin_whitelist_capi_h"></span><code>function <strong>Load_cef_origin_whitelist_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_parser_capi_h"></span><code>function <strong>Load_cef_parser_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_path_util_capi_h"></span><code>function <strong>Load_cef_path_util_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_preference_capi_h"></span><code>function <strong>Load_cef_preference_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_print_settings_capi_h"></span><code>function <strong>Load_cef_print_settings_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_process_message_capi_h"></span><code>function <strong>Load_cef_process_message_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_process_util_capi_h"></span><code>function <strong>Load_cef_process_util_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_request_capi_h"></span><code>function <strong>Load_cef_request_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_request_context_capi_h"></span><code>function <strong>Load_cef_request_context_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_resource_bundle_capi_h"></span><code>function <strong>Load_cef_resource_bundle_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_response_capi_h"></span><code>function <strong>Load_cef_response_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_scheme_capi_h"></span><code>function <strong>Load_cef_scheme_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_server_capi_h"></span><code>function <strong>Load_cef_server_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_shared_process_message_builder_capi_h"></span><code>function <strong>Load_cef_shared_process_message_builder_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_ssl_info_capi_h"></span><code>function <strong>Load_cef_ssl_info_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_stream_capi_h"></span><code>function <strong>Load_cef_stream_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_task_capi_h"></span><code>function <strong>Load_cef_task_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_thread_capi_h"></span><code>function <strong>Load_cef_thread_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_trace_capi_h"></span><code>function <strong>Load_cef_trace_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_urlrequest_capi_h"></span><code>function <strong>Load_cef_urlrequest_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_v8_capi_h"></span><code>function <strong>Load_cef_v8_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_values_capi_h"></span><code>function <strong>Load_cef_values_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_waitable_event_capi_h"></span><code>function <strong>Load_cef_waitable_event_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_xml_reader_capi_h"></span><code>function <strong>Load_cef_xml_reader_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_zip_reader_capi_h"></span><code>function <strong>Load_cef_zip_reader_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_logging_internal_h"></span><code>function <strong>Load_cef_logging_internal_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_string_list_h"></span><code>function <strong>Load_cef_string_list_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_string_map_h"></span><code>function <strong>Load_cef_string_map_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_string_multimap_h"></span><code>function <strong>Load_cef_string_multimap_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_string_types_h"></span><code>function <strong>Load_cef_string_types_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_thread_internal_h"></span><code>function <strong>Load_cef_thread_internal_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_trace_event_internal_h"></span><code>function <strong>Load_cef_trace_event_internal_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_browser_view_capi_h"></span><code>function <strong>Load_cef_browser_view_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_display_capi_h"></span><code>function <strong>Load_cef_display_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_label_button_capi_h"></span><code>function <strong>Load_cef_label_button_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_menu_button_capi_h"></span><code>function <strong>Load_cef_menu_button_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_panel_capi_h"></span><code>function <strong>Load_cef_panel_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_scroll_view_capi_h"></span><code>function <strong>Load_cef_scroll_view_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_textfield_capi_h"></span><code>function <strong>Load_cef_textfield_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_window_capi_h"></span><code>function <strong>Load_cef_window_capi_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_types_linux_h"></span><code>function <strong>Load_cef_types_linux_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Load_cef_time_h"></span><code>function <strong>Load_cef_time_h</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnBeforeCommandLineProcessing-ustring-ICefCommandLine-"></span><code>procedure <strong>doOnBeforeCommandLineProcessing</strong>(const processType: <a href="uCEFTypes.html#ustring">ustring</a>; const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>); virtual;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefApp</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="doOnRegisterCustomSchemes-TCefSchemeRegistrarRef-"></span><code>procedure <strong>doOnRegisterCustomSchemes</strong>(const registrar: <a href="uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html">TCefSchemeRegistrarRef</a>); virtual;</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="doOnRegisterCustomPreferences-TCefPreferencesType-PCefPreferenceRegistrar-"></span><code>procedure <strong>doOnRegisterCustomPreferences</strong>(type_: <a href="uCEFTypes.html#TCefPreferencesType">TCefPreferencesType</a>; registrar: <a href="uCEFTypes.html#PCefPreferenceRegistrar">PCefPreferenceRegistrar</a>); virtual;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefBrowserProcessHandler</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="doOnContextInitialized"></span><code>procedure <strong>doOnContextInitialized</strong>; virtual;</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="doOnBeforeChildProcessLaunch-ICefCommandLine-"></span><code>procedure <strong>doOnBeforeChildProcessLaunch</strong>(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>); virtual;</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="doOnAlreadyRunningAppRelaunch-ICefCommandLine-ustring-boolean-"></span><code>procedure <strong>doOnAlreadyRunningAppRelaunch</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><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="doOnScheduleMessagePumpWork-Int64-"></span><code>procedure <strong>doOnScheduleMessagePumpWork</strong>(const delayMs: Int64); virtual;</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="doGetDefaultClient-ICefClient-"></span><code>procedure <strong>doGetDefaultClient</strong>(var aClient : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>); virtual;</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="doGetDefaultRequestContextHandler-ICefRequestContextHandler-"></span><code>procedure <strong>doGetDefaultRequestContextHandler</strong>(var aRequestContextHandler : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a>); virtual;</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="doGetLocalizedString-Integer-ustring-"></span><code>function <strong>doGetLocalizedString</strong>(stringid: Integer; var stringVal: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean; virtual;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefResourceBundleHandler</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="doGetDataResource-Integer-Pointer-NativeUInt-"></span><code>function <strong>doGetDataResource</strong>(resourceId: Integer; var data: Pointer; var dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>): Boolean; virtual;</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="doGetDataResourceForScale-Integer-TCefScaleFactor-Pointer-NativeUInt-"></span><code>function <strong>doGetDataResourceForScale</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><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="doOnWebKitInitialized"></span><code>procedure <strong>doOnWebKitInitialized</strong>; virtual;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefRenderProcessHandler</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="doOnBrowserCreated-ICefBrowser-ICefDictionaryValue-"></span><code>procedure <strong>doOnBrowserCreated</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><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="doOnBrowserDestroyed-ICefBrowser-"></span><code>procedure <strong>doOnBrowserDestroyed</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>); virtual;</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="doOnContextCreated-ICefBrowser-ICefFrame-ICefv8Context-"></span><code>procedure <strong>doOnContextCreated</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><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="doOnContextReleased-ICefBrowser-ICefFrame-ICefv8Context-"></span><code>procedure <strong>doOnContextReleased</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><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="doOnUncaughtException-ICefBrowser-ICefFrame-ICefv8Context-ICefV8Exception-ICefV8StackTrace-"></span><code>procedure <strong>doOnUncaughtException</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><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="doOnFocusedNodeChanged-ICefBrowser-ICefFrame-ICefDomNode-"></span><code>procedure <strong>doOnFocusedNodeChanged</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><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="doOnProcessMessageReceived-ICefBrowser-ICefFrame-TCefProcessId-ICefProcessMessage-boolean-"></span><code>procedure <strong>doOnProcessMessageReceived</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><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="doOnLoadingStateChange-ICefBrowser-Boolean-Boolean-Boolean-"></span><code>procedure <strong>doOnLoadingStateChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; isLoading, canGoBack, canGoForward: Boolean); virtual;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefLoadHandler</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="doOnLoadStart-ICefBrowser-ICefFrame-TCefTransitionType-"></span><code>procedure <strong>doOnLoadStart</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><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="doOnLoadEnd-ICefBrowser-ICefFrame-Integer-"></span><code>procedure <strong>doOnLoadEnd</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><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="doOnLoadError-ICefBrowser-ICefFrame-TCefErrorCode-ustring-ustring-"></span><code>procedure <strong>doOnLoadError</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><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="ShutDown"></span><code>procedure <strong>ShutDown</strong>;</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="FreeLibcefLibrary"></span><code>procedure <strong>FreeLibcefLibrary</strong>;</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="ExecuteProcess-ICefApp-"></span><code>function <strong>ExecuteProcess</strong>(const aApp : <a href="uCEFInterfaces.ICefApp.html">ICefApp</a>) : integer;</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="InitializeCefMainArgs-TCefMainArgs-"></span><code>procedure <strong>InitializeCefMainArgs</strong>(var aCefMainArgs : <a href="uCEFTypes.TCefMainArgs.html">TCefMainArgs</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="InitializeSettings-TCefSettings-"></span><code>procedure <strong>InitializeSettings</strong>(var aSettings : <a href="uCEFTypes.TCefSettings.html">TCefSettings</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="InitializeLibrary-ICefApp-"></span><code>function <strong>InitializeLibrary</strong>(const aApp : <a href="uCEFInterfaces.ICefApp.html">ICefApp</a>) : boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="RenameAndDeleteDir-string-boolean-"></span><code>procedure <strong>RenameAndDeleteDir</strong>(const aDirectory : string; aKeepCookies : boolean = False);</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="DeleteCacheContents-string-"></span><code>procedure <strong>DeleteCacheContents</strong>(const aDirectory : 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="DeleteCookiesDB-string-"></span><code>procedure <strong>DeleteCookiesDB</strong>(const aDirectory : 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="MoveCookiesDB-string-string-"></span><code>procedure <strong>MoveCookiesDB</strong>(const aSrcDirectory, aDstDirectory : 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="MultiExeProcessing"></span><code>function <strong>MultiExeProcessing</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SingleExeProcessing"></span><code>function <strong>SingleExeProcessing</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="BeforeInitSubProcess"></span><code>procedure <strong>BeforeInitSubProcess</strong>; virtual;</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="CheckCEFResources"></span><code>function <strong>CheckCEFResources</strong>: boolean; virtual;</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="CheckCEFDLL"></span><code>function <strong>CheckCEFDLL</strong>: boolean; virtual;</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="CheckWindowsVersion"></span><code>function <strong>CheckWindowsVersion</strong>: boolean; virtual;</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="ShowErrorMessageDlg-string-"></span><code>procedure <strong>ShowErrorMessageDlg</strong>(const aError : string); virtual;</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="ParseProcessType"></span><code>function <strong>ParseProcessType</strong>: <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</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="AddCustomCommandLineSwitches-TStringList-TStringList-"></span><code>procedure <strong>AddCustomCommandLineSwitches</strong>(var aKeys, aValues : TStringList); virtual;</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="AppendSwitch-TStringList-TStringList-ustring-ustring-"></span><code>procedure <strong>AppendSwitch</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><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="ReplaceSwitch-TStringList-TStringList-ustring-ustring-"></span><code>procedure <strong>ReplaceSwitch</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><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="CleanupFeatures-TStringList-TStringList-string-string-"></span><code>procedure <strong>CleanupFeatures</strong>(var aKeys, aValues : TStringList; const aEnableKey, aDisableKey : 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="ClearSchemeHandlerFactories"></span><code>procedure <strong>ClearSchemeHandlerFactories</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Create"></span><code>constructor <strong>Create</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Destroy"></span><code>destructor <strong>Destroy</strong>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="AfterConstruction"></span><code>procedure <strong>AfterConstruction</strong>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="AddCustomCommandLine-string-string-"></span><code>procedure <strong>AddCustomCommandLine</strong>(const aCommandLine : string; const aValue : string = '');</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Used to add any command line switch that is not available as a TCEFApplicationCore property. </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="CheckCEFLibrary"></span><code>function <strong>CheckCEFLibrary</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Used to check the CEF binaries manually. </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="StartMainProcess"></span><code>function <strong>StartMainProcess</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Used to initialize CEF in the main browser process. In case CEF is configured to used the same executable for all processes then all processes must call this function. CEF can only be initialized once per process. This is a CEF feature and there's no workaround. This function returns immediately in when called in the main process and it blocks the execution when it's called from a CEF subprocess until that process ends. </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="StartSubProcess"></span><code>function <strong>StartSubProcess</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Used to initialize CEF in the subprocesses. This function can only be used when CEF is configured to use a different executable for the subprocesses. This function blocks the execution until the process ends. </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="DoMessageLoopWork"></span><code>procedure <strong>DoMessageLoopWork</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Perform a single iteration of CEF message loop processing. This function is provided for cases where the CEF message loop must be integrated into an existing application message loop. Use of this function is not recommended for most users; use either the RunMessageLoop function or TCefSettings.multi_threaded_message_loop if possible. When using this function care must be taken to balance performance against excessive CPU usage. It is recommended to enable the TCefSettings.external_message_pump option when using this function so that ICefBrowserProcessHandler.OnScheduleMessagePumpWork callbacks can facilitate the scheduling process. This function should only be called on the main application thread and only if cef_initialize() is called with a TCefSettings.multi_threaded_message_loop value of false (0). This function will not block. </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="RunMessageLoop"></span><code>procedure <strong>RunMessageLoop</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Run the CEF message loop. Use this function instead of an application- provided message loop to get the best balance between performance and CPU usage. This function should only be called on the main application thread and only if cef_initialize() is called with a TCefSettings.multi_threaded_message_loop value of false (0). This function will block until a quit message is received by the system. </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="QuitMessageLoop"></span><code>procedure <strong>QuitMessageLoop</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Quit the CEF message loop that was started by calling RunMessageLoop. This function should only be called on the main application thread and only if RunMessageLoop was used. </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="UpdateDeviceScaleFactor"></span><code>procedure <strong>UpdateDeviceScaleFactor</strong>; virtual;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Update the DeviceScaleFactor value with the current monitor scale. </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="ValidComponentID-integer-"></span><code>function <strong>ValidComponentID</strong>(aComponentID : integer) : boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns true if a custom component ID is valid before executing a CEF task. </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="NextComponentID"></span><code>function <strong>NextComponentID</strong>: integer;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the next component ID and adds this value to the valid ID list. </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="RemoveComponentID-integer-"></span><code>procedure <strong>RemoveComponentID</strong>(aComponentID : integer);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Removes a component ID from the valid ID list when a component is destroyed. </p>
|
|
</td></tr>
|
|
</table>
|
|
<h3 class="detail">Properties</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="NoSandbox"></span><code>property <strong>NoSandbox</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FNoSandbox">FNoSandbox</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FNoSandbox">FNoSandbox</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true (1) to disable the sandbox for sub-processes. See cef_sandbox_win.h for requirements to enable the sandbox on Windows. Also configurable using the "no-sandbox" command-line switch. </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="BrowserSubprocessPath"></span><code>property <strong>BrowserSubprocessPath</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FBrowserSubprocessPath">FBrowserSubprocessPath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetBrowserSubprocessPath-ustring-">SetBrowserSubprocessPath</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The path to a separate executable that will be launched for sub-processes. If this value is empty on Windows or Linux then the main process executable will be used. If this value is empty on macOS then a helper executable must exist at "Contents/Frameworks/<app> Helper.app/Contents/MacOS/<app> Helper" in the top-level app bundle. See the comments on CefExecuteProcess() for details. If this value is non-empty then it must be an absolute path. Also configurable using the "browser-subprocess-path" command-line switch. </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="FrameworkDirPath"></span><code>property <strong>FrameworkDirPath</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FFrameworkDirPath">FFrameworkDirPath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetFrameworkDirPath-ustring-">SetFrameworkDirPath</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The path to the CEF framework directory on macOS. If this value is empty then the framework must exist at "Contents/Frameworks/Chromium Embedded Framework.framework" in the top-level app bundle. If this value is non-empty then it must be an absolute path. Also configurable using the "framework-dir-path" command-line switch. </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="MainBundlePath"></span><code>property <strong>MainBundlePath</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMainBundlePath">FMainBundlePath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMainBundlePath">FMainBundlePath</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The path to the main bundle on macOS. If this value is empty then it defaults to the top-level app bundle. If this value is non-empty then it must be an absolute path. Also configurable using the "main-bundle-path" command-line switch. </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="ChromeRuntime"></span><code>property <strong>ChromeRuntime</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeRuntime">FChromeRuntime</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeRuntime">FChromeRuntime</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true (1) to enable use of the Chrome runtime in CEF. This feature is considered experimental and is not recommended for most users at this time. See issue #2969 for details. </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="MultiThreadedMessageLoop"></span><code>property <strong>MultiThreadedMessageLoop</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMultiThreadedMessageLoop">FMultiThreadedMessageLoop</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMultiThreadedMessageLoop">FMultiThreadedMessageLoop</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true (1) to have the browser process message loop run in a separate thread. If false (0) then the CefDoMessageLoopWork() function must be called from your application message loop. This option is only supported on Windows and Linux. </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="ExternalMessagePump"></span><code>property <strong>ExternalMessagePump</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FExternalMessagePump">FExternalMessagePump</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FExternalMessagePump">FExternalMessagePump</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true (1) to control browser process main (UI) thread message pump scheduling via the ICefBrowserProcessHandler.OnScheduleMessagePumpWork() callback. This option is recommended for use in combination with the CefDoMessageLoopWork() function in cases where the CEF message loop must be integrated into an existing application message loop (see additional comments and warnings on CefDoMessageLoopWork). Enabling this option is not recommended for most users; leave this option disabled and use either the CefRunMessageLoop() function or multi_threaded_message_loop if possible. </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="WindowlessRenderingEnabled"></span><code>property <strong>WindowlessRenderingEnabled</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowlessRenderingEnabled">FWindowlessRenderingEnabled</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowlessRenderingEnabled">FWindowlessRenderingEnabled</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true (1) to enable windowless (off-screen) rendering support. Do not enable this value if the application does not use windowless rendering as it may reduce rendering performance on some systems. </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="CommandLineArgsDisabled"></span><code>property <strong>CommandLineArgsDisabled</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCommandLineArgsDisabled">FCommandLineArgsDisabled</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCommandLineArgsDisabled">FCommandLineArgsDisabled</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true (1) to disable configuration of browser process features using standard CEF and Chromium command-line arguments. Configuration can still be specified using CEF data structures or via the ICefApp.OnBeforeCommandLineProcessing() method. </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="Cache"></span><code>property <strong>Cache</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCache">FCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetCache-ustring-">SetCache</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The directory where data for the global browser cache will be stored on disk. If this value is non-empty then it must be an absolute path that is either equal to or a child directory of TCefSettings.root_cache_path. If this value is empty then browsers will be created in "incognito mode" where in-memory caches are used for storage and no profile-specific data is persisted to disk (installation-specific data will still be persisted in root_cache_path). HTML5 databases such as localStorage will only persist across sessions if a cache path is specified. Can be overridden for individual ICefRequestContext instances via the ICefRequestContextSettings.cache_path value. When using the Chrome runtime any child directory value will be ignored and the "default" profile (also a child directory) will be used instead. </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="RootCache"></span><code>property <strong>RootCache</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FRootCache">FRootCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetRootCache-ustring-">SetRootCache</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
|
|
|
|
<p>The root directory for installation-specific data and the parent directory for profile-specific data. All TCefSettings.cache_path and ICefRequestContextSettings.cache_path values must have this parent directory in common. If this value is empty and TCefSettings.cache_path is non-empty then it will default to the TCefSettings.cache_path value. Any non-empty value must be an absolute path. If both values are empty then the default platform-specific directory will be used ("~/.config/cef_user_data" directory on Linux, "~/Library/Application Support/CEF/User Data" directory on MacOS, "AppData\Local\CEF\User Data" directory under the user profile directory on Windows). Use of the default directory is not recommended in production applications (see below).
|
|
|
|
<p>Multiple application instances writing to the same root_cache_path directory could result in data corruption. A process singleton lock based on the root_cache_path value is therefore used to protect against this. This singleton behavior applies to all CEF-based applications using version 120 or newer. You should customize root_cache_path for your application and implement ICefBrowserProcessHandler.OnAlreadyRunningAppRelaunch, which will then be called on any app relaunch with the same root_cache_path value.
|
|
|
|
<p>Failure to set the root_cache_path value correctly may result in startup crashes or other unexpected behaviors (for example, the sandbox blocking read/write access to certain files).
|
|
|
|
<p></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="PersistSessionCookies"></span><code>property <strong>PersistSessionCookies</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistSessionCookies">FPersistSessionCookies</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistSessionCookies">FPersistSessionCookies</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
To persist session cookies (cookies without an expiry date or validity interval) by default when using the global cookie manager set this value to true (1). Session cookies are generally intended to be transient and most Web browsers do not persist them. A |cache_path| value must also be specified to enable this feature. Also configurable using the "persist-session-cookies" command-line switch. Can be overridden for individual CefRequestContext instances via the TCefRequestContextSettings.persist_session_cookies value. </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="PersistUserPreferences"></span><code>property <strong>PersistUserPreferences</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistUserPreferences">FPersistUserPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FPersistUserPreferences">FPersistUserPreferences</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
To persist user preferences as a JSON file in the cache path directory set this value to true (1). A |cache_path| value must also be specified to enable this feature. Also configurable using the "persist-user-preferences" command-line switch. Can be overridden for individual CefRequestContext instances via the TCefRequestContextSettings.persist_user_preferences value. </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="UserAgent"></span><code>property <strong>UserAgent</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgent">FUserAgent</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgent">FUserAgent</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Value that will be returned as the User-Agent HTTP header. If empty the default User-Agent string will be used. Also configurable using the "user-agent" command-line switch. </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="UserAgentProduct"></span><code>property <strong>UserAgentProduct</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgentProduct">FUserAgentProduct</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUserAgentProduct">FUserAgentProduct</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Value that will be inserted as the product portion of the default User-Agent string. If empty the Chromium product version will be used. If |userAgent| is specified this value will be ignored. Also configurable using the "user-agent-product" command-line switch. </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="Locale"></span><code>property <strong>Locale</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocale">FLocale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocale">FLocale</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The locale string that will be passed to WebKit. If empty the default locale of "en-US" will be used. This value is ignored on Linux where locale is determined using environment variable parsing with the precedence order: LANGUAGE, LC_ALL, LC_MESSAGES and LANG. Also configurable using the "lang" command-line switch. </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="LogFile"></span><code>property <strong>LogFile</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogFile">FLogFile</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogFile">FLogFile</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The directory and file name to use for the debug log. If empty a default log file name and location will be used. On Windows and Linux a "debug.log" file will be written in the main executable directory. On MacOS a "~/Library/Logs/[app name]_debug.log" file will be written where [app name] is the name of the main app executable. Also configurable using the "log-file" command-line switch. </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="LogSeverity"></span><code>property <strong>LogSeverity</strong> : <a href="uCEFTypes.html#TCefLogSeverity">TCefLogSeverity</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogSeverity">FLogSeverity</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogSeverity">FLogSeverity</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The log severity. Only messages of this severity level or higher will be logged. When set to DISABLE no messages will be written to the log file, but FATAL messages will still be output to stderr. Also configurable using the "log-severity" command-line switch with a value of "verbose", "info", "warning", "error", "fatal" or "disable". </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="LogItems"></span><code>property <strong>LogItems</strong> : <a href="uCEFTypes.html#TCefLogItems">TCefLogItems</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogItems">FLogItems</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogItems">FLogItems</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The log items prepended to each log line. If not set the default log items will be used. Also configurable using the "log-items" command-line switch with a value of "none" for no log items, or a comma-delimited list of values "pid", "tid", "timestamp" or "tickcount" for custom log items. </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="JavaScriptFlags"></span><code>property <strong>JavaScriptFlags</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FJavaScriptFlags">FJavaScriptFlags</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FJavaScriptFlags">FJavaScriptFlags</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Custom flags that will be used when initializing the V8 JavaScript engine. The consequences of using custom flags may not be well tested. Also configurable using the "js-flags" command-line switch. </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="ResourcesDirPath"></span><code>property <strong>ResourcesDirPath</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetResourcesDirPath">GetResourcesDirPath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetResourcesDirPath-ustring-">SetResourcesDirPath</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The fully qualified path for the resources directory. If this value is empty the *.pak files must be located in the module directory on Windows/Linux or the app bundle Resources directory on MacOS. If this value is non-empty then it must be an absolute path. Also configurable using the "resources-dir-path" command-line switch. </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="LocalesDirPath"></span><code>property <strong>LocalesDirPath</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetLocalesDirPath">GetLocalesDirPath</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetLocalesDirPath-ustring-">SetLocalesDirPath</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The fully qualified path for the locales directory. If this value is empty the locales directory must be located in the module directory. If this value is non-empty then it must be an absolute path. This value is ignored on MacOS where pack files are always loaded from the app bundle Resources directory. Also configurable using the "locales-dir-path" command-line switch. </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="PackLoadingDisabled"></span><code>property <strong>PackLoadingDisabled</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FPackLoadingDisabled">FPackLoadingDisabled</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FPackLoadingDisabled">FPackLoadingDisabled</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true (1) to disable loading of pack files for resources and locales. A resource bundle handler must be provided for the browser and render processes via ICefApp.GetResourceBundleHandler() if loading of pack files is disabled. Also configurable using the "disable-pack-loading" command- line switch. </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="RemoteDebuggingPort"></span><code>property <strong>RemoteDebuggingPort</strong> : Integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteDebuggingPort">FRemoteDebuggingPort</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteDebuggingPort">FRemoteDebuggingPort</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to a value between 1024 and 65535 to enable remote debugging on the specified port. Also configurable using the "remote-debugging-port" command-line switch. Specifying 0 via the command-line switch will result in the selection of an ephemeral port and the port number will be printed as part of the WebSocket endpoint URL to stderr. If a cache directory path is provided the port will also be written to the <cache-dir>/DevToolsActivePort file. Remote debugging can be accessed by loading the <a href="chrome://inspect">chrome://inspect</a> page in Google Chrome. Port numbers 9222 and 9229 are discoverable by default. Other port numbers may need to be configured via "Discover network targets" on the Devices tab. </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="UncaughtExceptionStackSize"></span><code>property <strong>UncaughtExceptionStackSize</strong> : Integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUncaughtExceptionStackSize">FUncaughtExceptionStackSize</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUncaughtExceptionStackSize">FUncaughtExceptionStackSize</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
The number of stack trace frames to capture for uncaught exceptions. Specify a positive value to enable the ICefRenderProcessHandler.OnUncaughtException() callback. Specify 0 (default value) and OnUncaughtException() will not be called. Also configurable using the "uncaught-exception-stack-size" command-line switch. </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="BackgroundColor"></span><code>property <strong>BackgroundColor</strong> : <a href="uCEFTypes.html#TCefColor">TCefColor</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FBackgroundColor">FBackgroundColor</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FBackgroundColor">FBackgroundColor</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Background color used for the browser before a document is loaded and when no document color is specified. The alpha component must be either fully opaque (0xFF) or fully transparent (0x00). If the alpha component is fully opaque then the RGB components will be used as the background color. If the alpha component is fully transparent for a windowed browser then the default value of opaque white be used. If the alpha component is fully transparent for a windowless (off-screen) browser then transparent painting will be enabled. </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="AcceptLanguageList"></span><code>property <strong>AcceptLanguageList</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAcceptLanguageList">FAcceptLanguageList</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAcceptLanguageList">FAcceptLanguageList</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Comma delimited ordered list of language codes without any whitespace that will be used in the "Accept-Language" HTTP request header and "navigator.language" JS attribute. Can be overridden for individual ICefRequestContext instances via the TCefRequestContextSettingsCefRequestContextSettings.accept_language_list value. </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="CookieableSchemesList"></span><code>property <strong>CookieableSchemesList</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesList">FCookieableSchemesList</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesList">FCookieableSchemesList</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Comma delimited list of schemes supported by the associated ICefCookieManager. If |cookieable_schemes_exclude_defaults| is false (0) the default schemes ("http", "https", "ws" and "wss") will also be supported. Not specifying a |cookieable_schemes_list| value and setting |cookieable_schemes_exclude_defaults| to true (1) will disable all loading and saving of cookies. These settings will only impact the global ICefRequestContext. Individual ICefRequestContext instances can be configured via the TCefRequestContextSettings.cookieable_schemes_list and TCefRequestContextSettings.cookieable_schemes_exclude_defaults values. </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="CookieableSchemesExcludeDefaults"></span><code>property <strong>CookieableSchemesExcludeDefaults</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesExcludeDefaults">FCookieableSchemesExcludeDefaults</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCookieableSchemesExcludeDefaults">FCookieableSchemesExcludeDefaults</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
See the CookieableSchemesList property. </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="ChromePolicyId"></span><code>property <strong>ChromePolicyId</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromePolicyId">FChromePolicyId</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromePolicyId">FChromePolicyId</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
|
|
|
|
<p>Specify an ID to enable Chrome policy management via Platform and OS-user policies. On Windows, this is a registry key like "SOFTWARE\\Policies\\Google\\Chrome". On MacOS, this is a bundle ID like "com.google.Chrome". On Linux, this is an absolute directory path like "/etc/opt/chrome/policies". Only supported with the Chrome runtime. See <a href="https://support.google.com/chrome/a/answer/9037717">https://support.google.com/chrome/a/answer/9037717</a> for details.
|
|
|
|
<p>Chrome Browser Cloud Management integration, when enabled via the "enable-chrome-browser-cloud-management" command-line flag, will also use the specified ID. See <a href="https://support.google.com/chrome/a/answer/9116814">https://support.google.com/chrome/a/answer/9116814</a> for details.
|
|
|
|
<p></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="ChromeAppIconId"></span><code>property <strong>ChromeAppIconId</strong> : integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeAppIconId">FChromeAppIconId</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FChromeAppIconId">FChromeAppIconId</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Specify an ID for an ICON resource that can be loaded from the main executable and used when creating default Chrome windows such as DevTools and Task Manager. If unspecified the default Chromium ICON (IDR_MAINFRAME [101]) will be loaded from libcef.dll. Only supported with the Chrome runtime on Windows. </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="SingleProcess"></span><code>property <strong>SingleProcess</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSingleProcess">FSingleProcess</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSingleProcess">FSingleProcess</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Runs the renderer and plugins in the same process as the browser. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –single-process)</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="EnableMediaStream"></span><code>property <strong>EnableMediaStream</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableMediaStream">FEnableMediaStream</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableMediaStream">FEnableMediaStream</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable media (WebRTC audio/video) streaming. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –enable-media-stream)</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="EnableSpeechInput"></span><code>property <strong>EnableSpeechInput</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableSpeechInput">FEnableSpeechInput</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableSpeechInput">FEnableSpeechInput</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable speech input (x-webkit-speech). </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –enable-speech-input)</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="UseFakeUIForMediaStream"></span><code>property <strong>UseFakeUIForMediaStream</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUseFakeUIForMediaStream">FUseFakeUIForMediaStream</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUseFakeUIForMediaStream">FUseFakeUIForMediaStream</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Bypass the media stream infobar by selecting the default device for media streams (e.g. WebRTC). Works with –use-fake-device-for-media-stream. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –single-process)</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="EnableUsermediaScreenCapturing"></span><code>property <strong>EnableUsermediaScreenCapturing</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableUsermediaScreenCapturing">FEnableUsermediaScreenCapturing</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableUsermediaScreenCapturing">FEnableUsermediaScreenCapturing</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable screen capturing support for MediaStream API. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –enable-usermedia-screen-capturing)</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="EnableGPU"></span><code>property <strong>EnableGPU</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableGPU">FEnableGPU</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableGPU">FEnableGPU</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable GPU hardware acceleration. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-gpu)
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-gpu-compositing)</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="EnableFeatures"></span><code>property <strong>EnableFeatures</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableFeatures">FEnableFeatures</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableFeatures">FEnableFeatures</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
List of feature names to enable. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –enable-features)
|
|
|
|
<p>The list of features you can enable is here:
|
|
|
|
<p><a href="https://chromium.googlesource.com/chromium/src/">https://chromium.googlesource.com/chromium/src/</a>+/master/chrome/common/chrome_features.cc
|
|
|
|
<p><a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:content/public/common/content_features.cc
|
|
|
|
<p><a href="https://source.chromium.org/search?q=base::Feature">https://source.chromium.org/search?q=base::Feature</a></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="DisableFeatures"></span><code>property <strong>DisableFeatures</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableFeatures">FDisableFeatures</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableFeatures">FDisableFeatures</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
List of feature names to disable. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-features)
|
|
|
|
<p>The list of features you can disable is here:
|
|
|
|
<p><a href="https://chromium.googlesource.com/chromium/src/">https://chromium.googlesource.com/chromium/src/</a>+/master/chrome/common/chrome_features.cc
|
|
|
|
<p><a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:content/public/common/content_features.cc
|
|
|
|
<p><a href="https://source.chromium.org/search?q=base::Feature">https://source.chromium.org/search?q=base::Feature</a></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="EnableBlinkFeatures"></span><code>property <strong>EnableBlinkFeatures</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableBlinkFeatures">FEnableBlinkFeatures</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableBlinkFeatures">FEnableBlinkFeatures</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable one or more Blink runtime-enabled features. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –enable-blink-features)
|
|
|
|
<p>The list of Blink features you can enable is here:
|
|
|
|
<p><a href="https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5">https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5</a></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="DisableBlinkFeatures"></span><code>property <strong>DisableBlinkFeatures</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBlinkFeatures">FDisableBlinkFeatures</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBlinkFeatures">FDisableBlinkFeatures</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable one or more Blink runtime-enabled features. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-blink-features)
|
|
|
|
<p>The list of Blink features you can disable is here:
|
|
|
|
<p><a href="https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5">https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5</a></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="BlinkSettings"></span><code>property <strong>BlinkSettings</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FBlinkSettings">FBlinkSettings</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FBlinkSettings">FBlinkSettings</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set blink settings. Format is <name>[=<value],<name>[=<value>],... The names are declared in Settings.json5. For boolean type, use "true", "false", or omit '=<value>' part to set to true. For enum type, use the int value of the enum value. Applied after other command line flags and prefs. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –blink-settings)
|
|
|
|
<p>The list of Blink settings you can disable is here:
|
|
|
|
<p><a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/master:third_party/blink/renderer/core/frame/settings.json5</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="ForceFieldTrials"></span><code>property <strong>ForceFieldTrials</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrials">FForceFieldTrials</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrials">FForceFieldTrials</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
This option can be used to force field trials when testing changes locally. The argument is a list of name and value pairs, separated by slashes. If a trial name is prefixed with an asterisk, that trial will start activated. For example, the following argument defines two trials, with the second one activated: "GoogleNow/Enable/*MaterialDesignNTP/Default/" This option can also be used by the browser process to send the list of trials to a non-browser process, using the same format. See FieldTrialList::CreateTrialsFromString() in field_trial.h for details. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –force-fieldtrials)
|
|
|
|
<p><a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/master:base/base_switches.cc</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="ForceFieldTrialParams"></span><code>property <strong>ForceFieldTrialParams</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrialParams">FForceFieldTrialParams</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FForceFieldTrialParams">FForceFieldTrialParams</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
This option can be used to force parameters of field trials when testing changes locally. The argument is a param list of (key, value) pairs prefixed by an associated (trial, group) pair. You specify the param list for multiple (trial, group) pairs with a comma separator. Example: "Trial1.Group1:k1/v1/k2/v2,Trial2.Group2:k3/v3/k4/v4" Trial names, groups names, parameter names, and value should all be URL escaped for all non-alphanumeric characters. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –force-fieldtrial-params)
|
|
|
|
<p><a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/master:components/variations/variations_switches.cc</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="SmoothScrolling"></span><code>property <strong>SmoothScrolling</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSmoothScrolling">FSmoothScrolling</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSmoothScrolling">FSmoothScrolling</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
On platforms that support it, enables smooth scroll animation. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –enable-smooth-scrolling)</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="MuteAudio"></span><code>property <strong>MuteAudio</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMuteAudio">FMuteAudio</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMuteAudio">FMuteAudio</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Mutes audio sent to the audio device so it is not audible during automated testing. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –mute-audio)</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="SitePerProcess"></span><code>property <strong>SitePerProcess</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSitePerProcess">FSitePerProcess</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSitePerProcess">FSitePerProcess</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enforces a one-site-per-process security policy: Each renderer process, for its whole lifetime, is dedicated to rendering pages for just one site. Thus, pages from different sites are never in the same process. A renderer process's access rights are restricted based on its site.All cross-site navigations force process swaps. <iframe>s are rendered out-of-process whenever the src= is cross-site. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –site-per-process)
|
|
|
|
<p>More details here:
|
|
|
|
<p><a href="https://www.chromium.org/developers/design-documents/site-isolation">https://www.chromium.org/developers/design-documents/site-isolation</a>
|
|
|
|
<p><a href="https://www.chromium.org/developers/design-documents/process-models">https://www.chromium.org/developers/design-documents/process-models</a></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="DisableWebSecurity"></span><code>property <strong>DisableWebSecurity</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableWebSecurity">FDisableWebSecurity</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableWebSecurity">FDisableWebSecurity</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Don't enforce the same-origin policy. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-web-security)</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="DisablePDFExtension"></span><code>property <strong>DisablePDFExtension</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePDFExtension">FDisablePDFExtension</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePDFExtension">FDisablePDFExtension</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable the PDF extension. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-pdf-extension)</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="DisableSiteIsolationTrials"></span><code>property <strong>DisableSiteIsolationTrials</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSiteIsolationTrials">FDisableSiteIsolationTrials</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSiteIsolationTrials">FDisableSiteIsolationTrials</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disables site isolation. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-site-isolation-trials)</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="DisableChromeLoginPrompt"></span><code>property <strong>DisableChromeLoginPrompt</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableChromeLoginPrompt">FDisableChromeLoginPrompt</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableChromeLoginPrompt">FDisableChromeLoginPrompt</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Delegate all login requests to the client GetAuthCredentials callback when using the Chrome runtime. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-chrome-login-prompt)</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="DisableExtensions"></span><code>property <strong>DisableExtensions</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableExtensions">FDisableExtensions</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableExtensions">FDisableExtensions</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable extensions. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-extensions)</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="AutoplayPolicy"></span><code>property <strong>AutoplayPolicy</strong> : <a href="uCEFTypes.html#TCefAutoplayPolicy">TCefAutoplayPolicy</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoplayPolicy">FAutoplayPolicy</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoplayPolicy">FAutoplayPolicy</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Autoplay policy. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –autoplay-policy)</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="DisableBackgroundNetworking"></span><code>property <strong>DisableBackgroundNetworking</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackgroundNetworking">FDisableBackgroundNetworking</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackgroundNetworking">FDisableBackgroundNetworking</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable several subsystems which run network requests in the background. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-background-networking)</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="MetricsRecordingOnly"></span><code>property <strong>MetricsRecordingOnly</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMetricsRecordingOnly">FMetricsRecordingOnly</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMetricsRecordingOnly">FMetricsRecordingOnly</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enables the recording of metrics reports but disables reporting. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –metrics-recording-only)</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="AllowFileAccessFromFiles"></span><code>property <strong>AllowFileAccessFromFiles</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowFileAccessFromFiles">FAllowFileAccessFromFiles</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowFileAccessFromFiles">FAllowFileAccessFromFiles</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
By default, <a href="file://">file://</a> URIs cannot read other <a href="file://">file://</a> URIs. This is an override for developers who need the old behavior for testing. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –allow-file-access-from-files)</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="AllowRunningInsecureContent"></span><code>property <strong>AllowRunningInsecureContent</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowRunningInsecureContent">FAllowRunningInsecureContent</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowRunningInsecureContent">FAllowRunningInsecureContent</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
By default, an https page cannot run JavaScript, CSS or plugins from http URLs. This provides an override to get the old insecure behavior. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –allow-running-insecure-content)</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="EnablePrintPreview"></span><code>property <strong>EnablePrintPreview</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnablePrintPreview">FEnablePrintPreview</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnablePrintPreview">FEnablePrintPreview</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable print preview. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –enable-print-preview)</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="DefaultEncoding"></span><code>property <strong>DefaultEncoding</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDefaultEncoding">FDefaultEncoding</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDefaultEncoding">FDefaultEncoding</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Default encoding. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –default-encoding)</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="DisableJavascript"></span><code>property <strong>DisableJavascript</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascript">FDisableJavascript</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascript">FDisableJavascript</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable JavaScript. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-javascript)</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="DisableJavascriptCloseWindows"></span><code>property <strong>DisableJavascriptCloseWindows</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptCloseWindows">FDisableJavascriptCloseWindows</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptCloseWindows">FDisableJavascriptCloseWindows</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable closing of windows via JavaScript. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-javascript-close-windows)</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="DisableJavascriptAccessClipboard"></span><code>property <strong>DisableJavascriptAccessClipboard</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptAccessClipboard">FDisableJavascriptAccessClipboard</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptAccessClipboard">FDisableJavascriptAccessClipboard</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable clipboard access via JavaScript. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-javascript-access-clipboard)</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="DisableJavascriptDomPaste"></span><code>property <strong>DisableJavascriptDomPaste</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptDomPaste">FDisableJavascriptDomPaste</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableJavascriptDomPaste">FDisableJavascriptDomPaste</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable DOM paste via JavaScript execCommand("paste"). </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-javascript-dom-paste)</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="AllowUniversalAccessFromFileUrls"></span><code>property <strong>AllowUniversalAccessFromFileUrls</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowUniversalAccessFromFileUrls">FAllowUniversalAccessFromFileUrls</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowUniversalAccessFromFileUrls">FAllowUniversalAccessFromFileUrls</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Allow universal access from file URLs. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –allow-universal-access-from-files)</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="DisableImageLoading"></span><code>property <strong>DisableImageLoading</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableImageLoading">FDisableImageLoading</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableImageLoading">FDisableImageLoading</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable loading of images from the network. A cached image will still be rendered if requested. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-image-loading)</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="ImageShrinkStandaloneToFit"></span><code>property <strong>ImageShrinkStandaloneToFit</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FImageShrinkStandaloneToFit">FImageShrinkStandaloneToFit</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FImageShrinkStandaloneToFit">FImageShrinkStandaloneToFit</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Shrink stand-alone images to fit. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –image-shrink-standalone-to-fit)</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="DisableTextAreaResize"></span><code>property <strong>DisableTextAreaResize</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTextAreaResize">FDisableTextAreaResize</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTextAreaResize">FDisableTextAreaResize</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable resizing of text areas. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-text-area-resize)</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="DisableTabToLinks"></span><code>property <strong>DisableTabToLinks</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTabToLinks">FDisableTabToLinks</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableTabToLinks">FDisableTabToLinks</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable using the tab key to advance focus to links. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-tab-to-links)</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="EnableProfanityFilter"></span><code>property <strong>EnableProfanityFilter</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableProfanityFilter">FEnableProfanityFilter</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FEnableProfanityFilter">FEnableProfanityFilter</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable the speech input profanity filter. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –enable-profanity-filter)</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="DisableSpellChecking"></span><code>property <strong>DisableSpellChecking</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSpellChecking">FDisableSpellChecking</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableSpellChecking">FDisableSpellChecking</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable spell checking. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-spell-checking)</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="OverrideSpellCheckLang"></span><code>property <strong>OverrideSpellCheckLang</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOverrideSpellCheckLang">FOverrideSpellCheckLang</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOverrideSpellCheckLang">FOverrideSpellCheckLang</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Override the default spellchecking language which comes from locales.pak. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –override-spell-check-lang)</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="TouchEvents"></span><code>property <strong>TouchEvents</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FTouchEvents">FTouchEvents</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FTouchEvents">FTouchEvents</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable support for touch event feature detection. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –touch-events)</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="DisableReadingFromCanvas"></span><code>property <strong>DisableReadingFromCanvas</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableReadingFromCanvas">FDisableReadingFromCanvas</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableReadingFromCanvas">FDisableReadingFromCanvas</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Taints all <canvas> elements, regardless of origin. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-reading-from-canvas)</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="HyperlinkAuditing"></span><code>property <strong>HyperlinkAuditing</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FHyperlinkAuditing">FHyperlinkAuditing</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FHyperlinkAuditing">FHyperlinkAuditing</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Don't send hyperlink auditing pings. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –no-pings)</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="DisableNewBrowserInfoTimeout"></span><code>property <strong>DisableNewBrowserInfoTimeout</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableNewBrowserInfoTimeout">FDisableNewBrowserInfoTimeout</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableNewBrowserInfoTimeout">FDisableNewBrowserInfoTimeout</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable the timeout for delivering new browser info to the renderer process. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-new-browser-info-timeout)</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="DevToolsProtocolLogFile"></span><code>property <strong>DevToolsProtocolLogFile</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDevToolsProtocolLogFile">FDevToolsProtocolLogFile</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDevToolsProtocolLogFile">FDevToolsProtocolLogFile</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
File used for logging DevTools protocol messages. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –devtools-protocol-log-file)</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="ForcedDeviceScaleFactor"></span><code>property <strong>ForcedDeviceScaleFactor</strong> : single read <a href="uCEFApplicationCore.TCefApplicationCore.html#FForcedDeviceScaleFactor">FForcedDeviceScaleFactor</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FForcedDeviceScaleFactor">FForcedDeviceScaleFactor</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Overrides the device scale factor for the browser UI and the contents. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –force-device-scale-factor)</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="DisableZygote"></span><code>property <strong>DisableZygote</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableZygote">FDisableZygote</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableZygote">FDisableZygote</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disables the use of a zygote process for forking child processes. Instead, child processes will be forked and exec'd directly. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –no-zygote)</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="UseMockKeyChain"></span><code>property <strong>UseMockKeyChain</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUseMockKeyChain">FUseMockKeyChain</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUseMockKeyChain">FUseMockKeyChain</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Uses mock keychain for testing purposes, which prevents blocking dialogs from causing timeouts. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –use-mock-keychain)</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="DisableRequestHandlingForTesting"></span><code>property <strong>DisableRequestHandlingForTesting</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableRequestHandlingForTesting">FDisableRequestHandlingForTesting</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableRequestHandlingForTesting">FDisableRequestHandlingForTesting</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable request handling in CEF to faciliate debugging of network-related issues. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc">https://bitbucket.org/chromiumembedded/cef/src/master/libcef/common/cef_switches.cc</a>">Uses the following command line switch: –disable-request-handling-for-testing)</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="DisablePopupBlocking"></span><code>property <strong>DisablePopupBlocking</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePopupBlocking">FDisablePopupBlocking</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisablePopupBlocking">FDisablePopupBlocking</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disables pop-up blocking. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-popup-blocking)</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="DisableBackForwardCache"></span><code>property <strong>DisableBackForwardCache</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackForwardCache">FDisableBackForwardCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableBackForwardCache">FDisableBackForwardCache</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disables the BackForwardCache feature. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-back-forward-cache)</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="DisableComponentUpdate"></span><code>property <strong>DisableComponentUpdate</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableComponentUpdate">FDisableComponentUpdate</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableComponentUpdate">FDisableComponentUpdate</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Disable the component updater. Widevine will not be downloaded or initialized. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-component-update)</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="AllowInsecureLocalhost"></span><code>property <strong>AllowInsecureLocalhost</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowInsecureLocalhost">FAllowInsecureLocalhost</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAllowInsecureLocalhost">FAllowInsecureLocalhost</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enables TLS/SSL errors on localhost to be ignored (no interstitial, no blocking of requests). </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –allow-insecure-localhost)</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="KioskPrinting"></span><code>property <strong>KioskPrinting</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FKioskPrinting">FKioskPrinting</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetKioskPrinting-boolean-">SetKioskPrinting</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enable automatically pressing the print button in print preview. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –kiosk-printing)</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="TreatInsecureOriginAsSecure"></span><code>property <strong>TreatInsecureOriginAsSecure</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FTreatInsecureOriginAsSecure">FTreatInsecureOriginAsSecure</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FTreatInsecureOriginAsSecure">FTreatInsecureOriginAsSecure</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Treat given (insecure) origins as secure origins. Multiple origins can be supplied as a comma-separated list. For the definition of secure contexts, see <a href="https://w3c.github.io/webappsec-secure-contexts/">https://w3c.github.io/webappsec-secure-contexts/</a> and <a href="https://www.w3.org/TR/powerful-features/#is-origin-trustworthy">https://www.w3.org/TR/powerful-features/#is-origin-trustworthy</a> Example: –unsafely-treat-insecure-origin-as-secure=<a href="http://a.test,http://b.test">http://a.test,http://b.test</a> </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –unsafely-treat-insecure-origin-as-secure)</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="NetLogEnabled"></span><code>property <strong>NetLogEnabled</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogEnabled">FNetLogEnabled</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogEnabled">FNetLogEnabled</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enables saving net log events to a file. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –log-net-log)</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="NetLogFile"></span><code>property <strong>NetLogFile</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogFile">FNetLogFile</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogFile">FNetLogFile</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
File name used to log net events. If a value is given, it used as the path the the file, otherwise the file is named netlog.json and placed in the user data directory. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –log-net-log)</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="NetLogCaptureMode"></span><code>property <strong>NetLogCaptureMode</strong> : <a href="uCEFTypes.html#TCefNetLogCaptureMode">TCefNetLogCaptureMode</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogCaptureMode">FNetLogCaptureMode</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FNetLogCaptureMode">FNetLogCaptureMode</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Sets the granularity of events to capture in the network log. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –net-log-capture-mode)</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="RemoteAllowOrigins"></span><code>property <strong>RemoteAllowOrigins</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteAllowOrigins">FRemoteAllowOrigins</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FRemoteAllowOrigins">FRemoteAllowOrigins</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Enables web socket connections from the specified origins only. '*' allows any origin. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –remote-allow-origins)</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="AutoAcceptCamAndMicCapture"></span><code>property <strong>AutoAcceptCamAndMicCapture</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoAcceptCamAndMicCapture">FAutoAcceptCamAndMicCapture</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FAutoAcceptCamAndMicCapture">FAutoAcceptCamAndMicCapture</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Bypasses the dialog prompting the user for permission to capture cameras and microphones. Useful in automatic tests of video-conferencing Web applications. This is nearly identical to kUseFakeUIForMediaStream, with the exception being that this flag does NOT affect screen-capture. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –auto-accept-camera-and-microphone-capture)</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="UIColorMode"></span><code>property <strong>UIColorMode</strong> : <a href="uCEFTypes.html#TCefUIColorMode">TCefUIColorMode</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FUIColorMode">FUIColorMode</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FUIColorMode">FUIColorMode</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Forces light or dark mode in UI for platforms that support it. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switches: –force-dark-mode –force-light-mode)</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="DisableHangMonitor"></span><code>property <strong>DisableHangMonitor</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableHangMonitor">FDisableHangMonitor</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDisableHangMonitor">FDisableHangMonitor</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Suppresses hang monitor dialogs in renderer processes. This may allow slow unload handlers on a page to prevent the tab from closing, but the Task Manager can be used to terminate the offending process in this case. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://peter.sh/experiments/chromium-command-line-switches/">https://peter.sh/experiments/chromium-command-line-switches/</a>">Uses the following command line switch: –disable-hang-monitor)</p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="IgnoreCertificateErrors"></span><code>property <strong>IgnoreCertificateErrors</strong> : Boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FIgnoreCertificateErrors">FIgnoreCertificateErrors</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Ignores certificate-related errors. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:components/network_session_configurator/common/network_switch_list.h">Uses the following command line switch: –ignore-certificate-errors)</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="WindowsSandboxInfo"></span><code>property <strong>WindowsSandboxInfo</strong> : Pointer read <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FWindowsSandboxInfo">FWindowsSandboxInfo</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Pointer to the sandbox info. Currently unused in Delphi and Lazarus. </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="DeleteCache"></span><code>property <strong>DeleteCache</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCache">FDeleteCache</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCache">FDeleteCache</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Used to delete all the cache files before CEF is initialized. </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="DeleteCookies"></span><code>property <strong>DeleteCookies</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCookies">FDeleteCookies</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeleteCookies">FDeleteCookies</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Used to delete all the cookies before CEF is initialized. </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="CheckCEFFiles"></span><code>property <strong>CheckCEFFiles</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FCheckCEFFiles">FCheckCEFFiles</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FCheckCEFFiles">FCheckCEFFiles</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Checks if the CEF binaries are present and the DLL version. </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="ShowMessageDlg"></span><code>property <strong>ShowMessageDlg</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FShowMessageDlg">FShowMessageDlg</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FShowMessageDlg">FShowMessageDlg</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true when you need to use a showmessage dialog to show the error messages. </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="MissingBinariesException"></span><code>property <strong>MissingBinariesException</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingBinariesException">FMissingBinariesException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingBinariesException">FMissingBinariesException</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Raise an exception when the CEF binaries check fails. </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="SetCurrentDir"></span><code>property <strong>SetCurrentDir</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FSetCurrentDir">FSetCurrentDir</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FSetCurrentDir">FSetCurrentDir</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Used to set the current directory when the CEF libraries are loaded. This is required if the application is launched from a different application. </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="GlobalContextInitialized"></span><code>property <strong>GlobalContextInitialized</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetGlobalContextInitialized">GetGlobalContextInitialized</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to True when the global context is initialized and the application can start creating web browsers. </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="ChromeMajorVer"></span><code>property <strong>ChromeMajorVer</strong> : uint16 read FChromeVersionInfo.MajorVer;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the major version information from Chromium. </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="ChromeMinorVer"></span><code>property <strong>ChromeMinorVer</strong> : uint16 read FChromeVersionInfo.MinorVer;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the minor version information from Chromium. </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="ChromeRelease"></span><code>property <strong>ChromeRelease</strong> : uint16 read FChromeVersionInfo.Release;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the release version information from Chromium. </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="ChromeBuild"></span><code>property <strong>ChromeBuild</strong> : uint16 read FChromeVersionInfo.Build;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the build version information from Chromium. </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="ChromeVersion"></span><code>property <strong>ChromeVersion</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromeVersion">GetChromeVersion</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the full version information from Chromium. </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="LibCefVersion"></span><code>property <strong>LibCefVersion</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetLibCefVersion">GetLibCefVersion</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Complete libcef version information. </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="LibCefPath"></span><code>property <strong>LibCefPath</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetLibCefPath">GetLibCefPath</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Path to libcef.dll or libcef.so </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="ChromeElfPath"></span><code>property <strong>ChromeElfPath</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChromeElfPath">GetChromeElfPath</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the path to chrome_elf.dll. </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="LibLoaded"></span><code>property <strong>LibLoaded</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLibLoaded">FLibLoaded</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true when TCEFApplicationCore has loaded the CEF libraries. </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="LogProcessInfo"></span><code>property <strong>LogProcessInfo</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogProcessInfo">FLogProcessInfo</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLogProcessInfo">FLogProcessInfo</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Add a debug log information line when the CEF libraries are loaded. </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="ReRaiseExceptions"></span><code>property <strong>ReRaiseExceptions</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FReRaiseExceptions">FReRaiseExceptions</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FReRaiseExceptions">FReRaiseExceptions</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true to raise all exceptions. </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="DeviceScaleFactor"></span><code>property <strong>DeviceScaleFactor</strong> : single read <a href="uCEFApplicationCore.TCefApplicationCore.html#FDeviceScaleFactor">FDeviceScaleFactor</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the device scale factor used in OSR mode. </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="LocalesRequired"></span><code>property <strong>LocalesRequired</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocalesRequired">FLocalesRequired</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FLocalesRequired">FLocalesRequired</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
List of locale files that will be checked with CheckCEFFiles. </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="ProcessType"></span><code>property <strong>ProcessType</strong> : <a href="uCEFTypes.html#TCefProcessType">TCefProcessType</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FProcessType">FProcessType</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
CEF process type currently running. </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="MustCreateResourceBundleHandler"></span><code>property <strong>MustCreateResourceBundleHandler</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateResourceBundleHandler">GetMustCreateResourceBundleHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateResourceBundleHandler">FMustCreateResourceBundleHandler</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Force the creation of ICefResourceBundleHandler. </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="MustCreateBrowserProcessHandler"></span><code>property <strong>MustCreateBrowserProcessHandler</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateBrowserProcessHandler">GetMustCreateBrowserProcessHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateBrowserProcessHandler">FMustCreateBrowserProcessHandler</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Force the creation of ICefBrowserProcessHandler. </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="MustCreateRenderProcessHandler"></span><code>property <strong>MustCreateRenderProcessHandler</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateRenderProcessHandler">GetMustCreateRenderProcessHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateRenderProcessHandler">FMustCreateRenderProcessHandler</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Force the creation of ICefRenderProcessHandler. </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="MustCreateLoadHandler"></span><code>property <strong>MustCreateLoadHandler</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetMustCreateLoadHandler">GetMustCreateLoadHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustCreateLoadHandler">FMustCreateLoadHandler</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Force the creation of ICefLoadHandler. </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="OsmodalLoop"></span><code>property <strong>OsmodalLoop</strong> : boolean write <a href="uCEFApplicationCore.TCefApplicationCore.html#SetOsmodalLoop-boolean-">SetOsmodalLoop</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true (1) before calling Windows APIs like TrackPopupMenu that enter a modal message loop. Set to false (0) after exiting the modal message loop. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_app_win.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_app_win.h</a>">CEF source file: /include/internal/cef_app_win.h (cef_set_osmodal_loop))</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="Status"></span><code>property <strong>Status</strong> : <a href="uCEFTypes.html#TCefAplicationStatus">TCefAplicationStatus</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FStatus">FStatus</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the TCEFApplicationCore initialization status. </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="MissingLibFiles"></span><code>property <strong>MissingLibFiles</strong> : string read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMissingLibFiles">FMissingLibFiles</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
List of missing CEF library files. </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="MustFreeLibrary"></span><code>property <strong>MustFreeLibrary</strong> : boolean read <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustFreeLibrary">FMustFreeLibrary</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FMustFreeLibrary">FMustFreeLibrary</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set to true to free the library handle when TCEFApplicationCore is destroyed. </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="ChildProcessesCount"></span><code>property <strong>ChildProcessesCount</strong> : integer read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetChildProcessesCount">GetChildProcessesCount</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the number of CEF subprocesses running at that moment. </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="UsedMemory"></span><code>property <strong>UsedMemory</strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetUsedMemory">GetUsedMemory</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Total used memory by all CEF processes. </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="TotalSystemMemory"></span><code>property <strong>TotalSystemMemory</strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetTotalSystemMemory">GetTotalSystemMemory</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Total system memory in Windows. </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="AvailableSystemMemory"></span><code>property <strong>AvailableSystemMemory</strong> : uint64 read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetAvailableSystemMemory">GetAvailableSystemMemory</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Calculates the available memory in Windows. </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="SystemMemoryLoad"></span><code>property <strong>SystemMemoryLoad</strong> : cardinal read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetSystemMemoryLoad">GetSystemMemoryLoad</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Memory load in Windows. </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="ApiHashUniversal"></span><code>property <strong>ApiHashUniversal</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashUniversal">GetApiHashUniversal</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Calls cef_api_hash to get the universal hash. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="ApiHashPlatform"></span><code>property <strong>ApiHashPlatform</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashPlatform">GetApiHashPlatform</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Calls cef_api_hash to get the platform hash. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="ApiHashCommit"></span><code>property <strong>ApiHashCommit</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetApiHashCommit">GetApiHashCommit</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Calls cef_api_hash to get the commit hash. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="ExitCode"></span><code>property <strong>ExitCode</strong> : <a href="uCEFTypes.html#TCefResultCode">TCefResultCode</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#GetExitCode">GetExitCode</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
This property can optionally be read on the main application thread after CefInitialize to retrieve the initialization exit code. When CefInitialize returns true (1) the exit code will be 0 (CEF_RESULT_CODE_NORMAL_EXIT). Otherwise, see TCefResultCode for possible exit code values including browser process initialization errors and normal early exit conditions (such as CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED for process singleton relaunch behavior). </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="LastErrorMessage"></span><code>property <strong>LastErrorMessage</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FLastErrorMessage">FLastErrorMessage</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Last error message that is usually shown when CEF finds a problem at initialization. </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="OnRegCustomSchemes"></span><code>property <strong>OnRegCustomSchemes</strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Provides an opportunity to register custom schemes. Do not keep a reference to the |registrar| object. This function is called on the main thread for each process and the registered schemes should be the same across all processes. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_app_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_app_capi.h</a>">CEF source file: /include/capi/cef_app_capi.h (cef_app_t))</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="OnRegisterCustomPreferences"></span><code>property <strong>OnRegisterCustomPreferences</strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Provides an opportunity to register custom preferences prior to global and request context initialization.
|
|
|
|
<p>If |type| is CEF_PREFERENCES_TYPE_GLOBAL the registered preferences can be accessed via ICefPreferenceManager.GetGlobalPreferences after OnContextInitialized is called. Global preferences are registered a single time at application startup. See related TCefSettings.cache_path and TCefSettings.persist_user_preferences configuration.
|
|
|
|
<p>If |type| is CEF_PREFERENCES_TYPE_REQUEST_CONTEXT the preferences can be accessed via the ICefRequestContext after ICefRequestContextHandler.OnRequestContextInitialized is called. Request context preferences are registered each time a new ICefRequestContext is created. It is intended but not required that all request contexts have the same registered preferences. See related TCefRequestContextSettings.cache_path and TCefRequestContextSettings.persist_user_preferences configuration.
|
|
|
|
<p>Do not keep a reference to the |registrar| object. This function is called on the browser process UI thread. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h</a>">CEF source file: /include/capi/cef_browser_process_handler_capi.h (cef_browser_process_handler_t))</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="OnContextInitialized"></span><code>property <strong>OnContextInitialized</strong> : <a href="uCEFApplicationEvents.html#TOnContextInitializedEvent">TOnContextInitializedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextInitialized">FOnContextInitialized</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextInitialized">FOnContextInitialized</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called on the browser process UI thread immediately after the CEF context has been initialized. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h</a>">CEF source file: /include/capi/cef_browser_process_handler_capi.h (cef_browser_process_handler_t))</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="OnBeforeChildProcessLaunch"></span><code>property <strong>OnBeforeChildProcessLaunch</strong> : <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called before a child process is launched. Will be called on the browser process UI thread when launching a render process and on the browser process IO thread when launching a GPU process. Provides an opportunity to modify the child process command line. Do not keep a reference to |command_line| outside of this function. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h</a>">CEF source file: /include/capi/cef_browser_process_handler_capi.h (cef_browser_process_handler_t))</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="OnAlreadyRunningAppRelaunch"></span><code>property <strong>OnAlreadyRunningAppRelaunch</strong> : <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
|
|
|
|
<p>Implement this function to provide app-specific behavior when an already running app is relaunched with the same TCefSettings.root_cache_path value. For example, activate an existing app window or create a new app window. |command_line| will be read-only. Do not keep a reference to |command_line| outside of this function. Return true (1) if the relaunch is handled or false (0) for default relaunch behavior. Default behavior will create a new default styled Chrome window.
|
|
|
|
<p>To avoid cache corruption only a single app instance is allowed to run for a given TCefSettings.root_cache_path value. On relaunch the app checks a process singleton lock and then forwards the new launch arguments to the already running app process before exiting early. Client apps should therefore check the cef_initialize() return value for early exit before proceeding.
|
|
|
|
<p>This function will be called on the browser process UI thread.
|
|
|
|
<p></p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h</a>">CEF source file: /include/capi/cef_browser_process_handler_capi.h (cef_browser_process_handler_t))</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="OnScheduleMessagePumpWork"></span><code>property <strong>OnScheduleMessagePumpWork</strong> : <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called from any thread when work has been scheduled for the browser process main (UI) thread. This callback is used in combination with TCefSettings.external_message_pump and GlobalCEFApp.DoMessageLoopWork in cases where the CEF message loop must be integrated into an existing application message loop (see additional comments and warnings on GlobalCEFApp.DoMessageLoopWork). This callback should schedule a GlobalCEFApp.DoMessageLoopWork call to happen on the main (UI) thread. |delay_ms| is the requested delay in milliseconds. If |delay_ms| is <= 0 then the call should happen reasonably soon. If |delay_ms| is > 0 then the call should be scheduled to happen after the specified delay and any currently pending scheduled call should be cancelled. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h</a>">CEF source file: /include/capi/cef_browser_process_handler_capi.h (cef_browser_process_handler_t))</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="OnGetDefaultClient"></span><code>property <strong>OnGetDefaultClient</strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return the default client for use with a newly created browser window (TCefBrowser object). If null is returned the TCefBrowser will be unmanaged (no callbacks will be executed for that TCefBrowser) and application shutdown will be blocked until the browser window is closed manually. This function is currently only used with the Chrome runtime when creating new browser windows via Chrome UI. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h</a>">CEF source file: /include/capi/cef_browser_process_handler_capi.h (cef_browser_process_handler_t))</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="OnGetDefaultRequestContextHandler"></span><code>property <strong>OnGetDefaultRequestContextHandler</strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return the default handler for use with a new user or incognito profile (TCefRequestContext object). If null is returned the TCefRequestContext will be unmanaged (no callbacks will be executed for that TCefRequestContext). This function is currently only used with the Chrome runtime when creating new browser windows via Chrome UI. </p>
|
|
<p>
|
|
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h</a>">CEF source file: /include/capi/cef_browser_process_handler_capi.h (cef_browser_process_handler_t))</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="OnGetLocalizedString"></span><code>property <strong>OnGetLocalizedString</strong> : <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called to retrieve a localized translation for the specified |string_id|. To provide the translation set |string| to the translation string and return true (1). To use the default translation return false (0). Include cef_pack_strings.h for a listing of valid string ID values. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event may be called on multiple threads.
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_bundle_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_bundle_handler_capi.h</a>">CEF source file: /include/capi/cef_resource_bundle_handler_capi.h (cef_resource_bundle_handler_t))</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="OnGetDataResource"></span><code>property <strong>OnGetDataResource</strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called to retrieve data for the specified scale independent |resource_id|. To provide the resource data set |data| and |data_size| to the data pointer and size respectively and return true (1). To use the default resource data return false (0). The resource data will not be copied and must remain resident in memory. Include cef_pack_resources.h for a listing of valid resource ID values. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event may be called on multiple threads.
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_bundle_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_bundle_handler_capi.h</a>">CEF source file: /include/capi/cef_resource_bundle_handler_capi.h (cef_resource_bundle_handler_t))</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="OnGetDataResourceForScale"></span><code>property <strong>OnGetDataResourceForScale</strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called to retrieve data for the specified |resource_id| nearest the scale factor |scale_factor|. To provide the resource data set |data| and |data_size| to the data pointer and size respectively and return true (1). To use the default resource data return false (0). The resource data will not be copied and must remain resident in memory. Include cef_pack_resources.h for a listing of valid resource ID values. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event may be called on multiple threads.
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_bundle_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_bundle_handler_capi.h</a>">CEF source file: /include/capi/cef_resource_bundle_handler_capi.h (cef_resource_bundle_handler_t))</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="OnWebKitInitialized"></span><code>property <strong>OnWebKitInitialized</strong> : <a href="uCEFApplicationEvents.html#TOnWebKitInitializedEvent">TOnWebKitInitializedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnWebKitInitialized">FOnWebKitInitialized</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnWebKitInitialized">FOnWebKitInitialized</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called after WebKit has been initialized. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h</a>">CEF source file: /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t))</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="OnBrowserCreated"></span><code>property <strong>OnBrowserCreated</strong> : <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called after a browser has been created. When browsing cross-origin a new browser will be created before the old browser with the same identifier is destroyed. |extra_info| is an optional read-only value originating from cef_browser_host_create_browser(), cef_browser_host_create_browser_sync(), ICefLifeSpanHandler.OnBeforePopup or cef_browser_view_create(). </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h</a>">CEF source file: /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t))</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="OnBrowserDestroyed"></span><code>property <strong>OnBrowserDestroyed</strong> : <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called before a browser is destroyed. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h</a>">CEF source file: /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t))</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="OnContextCreated"></span><code>property <strong>OnContextCreated</strong> : <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called immediately after the V8 context for a frame has been created. To retrieve the JavaScript 'window' object use the ICefv8context.GetGlobal function. V8 handles can only be accessed from the thread on which they are created. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h</a>">CEF source file: /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t))</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="OnContextReleased"></span><code>property <strong>OnContextReleased</strong> : <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called immediately before the V8 context for a frame is released. No references to the context should be kept after this function is called. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h</a>">CEF source file: /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t))</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="OnUncaughtException"></span><code>property <strong>OnUncaughtException</strong> : <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called for global uncaught exceptions in a frame. Execution of this callback is disabled by default. To enable set TCefSettings.uncaught_exception_stack_size > 0. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h</a>">CEF source file: /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t))</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="OnFocusedNodeChanged"></span><code>property <strong>OnFocusedNodeChanged</strong> : <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when a new node in the the browser gets focus. The |node| value may be NULL if no specific node has gained focus. The node object passed to this function represents a snapshot of the DOM at the time this function is executed. DOM objects are only valid for the scope of this function. Do not keep references to or attempt to access any DOM objects outside the scope of this function. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h</a>">CEF source file: /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t))</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="OnProcessMessageReceived"></span><code>property <strong>OnProcessMessageReceived</strong> : <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when a new message is received from a different process. Return true (1) if the message was handled or false (0) otherwise. It is safe to keep a reference to |message| outside of this callback. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_process_handler_capi.h</a>">CEF source file: /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t))</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="OnLoadingStateChange"></span><code>property <strong>OnLoadingStateChange</strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when the loading state has changed. This callback will be executed twice – once when loading is initiated either programmatically or by user action, and once when loading is terminated due to completion, cancellation of failure. It will be called before any calls to OnLoadStart and after all calls to OnLoadError and/or OnLoadEnd. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h</a>">CEF source file: /include/capi/cef_load_handler_capi.h (cef_load_handler_t))</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="OnLoadStart"></span><code>property <strong>OnLoadStart</strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called after a navigation has been committed and before the browser begins loading contents in the frame. The |frame| value will never be NULL – call the IsMain() function to check if this frame is the main frame. |transition_type| provides information about the source of the navigation and an accurate value is only available in the browser process. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This function will not be called for same page navigations (fragments, history state, etc.) or for navigations that fail or are canceled before commit. For notification of overall browser load status use OnLoadingStateChange instead. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h</a>">CEF source file: /include/capi/cef_load_handler_capi.h (cef_load_handler_t))</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="OnLoadEnd"></span><code>property <strong>OnLoadEnd</strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when the browser is done loading a frame. The |frame| value will never be NULL – call the IsMain() function to check if this frame is the main frame. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This function will not be called for same page navigations (fragments, history state, etc.) or for navigations that fail or are canceled before commit. For notification of overall browser load status use OnLoadingStateChange instead. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h</a>">CEF source file: /include/capi/cef_load_handler_capi.h (cef_load_handler_t))</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="OnLoadError"></span><code>property <strong>OnLoadError</strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when a navigation fails or is canceled. This function may be called by itself if before commit or in combination with OnLoadStart/OnLoadEnd if after commit. |errorCode| is the error code number, |errorText| is the error text and |failedUrl| is the URL that failed to load. See net\base\net_error_list.h for complete descriptions of the error codes. </p>
|
|
<p>
|
|
|
|
|
|
<p>This event will be called on the render process main thread (TID_RENDERER)
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h</a>">CEF source file: /include/capi/cef_load_handler_capi.h (cef_load_handler_t))</p>
|
|
</td></tr>
|
|
</table>
|
|
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
|
|
</span>
|
|
</body></html>
|