1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-13 21:46:53 +02:00
CEF4Delphi/docs/html/uCEFChromiumCore.TChromiumCore.html
2025-05-07 16:46:14 +02:00

13565 lines
1.0 MiB

<!DOCTYPE html>
<html lang="en">
<head>
<title>cef4delphi: uCEFChromiumCore: Class TChromiumCore</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="TChromiumCore"></span><h1 class="cio">Class TChromiumCore</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="uCEFChromiumCore.html">uCEFChromiumCore</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type TChromiumCore = class(TComponent, <a class="normal" href="uCEFInterfaces.IChromiumEvents.html">IChromiumEvents</a>)</code></p>
<h2 class="description">Description</h2>
<p>
Parent class of TChromium and TFMXChromium that puts together all browser procedures, functions, properties and events in one place. It has all you need to create, modify and destroy a web browser. </p>
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
<ul class="hierarchy"><li class="ancestor">TObject</li>
<li class="ancestor">TPersistent</li>
<li class="ancestor">TComponent</li>
<li class="thisitem">TChromiumCore</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="uCEFChromiumCore.TChromiumCore.html#FCompHandle">FCompHandle</a></strong>: HWND;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FHandler">FHandler</a></strong>: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FBrowsersCS">FBrowsersCS</a></strong>: TCriticalSection;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FBrowsers">FBrowsers</a></strong>: <a href="uCEFChromiumCore.TBrowserInfoList.html">TBrowserInfoList</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FBrowserId">FBrowserId</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="uCEFChromiumCore.TChromiumCore.html#FMultiBrowserMode">FMultiBrowserMode</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="uCEFChromiumCore.TChromiumCore.html#FReqContextHandler">FReqContextHandler</a></strong>: <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FResourceRequestHandler">FResourceRequestHandler</a></strong>: <a href="uCEFInterfaces.ICefResourceRequestHandler.html">ICefResourceRequestHandler</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FMediaObserver">FMediaObserver</a></strong>: <a href="uCEFInterfaces.ICefMediaObserver.html">ICefMediaObserver</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FMediaObserverReg">FMediaObserverReg</a></strong>: <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDevToolsMsgObserver">FDevToolsMsgObserver</a></strong>: <a href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDevToolsMsgObserverReg">FDevToolsMsgObserverReg</a></strong>: <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FSettingObserver">FSettingObserver</a></strong>: <a href="uCEFInterfaces.ICefSettingObserver.html">ICefSettingObserver</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FSettingObserverReg">FSettingObserverReg</a></strong>: <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FPreferenceInfoList">FPreferenceInfoList</a></strong>: TPreferenceInfoList;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FPreferenceInfoCS">FPreferenceInfoCS</a></strong>: TCriticalSection;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDefaultUrl">FDefaultUrl</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="uCEFChromiumCore.TChromiumCore.html#FOptions">FOptions</a></strong>: <a href="uCEFChromiumOptions.TChromiumOptions.html">TChromiumOptions</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FFontOptions">FFontOptions</a></strong>: <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html">TChromiumFontOptions</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FPDFPrintOptions">FPDFPrintOptions</a></strong>: <a href="uCEFPDFPrintOptions.TPDFPrintOptions.html">TPDFPrintOptions</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDefaultEncoding">FDefaultEncoding</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="uCEFChromiumCore.TChromiumCore.html#FProxyType">FProxyType</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="uCEFChromiumCore.TChromiumCore.html#FProxyScheme">FProxyScheme</a></strong>: <a href="uCEFTypes.html#TCefProxyScheme">TCefProxyScheme</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FProxyServer">FProxyServer</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="uCEFChromiumCore.TChromiumCore.html#FProxyPort">FProxyPort</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="uCEFChromiumCore.TChromiumCore.html#FProxyUsername">FProxyUsername</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="uCEFChromiumCore.TChromiumCore.html#FProxyPassword">FProxyPassword</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="uCEFChromiumCore.TChromiumCore.html#FProxyScriptURL">FProxyScriptURL</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="uCEFChromiumCore.TChromiumCore.html#FProxyByPassList">FProxyByPassList</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="uCEFChromiumCore.TChromiumCore.html#FMaxConnectionsPerProxy">FMaxConnectionsPerProxy</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="uCEFChromiumCore.TChromiumCore.html#FUpdatePreferences">FUpdatePreferences</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="uCEFChromiumCore.TChromiumCore.html#FCustomHeaderName">FCustomHeaderName</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="uCEFChromiumCore.TChromiumCore.html#FCustomHeaderValue">FCustomHeaderValue</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="uCEFChromiumCore.TChromiumCore.html#FAddCustomHeader">FAddCustomHeader</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="uCEFChromiumCore.TChromiumCore.html#FDoNotTrack">FDoNotTrack</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="uCEFChromiumCore.TChromiumCore.html#FSendReferrer">FSendReferrer</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="uCEFChromiumCore.TChromiumCore.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="uCEFChromiumCore.TChromiumCore.html#FAllowOutdatedPlugins">FAllowOutdatedPlugins</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="uCEFChromiumCore.TChromiumCore.html#FAlwaysAuthorizePlugins">FAlwaysAuthorizePlugins</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="uCEFChromiumCore.TChromiumCore.html#FAlwaysOpenPDFExternally">FAlwaysOpenPDFExternally</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="uCEFChromiumCore.TChromiumCore.html#FSpellChecking">FSpellChecking</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="uCEFChromiumCore.TChromiumCore.html#FSpellCheckerDicts">FSpellCheckerDicts</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="uCEFChromiumCore.TChromiumCore.html#FZoomStep">FZoomStep</a></strong>: byte;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FZoomStepCS">FZoomStepCS</a></strong>: TCriticalSection;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FPrefsFileName">FPrefsFileName</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="uCEFChromiumCore.TChromiumCore.html#FIsOSR">FIsOSR</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="uCEFChromiumCore.TChromiumCore.html#FSafeSearch">FSafeSearch</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="uCEFChromiumCore.TChromiumCore.html#FOffline">FOffline</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="uCEFChromiumCore.TChromiumCore.html#FYouTubeRestrict">FYouTubeRestrict</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="uCEFChromiumCore.TChromiumCore.html#FPrintingEnabled">FPrintingEnabled</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="uCEFChromiumCore.TChromiumCore.html#FWindowInfo">FWindowInfo</a></strong>: <a href="uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html">TCEFWindowInfoWrapper</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FBrowserSettings">FBrowserSettings</a></strong>: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDevWindowInfo">FDevWindowInfo</a></strong>: <a href="uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html">TCEFWindowInfoWrapper</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDevBrowserSettings">FDevBrowserSettings</a></strong>: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDragOperations">FDragOperations</a></strong>: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDragDropManager">FDragDropManager</a></strong>: <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html">TCEFDragAndDropMgr</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDropTargetWnd">FDropTargetWnd</a></strong>: HWND;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FDragAndDropInitialized">FDragAndDropInitialized</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="uCEFChromiumCore.TChromiumCore.html#FWebRTCIPHandlingPolicy">FWebRTCIPHandlingPolicy</a></strong>: <a href="uCEFTypes.html#TCefWebRTCHandlingPolicy">TCefWebRTCHandlingPolicy</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FWebRTCMultipleRoutes">FWebRTCMultipleRoutes</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FWebRTCNonProxiedUDP">FWebRTCNonProxiedUDP</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#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="uCEFChromiumCore.TChromiumCore.html#FAcceptCookies">FAcceptCookies</a></strong>: <a href="uCEFTypes.html#TCefCookiePref">TCefCookiePref</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FBlock3rdPartyCookies">FBlock3rdPartyCookies</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="uCEFChromiumCore.TChromiumCore.html#FQuicAllowed">FQuicAllowed</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="uCEFChromiumCore.TChromiumCore.html#FJavascriptEnabled">FJavascriptEnabled</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="uCEFChromiumCore.TChromiumCore.html#FLoadImagesAutomatically">FLoadImagesAutomatically</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="uCEFChromiumCore.TChromiumCore.html#FBatterySaverModeState">FBatterySaverModeState</a></strong>: <a href="uCEFTypes.html#TCefBatterySaverModeState">TCefBatterySaverModeState</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FHighEfficiencyModeState">FHighEfficiencyModeState</a></strong>: <a href="uCEFTypes.html#TCefHighEfficiencyModeState">TCefHighEfficiencyModeState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FCanFocus">FCanFocus</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="uCEFChromiumCore.TChromiumCore.html#FEnableFocusDelayMs">FEnableFocusDelayMs</a></strong>: cardinal;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FComponentID">FComponentID</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="uCEFChromiumCore.TChromiumCore.html#FDownloadBubble">FDownloadBubble</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FHTTPSUpgrade">FHTTPSUpgrade</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FHSTSPolicyBypassList">FHSTSPolicyBypassList</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="uCEFChromiumCore.TChromiumCore.html#FCredentialsService">FCredentialsService</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FTryingToCloseBrowser">FTryingToCloseBrowser</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOldBrowserCompWndPrc">FOldBrowserCompWndPrc</a></strong>: TFNWndProc;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOldRenderCompWndPrc">FOldRenderCompWndPrc</a></strong>: TFNWndProc;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FBrowserCompStub">FBrowserCompStub</a></strong>: Pointer;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FRenderCompStub">FRenderCompStub</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="uCEFChromiumCore.TChromiumCore.html#FBrowserCompHWND">FBrowserCompHWND</a></strong>: THandle;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FRenderCompHWND">FRenderCompHWND</a></strong>: THandle;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a></strong>: <a href="uCEFChromiumEvents.html#TOnProcessMessageReceived">TOnProcessMessageReceived</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadStart">FOnLoadStart</a></strong>: <a href="uCEFChromiumEvents.html#TOnLoadStart">TOnLoadStart</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadEnd">FOnLoadEnd</a></strong>: <a href="uCEFChromiumEvents.html#TOnLoadEnd">TOnLoadEnd</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadError">FOnLoadError</a></strong>: <a href="uCEFChromiumEvents.html#TOnLoadError">TOnLoadError</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnLoadingStateChange">TOnLoadingStateChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnTakeFocus">FOnTakeFocus</a></strong>: <a href="uCEFChromiumEvents.html#TOnTakeFocus">TOnTakeFocus</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnSetFocus">FOnSetFocus</a></strong>: <a href="uCEFChromiumEvents.html#TOnSetFocus">TOnSetFocus</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGotFocus">FOnGotFocus</a></strong>: <a href="uCEFChromiumEvents.html#TOnGotFocus">TOnGotFocus</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeContextMenu">FOnBeforeContextMenu</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforeContextMenu">TOnBeforeContextMenu</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRunContextMenu">FOnRunContextMenu</a></strong>: <a href="uCEFChromiumEvents.html#TOnRunContextMenu">TOnRunContextMenu</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuCommand">FOnContextMenuCommand</a></strong>: <a href="uCEFChromiumEvents.html#TOnContextMenuCommand">TOnContextMenuCommand</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuDismissed">FOnContextMenuDismissed</a></strong>: <a href="uCEFChromiumEvents.html#TOnContextMenuDismissed">TOnContextMenuDismissed</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRunQuickMenu">FOnRunQuickMenu</a></strong>: <a href="uCEFChromiumEvents.html#TOnRunQuickMenuEvent">TOnRunQuickMenuEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuCommand">FOnQuickMenuCommand</a></strong>: <a href="uCEFChromiumEvents.html#TOnQuickMenuCommandEvent">TOnQuickMenuCommandEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuDismissed">FOnQuickMenuDismissed</a></strong>: <a href="uCEFChromiumEvents.html#TOnQuickMenuDismissedEvent">TOnQuickMenuDismissedEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPreKeyEvent">FOnPreKeyEvent</a></strong>: <a href="uCEFChromiumEvents.html#TOnPreKeyEvent">TOnPreKeyEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnKeyEvent">FOnKeyEvent</a></strong>: <a href="uCEFChromiumEvents.html#TOnKeyEvent">TOnKeyEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAddressChange">FOnAddressChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnAddressChange">TOnAddressChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnTitleChange">FOnTitleChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnTitleChange">TOnTitleChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnFavIconUrlChange">FOnFavIconUrlChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnFavIconUrlChange">TOnFavIconUrlChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnFullScreenModeChange">FOnFullScreenModeChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnFullScreenModeChange">TOnFullScreenModeChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnTooltip">FOnTooltip</a></strong>: <a href="uCEFChromiumEvents.html#TOnTooltip">TOnTooltip</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnStatusMessage">FOnStatusMessage</a></strong>: <a href="uCEFChromiumEvents.html#TOnStatusMessage">TOnStatusMessage</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnConsoleMessage">FOnConsoleMessage</a></strong>: <a href="uCEFChromiumEvents.html#TOnConsoleMessage">TOnConsoleMessage</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAutoResize">FOnAutoResize</a></strong>: <a href="uCEFChromiumEvents.html#TOnAutoResize">TOnAutoResize</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingProgressChange">FOnLoadingProgressChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnLoadingProgressChange">TOnLoadingProgressChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCursorChange">FOnCursorChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnCursorChange">TOnCursorChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaAccessChange">FOnMediaAccessChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnMediaAccessChange">TOnMediaAccessChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">FOnCanDownload</a></strong>: <a href="uCEFChromiumEvents.html#TOnCanDownloadEvent">TOnCanDownloadEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDownload">FOnBeforeDownload</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforeDownload">TOnBeforeDownload</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadUpdated">FOnDownloadUpdated</a></strong>: <a href="uCEFChromiumEvents.html#TOnDownloadUpdated">TOnDownloadUpdated</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnJsdialog">FOnJsdialog</a></strong>: <a href="uCEFChromiumEvents.html#TOnJsdialog">TOnJsdialog</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeUnloadDialog">FOnBeforeUnloadDialog</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforeUnloadDialog">TOnBeforeUnloadDialog</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnResetDialogState">FOnResetDialogState</a></strong>: <a href="uCEFChromiumEvents.html#TOnResetDialogState">TOnResetDialogState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDialogClosed">FOnDialogClosed</a></strong>: <a href="uCEFChromiumEvents.html#TOnDialogClosed">TOnDialogClosed</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopup">FOnBeforePopup</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforePopup">TOnBeforePopup</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopupAborted">FOnBeforePopupAborted</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforePopupAborted">TOnBeforePopupAborted</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDevToolsPopup">FOnBeforeDevToolsPopup</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforeDevToolsPopup">TOnBeforeDevToolsPopup</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAfterCreated">FOnAfterCreated</a></strong>: <a href="uCEFChromiumEvents.html#TOnAfterCreated">TOnAfterCreated</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeClose">FOnBeforeClose</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforeClose">TOnBeforeClose</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnClose">FOnClose</a></strong>: <a href="uCEFChromiumEvents.html#TOnClose">TOnClose</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeBrowse">FOnBeforeBrowse</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforeBrowse">TOnBeforeBrowse</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnOpenUrlFromTab">FOnOpenUrlFromTab</a></strong>: <a href="uCEFChromiumEvents.html#TOnOpenUrlFromTab">TOnOpenUrlFromTab</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateError">FOnCertificateError</a></strong>: <a href="uCEFChromiumEvents.html#TOnCertificateError">TOnCertificateError</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnSelectClientCertificate">FOnSelectClientCertificate</a></strong>: <a href="uCEFChromiumEvents.html#TOnSelectClientCertificate">TOnSelectClientCertificate</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderViewReady">FOnRenderViewReady</a></strong>: <a href="uCEFChromiumEvents.html#TOnRenderViewReady">TOnRenderViewReady</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessUnresponsive">FOnRenderProcessUnresponsive</a></strong>: <a href="uCEFChromiumEvents.html#TOnRenderProcessUnresponsive">TOnRenderProcessUnresponsive</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessResponsive">FOnRenderProcessResponsive</a></strong>: <a href="uCEFChromiumEvents.html#TOnRenderProcessResponsive">TOnRenderProcessResponsive</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessTerminated">FOnRenderProcessTerminated</a></strong>: <a href="uCEFChromiumEvents.html#TOnRenderProcessTerminated">TOnRenderProcessTerminated</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqHdlr">FOnGetResourceRequestHandler_ReqHdlr</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDocumentAvailableInMainFrame">FOnDocumentAvailableInMainFrame</a></strong>: <a href="uCEFChromiumEvents.html#TOnDocumentAvailableInMainFrame">TOnDocumentAvailableInMainFrame</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeResourceLoad">FOnBeforeResourceLoad</a></strong>: <a href="uCEFChromiumEvents.html#TOnBeforeResourceLoad">TOnBeforeResourceLoad</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceHandler">FOnGetResourceHandler</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetResourceHandler">TOnGetResourceHandler</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceRedirect">FOnResourceRedirect</a></strong>: <a href="uCEFChromiumEvents.html#TOnResourceRedirect">TOnResourceRedirect</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceResponse">FOnResourceResponse</a></strong>: <a href="uCEFChromiumEvents.html#TOnResourceResponse">TOnResourceResponse</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceResponseFilter">FOnGetResourceResponseFilter</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetResourceResponseFilter">TOnGetResourceResponseFilter</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceLoadComplete">FOnResourceLoadComplete</a></strong>: <a href="uCEFChromiumEvents.html#TOnResourceLoadComplete">TOnResourceLoadComplete</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnProtocolExecution">FOnProtocolExecution</a></strong>: <a href="uCEFChromiumEvents.html#TOnProtocolExecution">TOnProtocolExecution</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSendCookie">FOnCanSendCookie</a></strong>: <a href="uCEFChromiumEvents.html#TOnCanSendCookie">TOnCanSendCookie</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSaveCookie">FOnCanSaveCookie</a></strong>: <a href="uCEFChromiumEvents.html#TOnCanSaveCookie">TOnCanSaveCookie</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnFileDialog">FOnFileDialog</a></strong>: <a href="uCEFChromiumEvents.html#TOnFileDialog">TOnFileDialog</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAccessibilityHandler">FOnGetAccessibilityHandler</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetAccessibilityHandler">TOnGetAccessibilityHandler</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootScreenRect">FOnGetRootScreenRect</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetRootScreenRect">TOnGetRootScreenRect</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetViewRect">FOnGetViewRect</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetViewRect">TOnGetViewRect</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenPoint">FOnGetScreenPoint</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetScreenPoint">TOnGetScreenPoint</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenInfo">FOnGetScreenInfo</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetScreenInfo">TOnGetScreenInfo</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupShow">FOnPopupShow</a></strong>: <a href="uCEFChromiumEvents.html#TOnPopupShow">TOnPopupShow</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupSize">FOnPopupSize</a></strong>: <a href="uCEFChromiumEvents.html#TOnPopupSize">TOnPopupSize</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPaint">FOnPaint</a></strong>: <a href="uCEFChromiumEvents.html#TOnPaint">TOnPaint</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAcceleratedPaint">FOnAcceleratedPaint</a></strong>: <a href="uCEFChromiumEvents.html#TOnAcceleratedPaint">TOnAcceleratedPaint</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetTouchHandleSize">FOnGetTouchHandleSize</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetTouchHandleSize">TOnGetTouchHandleSize</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnTouchHandleStateChanged">FOnTouchHandleStateChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnTouchHandleStateChanged">TOnTouchHandleStateChanged</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnStartDragging">FOnStartDragging</a></strong>: <a href="uCEFChromiumEvents.html#TOnStartDragging">TOnStartDragging</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnUpdateDragCursor">FOnUpdateDragCursor</a></strong>: <a href="uCEFChromiumEvents.html#TOnUpdateDragCursor">TOnUpdateDragCursor</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnScrollOffsetChanged">FOnScrollOffsetChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnScrollOffsetChanged">TOnScrollOffsetChanged</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnIMECompositionRangeChanged">FOnIMECompositionRangeChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnIMECompositionRangeChanged">TOnIMECompositionRangeChanged</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnTextSelectionChanged">FOnTextSelectionChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnTextSelectionChanged">TOnTextSelectionChanged</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnVirtualKeyboardRequested">FOnVirtualKeyboardRequested</a></strong>: <a href="uCEFChromiumEvents.html#TOnVirtualKeyboardRequested">TOnVirtualKeyboardRequested</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDragEnter">FOnDragEnter</a></strong>: <a href="uCEFChromiumEvents.html#TOnDragEnter">TOnDragEnter</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDraggableRegionsChanged">FOnDraggableRegionsChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnDraggableRegionsChanged">TOnDraggableRegionsChanged</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnFindResult">FOnFindResult</a></strong>: <a href="uCEFChromiumEvents.html#TOnFindResult">TOnFindResult</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestContextInitialized">FOnRequestContextInitialized</a></strong>: <a href="uCEFChromiumEvents.html#TOnRequestContextInitialized">TOnRequestContextInitialized</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqCtxHdlr">FOnGetResourceRequestHandler_ReqCtxHdlr</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnSinks">FOnSinks</a></strong>: <a href="uCEFChromiumEvents.html#TOnSinksEvent">TOnSinksEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRoutes">FOnRoutes</a></strong>: <a href="uCEFChromiumEvents.html#TOnRoutesEvent">TOnRoutesEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteStateChanged">FOnRouteStateChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnRouteStateChangedEvent">TOnRouteStateChangedEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteMessageReceived">FOnRouteMessageReceived</a></strong>: <a href="uCEFChromiumEvents.html#TOnRouteMessageReceivedEvent">TOnRouteMessageReceivedEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAudioParameters">FOnGetAudioParameters</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetAudioParametersEvent">TOnGetAudioParametersEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStarted">FOnAudioStreamStarted</a></strong>: <a href="uCEFChromiumEvents.html#TOnAudioStreamStartedEvent">TOnAudioStreamStartedEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamPacket">FOnAudioStreamPacket</a></strong>: <a href="uCEFChromiumEvents.html#TOnAudioStreamPacketEvent">TOnAudioStreamPacketEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStopped">FOnAudioStreamStopped</a></strong>: <a href="uCEFChromiumEvents.html#TOnAudioStreamStoppedEvent">TOnAudioStreamStoppedEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamError">FOnAudioStreamError</a></strong>: <a href="uCEFChromiumEvents.html#TOnAudioStreamErrorEvent">TOnAudioStreamErrorEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMessage">FOnDevToolsMessage</a></strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsMessageEvent">TOnDevToolsMessageEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawMessage">FOnDevToolsRawMessage</a></strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsRawMessageEvent">TOnDevToolsRawMessageEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodResult">FOnDevToolsMethodResult</a></strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsMethodResultEvent">TOnDevToolsMethodResultEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodRawResult">FOnDevToolsMethodRawResult</a></strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsMethodRawResultEvent">TOnDevToolsMethodRawResultEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsEvent">FOnDevToolsEvent</a></strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsEventEvent">TOnDevToolsEventEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawEvent">FOnDevToolsRawEvent</a></strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsEventRawEvent">TOnDevToolsEventRawEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentAttached">FOnDevToolsAgentAttached</a></strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsAgentAttachedEvent">TOnDevToolsAgentAttachedEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentDetached">FOnDevToolsAgentDetached</a></strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsAgentDetachedEvent">TOnDevToolsAgentDetachedEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPrintStart">FOnPrintStart</a></strong>: <a href="uCEFChromiumEvents.html#TOnPrintStartEvent">TOnPrintStartEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPrintSettings">FOnPrintSettings</a></strong>: <a href="uCEFChromiumEvents.html#TOnPrintSettingsEvent">TOnPrintSettingsEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPrintDialog">FOnPrintDialog</a></strong>: <a href="uCEFChromiumEvents.html#TOnPrintDialogEvent">TOnPrintDialogEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPrintJob">FOnPrintJob</a></strong>: <a href="uCEFChromiumEvents.html#TOnPrintJobEvent">TOnPrintJobEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPrintReset">FOnPrintReset</a></strong>: <a href="uCEFChromiumEvents.html#TOnPrintResetEvent">TOnPrintResetEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetPDFPaperSize">FOnGetPDFPaperSize</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetPDFPaperSizeEvent">TOnGetPDFPaperSizeEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameCreated">FOnFrameCreated</a></strong>: <a href="uCEFChromiumEvents.html#TOnFrameCreated">TOnFrameCreated</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDestroyed">FOnFrameDestroyed</a></strong>: <a href="uCEFChromiumEvents.html#TOnFrameDestroyed">TOnFrameDestroyed</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameAttached">FOnFrameAttached</a></strong>: <a href="uCEFChromiumEvents.html#TOnFrameAttached">TOnFrameAttached</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDetached">FOnFrameDetached</a></strong>: <a href="uCEFChromiumEvents.html#TOnFrameDetached">TOnFrameDetached</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnMainFrameChanged">FOnMainFrameChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnMainFrameChanged">TOnMainFrameChanged</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnChromeCommand">FOnChromeCommand</a></strong>: <a href="uCEFChromiumEvents.html#TOnChromeCommandEvent">TOnChromeCommandEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemVisible">FOnIsChromeAppMenuItemVisible</a></strong>: <a href="uCEFChromiumEvents.html#TOnIsChromeAppMenuItemVisibleEvent">TOnIsChromeAppMenuItemVisibleEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemEnabled">FOnIsChromeAppMenuItemEnabled</a></strong>: <a href="uCEFChromiumEvents.html#TOnIsChromeAppMenuItemEnabledEvent">TOnIsChromeAppMenuItemEnabledEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromePageActionIconVisible">FOnIsChromePageActionIconVisible</a></strong>: <a href="uCEFChromiumEvents.html#TOnIsChromePageActionIconVisibleEvent">TOnIsChromePageActionIconVisibleEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeToolbarButtonVisible">FOnIsChromeToolbarButtonVisible</a></strong>: <a href="uCEFChromiumEvents.html#TOnIsChromeToolbarButtonVisibleEvent">TOnIsChromeToolbarButtonVisibleEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestMediaAccessPermission">FOnRequestMediaAccessPermission</a></strong>: <a href="uCEFChromiumEvents.html#TOnRequestMediaAccessPermissionEvent">TOnRequestMediaAccessPermissionEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnShowPermissionPrompt">FOnShowPermissionPrompt</a></strong>: <a href="uCEFChromiumEvents.html#TOnShowPermissionPromptEvent">TOnShowPermissionPromptEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDismissPermissionPrompt">FOnDismissPermissionPrompt</a></strong>: <a href="uCEFChromiumEvents.html#TOnDismissPermissionPromptEvent">TOnDismissPermissionPromptEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPreferenceChanged">FOnPreferenceChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnPreferenceChangedEvent">TOnPreferenceChangedEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnSettingChanged">FOnSettingChanged</a></strong>: <a href="uCEFChromiumEvents.html#TOnSettingChangedEvent">TOnSettingChangedEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a></strong>: <a href="uCEFChromiumEvents.html#TOnTextResultAvailableEvent">TOnTextResultAvailableEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPdfPrintFinished">FOnPdfPrintFinished</a></strong>: <a href="uCEFChromiumEvents.html#TOnPdfPrintFinishedEvent">TOnPdfPrintFinishedEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsAvailable">FOnPrefsAvailable</a></strong>: <a href="uCEFChromiumEvents.html#TOnPrefsAvailableEvent">TOnPrefsAvailableEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsUpdated">FOnPrefsUpdated</a></strong>: TNotifyEvent;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesDeleted">FOnCookiesDeleted</a></strong>: <a href="uCEFChromiumEvents.html#TOnCookiesDeletedEvent">TOnCookiesDeletedEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnResolvedHostAvailable">FOnResolvedHostAvailable</a></strong>: <a href="uCEFChromiumEvents.html#TOnResolvedIPsAvailableEvent">TOnResolvedIPsAvailableEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnNavigationVisitorResultAvailable">FOnNavigationVisitorResultAvailable</a></strong>: <a href="uCEFChromiumEvents.html#TOnNavigationVisitorResultAvailableEvent">TOnNavigationVisitorResultAvailableEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadImageFinished">FOnDownloadImageFinished</a></strong>: <a href="uCEFChromiumEvents.html#TOnDownloadImageFinishedEvent">TOnDownloadImageFinishedEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesFlushed">FOnCookiesFlushed</a></strong>: TNotifyEvent;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateExceptionsCleared">FOnCertificateExceptionsCleared</a></strong>: TNotifyEvent;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnHttpAuthCredentialsCleared">FOnHttpAuthCredentialsCleared</a></strong>: TNotifyEvent;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnAllConnectionsClosed">FOnAllConnectionsClosed</a></strong>: TNotifyEvent;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnExecuteTaskOnCefThread">FOnExecuteTaskOnCefThread</a></strong>: <a href="uCEFChromiumEvents.html#TOnExecuteTaskOnCefThread">TOnExecuteTaskOnCefThread</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesVisited">FOnCookiesVisited</a></strong>: <a href="uCEFChromiumEvents.html#TOnCookiesVisited">TOnCookiesVisited</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieVisitorDestroyed">FOnCookieVisitorDestroyed</a></strong>: <a href="uCEFChromiumEvents.html#TOnCookieVisitorDestroyed">TOnCookieVisitorDestroyed</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieSet">FOnCookieSet</a></strong>: <a href="uCEFChromiumEvents.html#TOnCookieSet">TOnCookieSet</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnZoomPctAvailable">FOnZoomPctAvailable</a></strong>: <a href="uCEFChromiumEvents.html#TOnZoomPctAvailable">TOnZoomPctAvailable</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaRouteCreateFinished">FOnMediaRouteCreateFinished</a></strong>: <a href="uCEFChromiumEvents.html#TOnMediaRouteCreateFinishedEvent">TOnMediaRouteCreateFinishedEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaSinkDeviceInfo">FOnMediaSinkDeviceInfo</a></strong>: <a href="uCEFChromiumEvents.html#TOnMediaSinkDeviceInfoEvent">TOnMediaSinkDeviceInfoEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCanFocus">FOnCanFocus</a></strong>: TNotifyEvent;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnBrowserCompMsg">FOnBrowserCompMsg</a></strong>: <a href="uCEFChromiumEvents.html#TOnCompMsgEvent">TOnCompMsgEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderCompMsg">FOnRenderCompMsg</a></strong>: <a href="uCEFChromiumEvents.html#TOnCompMsgEvent">TOnCompMsgEvent</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetIsLoading">GetIsLoading</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="uCEFChromiumCore.TChromiumCore.html#GetMultithreadApp">GetMultithreadApp</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="uCEFChromiumCore.TChromiumCore.html#GetHasDocument">GetHasDocument</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="uCEFChromiumCore.TChromiumCore.html#GetHasView">GetHasView</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="uCEFChromiumCore.TChromiumCore.html#GetHasDevTools">GetHasDevTools</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="uCEFChromiumCore.TChromiumCore.html#GetHasClientHandler">GetHasClientHandler</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="uCEFChromiumCore.TChromiumCore.html#GetHasBrowser">GetHasBrowser</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="uCEFChromiumCore.TChromiumCore.html#GetCanGoBack">GetCanGoBack</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="uCEFChromiumCore.TChromiumCore.html#GetCanGoForward">GetCanGoForward</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="uCEFChromiumCore.TChromiumCore.html#GetDocumentURL">GetDocumentURL</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="uCEFChromiumCore.TChromiumCore.html#GetZoomLevel">GetZoomLevel</a></strong>: double;</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="uCEFChromiumCore.TChromiumCore.html#GetZoomPct">GetZoomPct</a></strong>: double;</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="uCEFChromiumCore.TChromiumCore.html#GetZoomStep">GetZoomStep</a></strong>: byte;</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="uCEFChromiumCore.TChromiumCore.html#GetDefaultZoomLevel">GetDefaultZoomLevel</a></strong>: double;</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="uCEFChromiumCore.TChromiumCore.html#GetCanIncZoom">GetCanIncZoom</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="uCEFChromiumCore.TChromiumCore.html#GetCanDecZoom">GetCanDecZoom</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="uCEFChromiumCore.TChromiumCore.html#GetCanResetZoom">GetCanResetZoom</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="uCEFChromiumCore.TChromiumCore.html#GetIsPopUp">GetIsPopUp</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="uCEFChromiumCore.TChromiumCore.html#GetWindowHandle">GetWindowHandle</a></strong>: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</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="uCEFChromiumCore.TChromiumCore.html#GetOpenerWindowHandle">GetOpenerWindowHandle</a></strong>: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</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="uCEFChromiumCore.TChromiumCore.html#GetOpenerIdentifier">GetOpenerIdentifier</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetWindowlessFrameRate">GetWindowlessFrameRate</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="uCEFChromiumCore.TChromiumCore.html#GetFrameIsFocused">GetFrameIsFocused</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="uCEFChromiumCore.TChromiumCore.html#GetInitialized">GetInitialized</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="uCEFChromiumCore.TChromiumCore.html#GetVisibleNavigationEntry">GetVisibleNavigationEntry</a></strong>: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</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="uCEFChromiumCore.TChromiumCore.html#GetRuntimeStyle">GetRuntimeStyle</a></strong>: <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</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="uCEFChromiumCore.TChromiumCore.html#GetHasValidMainFrame">GetHasValidMainFrame</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="uCEFChromiumCore.TChromiumCore.html#GetFrameCount">GetFrameCount</a></strong>: <a href="uCEFTypes.html#NativeUInt">NativeUInt</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="uCEFChromiumCore.TChromiumCore.html#GetRequestContextCache">GetRequestContextCache</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="uCEFChromiumCore.TChromiumCore.html#GetRequestContextIsGlobal">GetRequestContextIsGlobal</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="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeMode">GetChromeColorSchemeMode</a></strong>: <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</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="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeColor">GetChromeColorSchemeColor</a></strong>: <a href="uCEFTypes.html#TCefColor">TCefColor</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="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeVariant">GetChromeColorSchemeVariant</a></strong>: <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</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="uCEFChromiumCore.TChromiumCore.html#GetAudioMuted">GetAudioMuted</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="uCEFChromiumCore.TChromiumCore.html#GetFullscreen">GetFullscreen</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="uCEFChromiumCore.TChromiumCore.html#GetIsRenderProcessUnresponsive">GetIsRenderProcessUnresponsive</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="uCEFChromiumCore.TChromiumCore.html#GetParentFormHandle">GetParentFormHandle</a></strong>: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</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="uCEFChromiumCore.TChromiumCore.html#GetRequestContext">GetRequestContext</a></strong>: <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</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="uCEFChromiumCore.TChromiumCore.html#GetMediaRouter">GetMediaRouter</a></strong>: <a href="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</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="uCEFChromiumCore.TChromiumCore.html#GetBrowser">GetBrowser</a></strong>: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#GetBrowserId">GetBrowserId</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserById-integer-">GetBrowserById</a></strong>(aID : integer) : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#GetBrowserCount">GetBrowserCount</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserIdByIndex-integer-">GetBrowserIdByIndex</a></strong>(aIndex : integer) : 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="uCEFChromiumCore.TChromiumCore.html#GetComponentID">GetComponentID</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetCefWindowInfo">GetCefWindowInfo</a></strong>: <a href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</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="uCEFChromiumCore.TChromiumCore.html#GetWindowInfoExStyle">GetWindowInfoExStyle</a></strong>: DWORD;</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="uCEFChromiumCore.TChromiumCore.html#SetDoNotTrack-boolean-">SetDoNotTrack</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetSendReferrer-boolean-">SetSendReferrer</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="uCEFChromiumCore.TChromiumCore.html#SetHyperlinkAuditing-boolean-">SetHyperlinkAuditing</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetAllowOutdatedPlugins-boolean-">SetAllowOutdatedPlugins</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="uCEFChromiumCore.TChromiumCore.html#SetAlwaysAuthorizePlugins-boolean-">SetAlwaysAuthorizePlugins</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetAlwaysOpenPDFExternally-boolean-">SetAlwaysOpenPDFExternally</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="uCEFChromiumCore.TChromiumCore.html#SetSpellChecking-boolean-">SetSpellChecking</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetSpellCheckerDicts-ustring-">SetSpellCheckerDicts</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="uCEFChromiumCore.TChromiumCore.html#SetWebRTCIPHandlingPolicy-TCefWebRTCHandlingPolicy-">SetWebRTCIPHandlingPolicy</a></strong>(aValue : <a href="uCEFTypes.html#TCefWebRTCHandlingPolicy">TCefWebRTCHandlingPolicy</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="uCEFChromiumCore.TChromiumCore.html#SetWebRTCMultipleRoutes-TCefState-">SetWebRTCMultipleRoutes</a></strong>(aValue : <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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetWebRTCNonProxiedUDP-TCefState-">SetWebRTCNonProxiedUDP</a></strong>(aValue : <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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetProxyType-integer-">SetProxyType</a></strong>(aValue : 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="uCEFChromiumCore.TChromiumCore.html#SetProxyScheme-TCefProxyScheme-">SetProxyScheme</a></strong>(aValue : <a href="uCEFTypes.html#TCefProxyScheme">TCefProxyScheme</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="uCEFChromiumCore.TChromiumCore.html#SetProxyServer-ustring-">SetProxyServer</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="uCEFChromiumCore.TChromiumCore.html#SetProxyPort-integer-">SetProxyPort</a></strong>(aValue : 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetProxyUsername-ustring-">SetProxyUsername</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="uCEFChromiumCore.TChromiumCore.html#SetProxyPassword-ustring-">SetProxyPassword</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="uCEFChromiumCore.TChromiumCore.html#SetProxyScriptURL-ustring-">SetProxyScriptURL</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="uCEFChromiumCore.TChromiumCore.html#SetProxyByPassList-ustring-">SetProxyByPassList</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="uCEFChromiumCore.TChromiumCore.html#SetMaxConnectionsPerProxy-integer-">SetMaxConnectionsPerProxy</a></strong>(const aValue : 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="uCEFChromiumCore.TChromiumCore.html#SetCustomHeaderName-ustring-">SetCustomHeaderName</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="uCEFChromiumCore.TChromiumCore.html#SetCustomHeaderValue-ustring-">SetCustomHeaderValue</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="uCEFChromiumCore.TChromiumCore.html#SetZoomLevel-double-">SetZoomLevel</a></strong>(const aValue : double);</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="uCEFChromiumCore.TChromiumCore.html#SetZoomPct-double-">SetZoomPct</a></strong>(const aValue : double);</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="uCEFChromiumCore.TChromiumCore.html#SetZoomStep-byte-">SetZoomStep</a></strong>(aValue : byte);</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="uCEFChromiumCore.TChromiumCore.html#SetWindowlessFrameRate-integer-">SetWindowlessFrameRate</a></strong>(aValue : 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="uCEFChromiumCore.TChromiumCore.html#SetAudioMuted-boolean-">SetAudioMuted</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetSafeSearch-boolean-">SetSafeSearch</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="uCEFChromiumCore.TChromiumCore.html#SetOffline-boolean-">SetOffline</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetYouTubeRestrict-integer-">SetYouTubeRestrict</a></strong>(aValue : 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="uCEFChromiumCore.TChromiumCore.html#SetPrintingEnabled-boolean-">SetPrintingEnabled</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetAcceptLanguageList-ustring-">SetAcceptLanguageList</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="uCEFChromiumCore.TChromiumCore.html#SetAcceptCookies-TCefCookiePref-">SetAcceptCookies</a></strong>(const aValue : <a href="uCEFTypes.html#TCefCookiePref">TCefCookiePref</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="uCEFChromiumCore.TChromiumCore.html#SetBlock3rdPartyCookies-boolean-">SetBlock3rdPartyCookies</a></strong>(const 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="uCEFChromiumCore.TChromiumCore.html#SetMultiBrowserMode-boolean-">SetMultiBrowserMode</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetQuicAllowed-boolean-">SetQuicAllowed</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="uCEFChromiumCore.TChromiumCore.html#SetJavascriptEnabled-boolean-">SetJavascriptEnabled</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetLoadImagesAutomatically-boolean-">SetLoadImagesAutomatically</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="uCEFChromiumCore.TChromiumCore.html#SetBatterySaverModeState-TCefBatterySaverModeState-">SetBatterySaverModeState</a></strong>(aValue : <a href="uCEFTypes.html#TCefBatterySaverModeState">TCefBatterySaverModeState</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="uCEFChromiumCore.TChromiumCore.html#SetHighEfficiencyModeState-TCefHighEfficiencyModeState-">SetHighEfficiencyModeState</a></strong>(aValue : <a href="uCEFTypes.html#TCefHighEfficiencyModeState">TCefHighEfficiencyModeState</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="uCEFChromiumCore.TChromiumCore.html#SetDefaultUrl-ustring-">SetDefaultUrl</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="uCEFChromiumCore.TChromiumCore.html#SetRuntimeStyle-TCefRuntimeStyle-">SetRuntimeStyle</a></strong>(aValue : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</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="uCEFChromiumCore.TChromiumCore.html#SetWindowInfoExStyle-DWORD-">SetWindowInfoExStyle</a></strong>(aValue : DWORD);</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="uCEFChromiumCore.TChromiumCore.html#CreateBrowserHost-PCefWindowInfo-ustring-PCefBrowserSettings-ICefDictionaryValue-ICefRequestContext-">CreateBrowserHost</a></strong>(aWindowInfo : <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</a>; const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aSettings : <a href="uCEFTypes.html#PCefBrowserSettings">PCefBrowserSettings</a>; const aExtraInfo : <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; const aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a>): 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="uCEFChromiumCore.TChromiumCore.html#CreateBrowserHostSync-PCefWindowInfo-ustring-PCefBrowserSettings-ICefDictionaryValue-ICefRequestContext-">CreateBrowserHostSync</a></strong>(aWindowInfo : <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</a>; const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aSettings : <a href="uCEFTypes.html#PCefBrowserSettings">PCefBrowserSettings</a>; const aExtraInfo : <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; const aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</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="uCEFChromiumCore.TChromiumCore.html#DestroyAllBrowsers">DestroyAllBrowsers</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="uCEFChromiumCore.TChromiumCore.html#DestroyClientHandler">DestroyClientHandler</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DestroyReqContextHandler">DestroyReqContextHandler</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="uCEFChromiumCore.TChromiumCore.html#DestroyResourceRequestHandler">DestroyResourceRequestHandler</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DestroyMediaObserver">DestroyMediaObserver</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="uCEFChromiumCore.TChromiumCore.html#DestroyDevToolsMsgObserver">DestroyDevToolsMsgObserver</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DestroySettingObserver">DestroySettingObserver</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="uCEFChromiumCore.TChromiumCore.html#DestroyPreferenceObserver">DestroyPreferenceObserver</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DestroyAllHandlersAndObservers">DestroyAllHandlersAndObservers</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="uCEFChromiumCore.TChromiumCore.html#CreateResourceRequestHandler">CreateResourceRequestHandler</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="uCEFChromiumCore.TChromiumCore.html#CreateMediaObserver">CreateMediaObserver</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="uCEFChromiumCore.TChromiumCore.html#CreateDevToolsMsgObserver">CreateDevToolsMsgObserver</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="uCEFChromiumCore.TChromiumCore.html#CreateSettingObserver">CreateSettingObserver</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="uCEFChromiumCore.TChromiumCore.html#CreatePreferenceObserver">CreatePreferenceObserver</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="uCEFChromiumCore.TChromiumCore.html#CreateRequestContextHandler">CreateRequestContextHandler</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="uCEFChromiumCore.TChromiumCore.html#CreateOptionsClasses">CreateOptionsClasses</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="uCEFChromiumCore.TChromiumCore.html#CreateSyncObjects">CreateSyncObjects</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="uCEFChromiumCore.TChromiumCore.html#CreateBrowserInfoList">CreateBrowserInfoList</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="uCEFChromiumCore.TChromiumCore.html#CreateWindowWithWndProc">CreateWindowWithWndProc</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="uCEFChromiumCore.TChromiumCore.html#InitializeEvents">InitializeEvents</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#InitializeSettings-TCefBrowserSettings-">InitializeSettings</a></strong>(var aSettings : <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</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="uCEFChromiumCore.TChromiumCore.html#UpdateProxyPrefs-ICefBrowser-">UpdateProxyPrefs</a></strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">UpdatePreference</a></strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName : <a href="uCEFTypes.html#ustring">ustring</a>; aValue : boolean) : boolean; overload;</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="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-integer-">UpdatePreference</a></strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName : <a href="uCEFTypes.html#ustring">ustring</a>; aValue : integer) : boolean; overload;</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="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">UpdatePreference</a></strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName : <a href="uCEFTypes.html#ustring">ustring</a>; const aValue : double) : boolean; overload;</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="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-ustring-">UpdatePreference</a></strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName, aValue : <a href="uCEFTypes.html#ustring">ustring</a>) : boolean; overload;</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="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-TStringList-">UpdatePreference</a></strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName : <a href="uCEFTypes.html#ustring">ustring</a>; const aValue : TStringList) : boolean; overload;</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="uCEFChromiumCore.TChromiumCore.html#UpdateStringListPref-ICefBrowser-ustring-ustring-">UpdateStringListPref</a></strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName, aValue : <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExecuteUpdateZoomStepTask-boolean-">ExecuteUpdateZoomStepTask</a></strong>(aInc : boolean) : 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="uCEFChromiumCore.TChromiumCore.html#ExecuteUpdateZoomPctTask-boolean-">ExecuteUpdateZoomPctTask</a></strong>(aInc : boolean) : 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="uCEFChromiumCore.TChromiumCore.html#ExecuteReadZoomTask">ExecuteReadZoomTask</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="uCEFChromiumCore.TChromiumCore.html#ExecuteSetZoomPctTask-double-">ExecuteSetZoomPctTask</a></strong>(const aValue : double) : 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="uCEFChromiumCore.TChromiumCore.html#ExecuteSetZoomLevelTask-double-">ExecuteSetZoomLevelTask</a></strong>(const aValue : double) : 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="uCEFChromiumCore.TChromiumCore.html#ExecuteSetZoomStepTask-byte-">ExecuteSetZoomStepTask</a></strong>(aValue : byte) : 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="uCEFChromiumCore.TChromiumCore.html#ExecuteBrowserNavigationTask-TCefBrowserNavigation-">ExecuteBrowserNavigationTask</a></strong>(aTask : <a href="uCEFTypes.html#TCefBrowserNavigation">TCefBrowserNavigation</a>) : 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="uCEFChromiumCore.TChromiumCore.html#UpdateHostZoomLevel-double-">UpdateHostZoomLevel</a></strong>(const aValue : double);</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="uCEFChromiumCore.TChromiumCore.html#UpdateHostZoomPct-double-">UpdateHostZoomPct</a></strong>(const aValue : double);</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="uCEFChromiumCore.TChromiumCore.html#DelayedDragging">DelayedDragging</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#InitializeWindowInfo-TCefWindowHandle-TRect-ustring-">InitializeWindowInfo</a></strong>(aParentHandle : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; aParentRect : TRect; const aWindowName : <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#DefaultInitializeDevToolsWindowInfo-TCefWindowHandle-TRect-ustring-">DefaultInitializeDevToolsWindowInfo</a></strong>(aDevToolsWnd: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; const aClientRect: TRect; const aWindowName: <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="uCEFChromiumCore.TChromiumCore.html#AddBrowser-ICefBrowser-">AddBrowser</a></strong>(const aBrowser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) : 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="uCEFChromiumCore.TChromiumCore.html#RemoveBrowser-ICefBrowser-">RemoveBrowser</a></strong>(const aBrowser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#SetBrowserIsClosing-integer-">SetBrowserIsClosing</a></strong>(aID : 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="uCEFChromiumCore.TChromiumCore.html#PrefsAvailableMsg-boolean-">PrefsAvailableMsg</a></strong>(aResultOK : 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="uCEFChromiumCore.TChromiumCore.html#SendCompMessage-cardinal-WPARAM-LPARAM-">SendCompMessage</a></strong>(aMsg : cardinal; aWParam : WPARAM = 0; aLParam : LPARAM = 0) : 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="uCEFChromiumCore.TChromiumCore.html#ToMouseEvent-Longint-TPoint-TCefMouseEvent-">ToMouseEvent</a></strong>(grfKeyState : Longint; pt : TPoint; var aMouseEvent : <a href="uCEFTypes.TCefMouseEvent.html">TCefMouseEvent</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="uCEFChromiumCore.TChromiumCore.html#WndProc-TMessage-">WndProc</a></strong>(var aMessage: TMessage);</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="uCEFChromiumCore.TChromiumCore.html#CreateStub-TWndMethod-Pointer-">CreateStub</a></strong>(const aMethod : TWndMethod; var aStub : Pointer);</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#FreeAndNilStub-pointer-">FreeAndNilStub</a></strong>(var aStub : 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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#InstallCompWndProc-THandle-Pointer-">InstallCompWndProc</a></strong>(aWnd: THandle; aStub: Pointer): TFNWndProc;</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="uCEFChromiumCore.TChromiumCore.html#RestoreCompWndProc-THandle-THandle-TFNWndProc-">RestoreCompWndProc</a></strong>(var aOldWnd: THandle; aNewWnd: THandle; var aProc: TFNWndProc);</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="uCEFChromiumCore.TChromiumCore.html#CallOldCompWndProc-TFNWndProc-THandle-TMessage-">CallOldCompWndProc</a></strong>(aProc: TFNWndProc; aWnd: THandle; var aMessage: TMessage);</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="uCEFChromiumCore.TChromiumCore.html#BrowserCompWndProc-TMessage-">BrowserCompWndProc</a></strong>(var aMessage: TMessage);</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="uCEFChromiumCore.TChromiumCore.html#RenderCompWndProc-TMessage-">RenderCompWndProc</a></strong>(var aMessage: TMessage);</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="uCEFChromiumCore.TChromiumCore.html#RestoreOldCompWndProc">RestoreOldCompWndProc</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#CopyDCToBitmapStream-HDC-TRect-TStream-">CopyDCToBitmapStream</a></strong>(aSrcDC : HDC; const aSrcRect : TRect; const aStream : TStream) : 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="uCEFChromiumCore.TChromiumCore.html#DragDropManager_OnDragEnter-TObject-ICefDragData-Longint-TPoint-Longint-">DragDropManager_OnDragEnter</a></strong>(Sender: TObject; const aDragData : <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint);</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="uCEFChromiumCore.TChromiumCore.html#DragDropManager_OnDragOver-TObject-Longint-TPoint-Longint-">DragDropManager_OnDragOver</a></strong>(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint);</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="uCEFChromiumCore.TChromiumCore.html#DragDropManager_OnDragLeave-TObject-">DragDropManager_OnDragLeave</a></strong>(Sender: TObject);</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="uCEFChromiumCore.TChromiumCore.html#DragDropManager_OnDrop-TObject-Longint-TPoint-Longint-">DragDropManager_OnDrop</a></strong>(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint);</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="uCEFChromiumCore.TChromiumCore.html#doOnProcessMessageReceived-ICefBrowser-ICefFrame-TCefProcessId-ICefProcessMessage-">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>): 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="uCEFChromiumCore.TChromiumCore.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="uCEFChromiumCore.TChromiumCore.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="uCEFChromiumCore.TChromiumCore.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="uCEFChromiumCore.TChromiumCore.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="uCEFChromiumCore.TChromiumCore.html#doOnTakeFocus-ICefBrowser-Boolean-">doOnTakeFocus</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; next: 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="uCEFChromiumCore.TChromiumCore.html#doOnSetFocus-ICefBrowser-TCefFocusSource-">doOnSetFocus</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; source: <a href="uCEFTypes.html#TCefFocusSource">TCefFocusSource</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnGotFocus-ICefBrowser-">doOnGotFocus</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doOnBeforeContextMenu-ICefBrowser-ICefFrame-ICefContextMenuParams-ICefMenuModel-">doOnBeforeContextMenu</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const params: <a href="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a>; const model: <a href="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</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="uCEFChromiumCore.TChromiumCore.html#doRunContextMenu-ICefBrowser-ICefFrame-ICefContextMenuParams-ICefMenuModel-ICefRunContextMenuCallback-">doRunContextMenu</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const params: <a href="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a>; const model: <a href="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</a>; const callback: <a href="uCEFInterfaces.ICefRunContextMenuCallback.html">ICefRunContextMenuCallback</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="uCEFChromiumCore.TChromiumCore.html#doOnContextMenuCommand-ICefBrowser-ICefFrame-ICefContextMenuParams-Integer-TCefEventFlags-">doOnContextMenuCommand</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const params: <a href="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a>; commandId: Integer; eventFlags: <a href="uCEFTypes.html#TCefEventFlags">TCefEventFlags</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnContextMenuDismissed-ICefBrowser-ICefFrame-">doOnContextMenuDismissed</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doRunQuickMenu-ICefBrowser-ICefFrame-PCefPoint-PCefSize-TCefQuickMenuEditStateFlags-ICefRunQuickMenuCallback-">doRunQuickMenu</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; location: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>; size: <a href="uCEFTypes.html#PCefSize">PCefSize</a>; edit_state_flags: <a href="uCEFTypes.html#TCefQuickMenuEditStateFlags">TCefQuickMenuEditStateFlags</a>; const callback: <a href="uCEFInterfaces.ICefRunQuickMenuCallback.html">ICefRunQuickMenuCallback</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="uCEFChromiumCore.TChromiumCore.html#doOnQuickMenuCommand-ICefBrowser-ICefFrame-integer-TCefEventFlags-">doOnQuickMenuCommand</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; command_id: integer; event_flags: <a href="uCEFTypes.html#TCefEventFlags">TCefEventFlags</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="uCEFChromiumCore.TChromiumCore.html#doOnQuickMenuDismissed-ICefBrowser-ICefFrame-">doOnQuickMenuDismissed</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="uCEFChromiumCore.TChromiumCore.html#doOnPreKeyEvent-ICefBrowser-PCefKeyEvent-TCefEventHandle-Boolean-">doOnPreKeyEvent</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</a>; osEvent: <a href="uCEFTypes.html#TCefEventHandle">TCefEventHandle</a>; out isKeyboardShortcut: Boolean): 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="uCEFChromiumCore.TChromiumCore.html#doOnKeyEvent-ICefBrowser-PCefKeyEvent-TCefEventHandle-">doOnKeyEvent</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</a>; osEvent: <a href="uCEFTypes.html#TCefEventHandle">TCefEventHandle</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnAddressChange-ICefBrowser-ICefFrame-ustring-">doOnAddressChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const url: <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="uCEFChromiumCore.TChromiumCore.html#doOnTitleChange-ICefBrowser-ustring-">doOnTitleChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const title: <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#doOnFaviconUrlChange-ICefBrowser-TStrings-">doOnFaviconUrlChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const iconUrls: TStrings); 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="uCEFChromiumCore.TChromiumCore.html#doOnFullScreenModeChange-ICefBrowser-Boolean-">doOnFullScreenModeChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; fullscreen: 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="uCEFChromiumCore.TChromiumCore.html#doOnTooltip-ICefBrowser-ustring-">doOnTooltip</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var text: <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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnStatusMessage-ICefBrowser-ustring-">doOnStatusMessage</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const value: <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#doOnConsoleMessage-ICefBrowser-TCefLogSeverity-ustring-ustring-Integer-">doOnConsoleMessage</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; level: <a href="uCEFTypes.html#TCefLogSeverity">TCefLogSeverity</a>; const aMessage, source: <a href="uCEFTypes.html#ustring">ustring</a>; line: Integer): 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="uCEFChromiumCore.TChromiumCore.html#doOnAutoResize-ICefBrowser-PCefSize-">doOnAutoResize</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_size: <a href="uCEFTypes.html#PCefSize">PCefSize</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnLoadingProgressChange-ICefBrowser-double-">doOnLoadingProgressChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const progress: double); 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="uCEFChromiumCore.TChromiumCore.html#doOnCursorChange-ICefBrowser-TCefCursorHandle-TCefCursorType-PCefCursorInfo-boolean-">doOnCursorChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; cursor_: <a href="uCEFTypes.html#TCefCursorHandle">TCefCursorHandle</a>; cursorType: <a href="uCEFTypes.html#TCefCursorType">TCefCursorType</a>; const customCursorInfo: <a href="uCEFTypes.html#PCefCursorInfo">PCefCursorInfo</a>; var aResult : 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="uCEFChromiumCore.TChromiumCore.html#doOnMediaAccessChange-ICefBrowser-boolean-boolean-">doOnMediaAccessChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; has_video_access, has_audio_access: 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="uCEFChromiumCore.TChromiumCore.html#doOnCanDownload-ICefBrowser-ustring-ustring-">doOnCanDownload</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const url, request_method: <a href="uCEFTypes.html#ustring">ustring</a>): 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="uCEFChromiumCore.TChromiumCore.html#doOnBeforeDownload-ICefBrowser-ICefDownloadItem-ustring-ICefBeforeDownloadCallback-">doOnBeforeDownload</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const downloadItem: <a href="uCEFInterfaces.ICefDownloadItem.html">ICefDownloadItem</a>; const suggestedName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefBeforeDownloadCallback.html">ICefBeforeDownloadCallback</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="uCEFChromiumCore.TChromiumCore.html#doOnDownloadUpdated-ICefBrowser-ICefDownloadItem-ICefDownloadItemCallback-">doOnDownloadUpdated</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const downloadItem: <a href="uCEFInterfaces.ICefDownloadItem.html">ICefDownloadItem</a>; const callback: <a href="uCEFInterfaces.ICefDownloadItemCallback.html">ICefDownloadItemCallback</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="uCEFChromiumCore.TChromiumCore.html#doOnJsdialog-ICefBrowser-ustring-TCefJsDialogType-ustring-ustring-ICefJsDialogCallback-Boolean-">doOnJsdialog</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const originUrl: <a href="uCEFTypes.html#ustring">ustring</a>; dialogType: <a href="uCEFTypes.html#TCefJsDialogType">TCefJsDialogType</a>; const messageText, defaultPromptText: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefJsDialogCallback.html">ICefJsDialogCallback</a>; out suppressMessage: Boolean): 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="uCEFChromiumCore.TChromiumCore.html#doOnBeforeUnloadDialog-ICefBrowser-ustring-Boolean-ICefJsDialogCallback-">doOnBeforeUnloadDialog</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const messageText: <a href="uCEFTypes.html#ustring">ustring</a>; isReload: Boolean; const callback: <a href="uCEFInterfaces.ICefJsDialogCallback.html">ICefJsDialogCallback</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnResetDialogState-ICefBrowser-">doOnResetDialogState</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doOnDialogClosed-ICefBrowser-">doOnDialogClosed</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnBeforePopup-ICefBrowser-ICefFrame-Integer-ustring-ustring-TCefWindowOpenDisposition-Boolean-TCefPopupFeatures-TCefWindowInfo-ICefClient-TCefBrowserSettings-ICefDictionaryValue-Boolean-">doOnBeforePopup</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; popup_id: Integer; const targetUrl, targetFrameName: <a href="uCEFTypes.html#ustring">ustring</a>; targetDisposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>; userGesture: Boolean; const popupFeatures: <a href="uCEFTypes.TCefPopupFeatures.html">TCefPopupFeatures</a>; var windowInfo: <a href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</a>; var client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; var settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; var extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; var noJavascriptAccess: Boolean): 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="uCEFChromiumCore.TChromiumCore.html#doOnBeforePopupAborted-ICefBrowser-Integer-">doOnBeforePopupAborted</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; popup_id: 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="uCEFChromiumCore.TChromiumCore.html#doOnBeforeDevToolsPopup-ICefBrowser-TCefWindowInfo-ICefClient-TCefBrowserSettings-ICefDictionaryValue-boolean-">doOnBeforeDevToolsPopup</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var windowInfo: <a href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</a>; var client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; var settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; var extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; var use_default_window: 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="uCEFChromiumCore.TChromiumCore.html#doOnAfterCreated-ICefBrowser-">doOnAfterCreated</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="uCEFChromiumCore.TChromiumCore.html#doOnBeforeClose-ICefBrowser-">doOnBeforeClose</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnClose-ICefBrowser-">doOnClose</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doOnBeforeBrowse-ICefBrowser-ICefFrame-ICefRequest-Boolean-Boolean-">doOnBeforeBrowse</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; user_gesture, isRedirect: Boolean): 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="uCEFChromiumCore.TChromiumCore.html#doOnOpenUrlFromTab-ICefBrowser-ICefFrame-ustring-TCefWindowOpenDisposition-Boolean-">doOnOpenUrlFromTab</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const targetUrl: <a href="uCEFTypes.html#ustring">ustring</a>; targetDisposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>; userGesture: Boolean): 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="uCEFChromiumCore.TChromiumCore.html#doGetResourceRequestHandler_ReqHdlr-ICefBrowser-ICefFrame-ICefRequest-boolean-boolean-ustring-boolean-ICefResourceRequestHandler-">doGetResourceRequestHandler_ReqHdlr</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; is_navigation, is_download: boolean; const request_initiator: <a href="uCEFTypes.html#ustring">ustring</a>; var disable_default_handling: boolean; var aResourceRequestHandler : <a href="uCEFInterfaces.ICefResourceRequestHandler.html">ICefResourceRequestHandler</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnGetAuthCredentials-ICefBrowser-ustring-Boolean-ustring-Integer-ustring-ustring-ICefAuthCallback-">doOnGetAuthCredentials</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const originUrl: <a href="uCEFTypes.html#ustring">ustring</a>; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</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="uCEFChromiumCore.TChromiumCore.html#doOnCertificateError-ICefBrowser-TCefErrorcode-ustring-ICefSslInfo-ICefCallback-">doOnCertificateError</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; certError: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorcode</a>; const requestUrl: <a href="uCEFTypes.html#ustring">ustring</a>; const sslInfo: <a href="uCEFInterfaces.ICefSslInfo.html">ICefSslInfo</a>; const callback: <a href="uCEFInterfaces.ICefCallback.html">ICefCallback</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="uCEFChromiumCore.TChromiumCore.html#doOnSelectClientCertificate-ICefBrowser-boolean-ustring-integer-NativeUInt-TCefX509CertificateArray-ICefSelectClientCertificateCallback-">doOnSelectClientCertificate</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; isProxy: boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; certificatesCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const certificates: <a href="uCEFInterfaces.html#TCefX509CertificateArray">TCefX509CertificateArray</a>; const callback: <a href="uCEFInterfaces.ICefSelectClientCertificateCallback.html">ICefSelectClientCertificateCallback</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnRenderViewReady-ICefBrowser-">doOnRenderViewReady</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnRenderProcessUnresponsive-ICefBrowser-ICefUnresponsiveProcessCallback-">doOnRenderProcessUnresponsive</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const callback: <a href="uCEFInterfaces.ICefUnresponsiveProcessCallback.html">ICefUnresponsiveProcessCallback</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnRenderProcessResponsive-ICefBrowser-">doOnRenderProcessResponsive</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doOnRenderProcessTerminated-ICefBrowser-TCefTerminationStatus-integer-ustring-">doOnRenderProcessTerminated</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; status: <a href="uCEFTypes.html#TCefTerminationStatus">TCefTerminationStatus</a>; error_code: integer; const error_string: <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#doOnDocumentAvailableInMainFrame-ICefBrowser-">doOnDocumentAvailableInMainFrame</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnBeforeResourceLoad-ICefBrowser-ICefFrame-ICefRequest-ICefCallback-">doOnBeforeResourceLoad</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const callback: <a href="uCEFInterfaces.ICefCallback.html">ICefCallback</a>): <a href="uCEFTypes.html#TCefReturnValue">TCefReturnValue</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="uCEFChromiumCore.TChromiumCore.html#doOnGetResourceHandler-ICefBrowser-ICefFrame-ICefRequest-ICefResourceHandler-">doOnGetResourceHandler</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; var aResourceHandler : <a href="uCEFInterfaces.ICefResourceHandler.html">ICefResourceHandler</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="uCEFChromiumCore.TChromiumCore.html#doOnResourceRedirect-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-ustring-">doOnResourceRedirect</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</a>; var newUrl: <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#doOnResourceResponse-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-">doOnResourceResponse</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</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="uCEFChromiumCore.TChromiumCore.html#doOnGetResourceResponseFilter-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-ICefResponseFilter-">doOnGetResourceResponseFilter</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</a>; var aResponseFilter: <a href="uCEFInterfaces.ICefResponseFilter.html">ICefResponseFilter</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="uCEFChromiumCore.TChromiumCore.html#doOnResourceLoadComplete-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-TCefUrlRequestStatus-Int64-">doOnResourceLoadComplete</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</a>; status: <a href="uCEFTypes.html#TCefUrlRequestStatus">TCefUrlRequestStatus</a>; receivedContentLength: Int64); 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="uCEFChromiumCore.TChromiumCore.html#doOnProtocolExecution-ICefBrowser-ICefFrame-ICefRequest-Boolean-">doOnProtocolExecution</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; var allowOsExecution: 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="uCEFChromiumCore.TChromiumCore.html#doCanSendCookie-ICefBrowser-ICefFrame-ICefRequest-PCefCookie-">doCanSendCookie</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const cookie: <a href="uCEFTypes.html#PCefCookie">PCefCookie</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="uCEFChromiumCore.TChromiumCore.html#doCanSaveCookie-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-PCefCookie-">doCanSaveCookie</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</a>; const cookie: <a href="uCEFTypes.html#PCefCookie">PCefCookie</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="uCEFChromiumCore.TChromiumCore.html#doOnFileDialog-ICefBrowser-TCefFileDialogMode-ustring-ustring-TStrings-TStrings-TStrings-ICefFileDialogCallback-">doOnFileDialog</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters, accept_extensions, accept_descriptions: TStrings; const callback: <a href="uCEFInterfaces.ICefFileDialogCallback.html">ICefFileDialogCallback</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="uCEFChromiumCore.TChromiumCore.html#doOnGetAccessibilityHandler-ICefAccessibilityHandler-">doOnGetAccessibilityHandler</a></strong>(var aAccessibilityHandler : <a href="uCEFInterfaces.ICefAccessibilityHandler.html">ICefAccessibilityHandler</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="uCEFChromiumCore.TChromiumCore.html#doOnGetRootScreenRect-ICefBrowser-TCefRect-">doOnGetRootScreenRect</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var rect: <a href="uCEFTypes.TCefRect.html">TCefRect</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="uCEFChromiumCore.TChromiumCore.html#doOnGetViewRect-ICefBrowser-TCefRect-">doOnGetViewRect</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var rect: <a href="uCEFTypes.TCefRect.html">TCefRect</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="uCEFChromiumCore.TChromiumCore.html#doOnGetScreenPoint-ICefBrowser-Integer-Integer-Integer-Integer-">doOnGetScreenPoint</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; viewX, viewY: Integer; var screenX, screenY: Integer): 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="uCEFChromiumCore.TChromiumCore.html#doOnGetScreenInfo-ICefBrowser-TCefScreenInfo-">doOnGetScreenInfo</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var screenInfo: <a href="uCEFTypes.TCefScreenInfo.html">TCefScreenInfo</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnPopupShow-ICefBrowser-Boolean-">doOnPopupShow</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; show: 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="uCEFChromiumCore.TChromiumCore.html#doOnPopupSize-ICefBrowser-PCefRect-">doOnPopupSize</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const rect: <a href="uCEFTypes.html#PCefRect">PCefRect</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="uCEFChromiumCore.TChromiumCore.html#doOnPaint-ICefBrowser-TCefPaintElementType-NativeUInt-PCefRectArray-Pointer-Integer-Integer-">doOnPaint</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a>; dirtyRectsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const dirtyRects: <a href="uCEFTypes.html#PCefRectArray">PCefRectArray</a>; const buffer: Pointer; width, height: Integer); 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="uCEFChromiumCore.TChromiumCore.html#doOnAcceleratedPaint-ICefBrowser-TCefPaintElementType-NativeUInt-PCefRectArray-PCefAcceleratedPaintInfo-">doOnAcceleratedPaint</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a>; dirtyRectsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const dirtyRects: <a href="uCEFTypes.html#PCefRectArray">PCefRectArray</a>; const info: <a href="uCEFTypes.html#PCefAcceleratedPaintInfo">PCefAcceleratedPaintInfo</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="uCEFChromiumCore.TChromiumCore.html#doGetTouchHandleSize-ICefBrowser-TCefHorizontalAlignment-TCefSize-">doGetTouchHandleSize</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; orientation: <a href="uCEFTypes.html#TCefHorizontalAlignment">TCefHorizontalAlignment</a>; var size: <a href="uCEFTypes.TCefSize.html">TCefSize</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="uCEFChromiumCore.TChromiumCore.html#doOnTouchHandleStateChanged-ICefBrowser-TCefTouchHandleState-">doOnTouchHandleStateChanged</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const state: <a href="uCEFTypes.TCefTouchHandleState.html">TCefTouchHandleState</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="uCEFChromiumCore.TChromiumCore.html#doOnStartDragging-ICefBrowser-ICefDragData-TCefDragOperations-Integer-Integer-">doOnStartDragging</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const dragData: <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; allowedOps: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>; x, y: Integer): 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="uCEFChromiumCore.TChromiumCore.html#doOnUpdateDragCursor-ICefBrowser-TCefDragOperation-">doOnUpdateDragCursor</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; operation: <a href="uCEFTypes.html#TCefDragOperation">TCefDragOperation</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="uCEFChromiumCore.TChromiumCore.html#doOnScrollOffsetChanged-ICefBrowser-Double-Double-">doOnScrollOffsetChanged</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; x, y: Double); 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="uCEFChromiumCore.TChromiumCore.html#doOnIMECompositionRangeChanged-ICefBrowser-PCefRange-NativeUInt-PCefRect-">doOnIMECompositionRangeChanged</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const selected_range: <a href="uCEFTypes.html#PCefRange">PCefRange</a>; character_boundsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const character_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</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="uCEFChromiumCore.TChromiumCore.html#doOnTextSelectionChanged-ICefBrowser-ustring-PCefRange-">doOnTextSelectionChanged</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const selected_text: <a href="uCEFTypes.html#ustring">ustring</a>; const selected_range: <a href="uCEFTypes.html#PCefRange">PCefRange</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="uCEFChromiumCore.TChromiumCore.html#doOnVirtualKeyboardRequested-ICefBrowser-TCefTextInpuMode-">doOnVirtualKeyboardRequested</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; input_mode: <a href="uCEFTypes.html#TCefTextInpuMode">TCefTextInpuMode</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="uCEFChromiumCore.TChromiumCore.html#doOnDragEnter-ICefBrowser-ICefDragData-TCefDragOperations-">doOnDragEnter</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const dragData: <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; mask: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</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="uCEFChromiumCore.TChromiumCore.html#doOnDraggableRegionsChanged-ICefBrowser-ICefFrame-NativeUInt-PCefDraggableRegionArray-">doOnDraggableRegionsChanged</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; regionsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const regions: <a href="uCEFTypes.html#PCefDraggableRegionArray">PCefDraggableRegionArray</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="uCEFChromiumCore.TChromiumCore.html#doOnFindResult-ICefBrowser-Integer-Integer-PCefRect-Integer-Boolean-">doOnFindResult</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; identifier, count: Integer; const selectionRect: <a href="uCEFTypes.html#PCefRect">PCefRect</a>; activeMatchOrdinal: Integer; finalUpdate: 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="uCEFChromiumCore.TChromiumCore.html#doOnRequestContextInitialized-ICefRequestContext-">doOnRequestContextInitialized</a></strong>(const request_context: <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</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="uCEFChromiumCore.TChromiumCore.html#doGetResourceRequestHandler_ReqCtxHdlr-ICefBrowser-ICefFrame-ICefRequest-boolean-boolean-ustring-boolean-ICefResourceRequestHandler-">doGetResourceRequestHandler_ReqCtxHdlr</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; is_navigation, is_download: boolean; const request_initiator: <a href="uCEFTypes.html#ustring">ustring</a>; var disable_default_handling: boolean; var aResourceRequestHandler : <a href="uCEFInterfaces.ICefResourceRequestHandler.html">ICefResourceRequestHandler</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="uCEFChromiumCore.TChromiumCore.html#doOnSinks-TCefMediaSinkArray-">doOnSinks</a></strong>(const sinks: <a href="uCEFInterfaces.html#TCefMediaSinkArray">TCefMediaSinkArray</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="uCEFChromiumCore.TChromiumCore.html#doOnRoutes-TCefMediaRouteArray-">doOnRoutes</a></strong>(const routes: <a href="uCEFInterfaces.html#TCefMediaRouteArray">TCefMediaRouteArray</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="uCEFChromiumCore.TChromiumCore.html#doOnRouteStateChanged-ICefMediaRoute-TCefMediaRouteConnectionState-">doOnRouteStateChanged</a></strong>(const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>; state: <a href="uCEFTypes.html#TCefMediaRouteConnectionState">TCefMediaRouteConnectionState</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="uCEFChromiumCore.TChromiumCore.html#doOnRouteMessageReceived-ICefMediaRoute-ustring-">doOnRouteMessageReceived</a></strong>(const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>; const message_: <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="uCEFChromiumCore.TChromiumCore.html#doOnGetAudioParameters-ICefBrowser-TCefAudioParameters-boolean-">doOnGetAudioParameters</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var params: <a href="uCEFTypes.TCefAudioParameters.html">TCefAudioParameters</a>; var aResult: 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="uCEFChromiumCore.TChromiumCore.html#doOnAudioStreamStarted-ICefBrowser-TCefAudioParameters-integer-">doOnAudioStreamStarted</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const params: <a href="uCEFTypes.TCefAudioParameters.html">TCefAudioParameters</a>; channels: integer); 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="uCEFChromiumCore.TChromiumCore.html#doOnAudioStreamPacket-ICefBrowser-PPSingle-integer-int64-">doOnAudioStreamPacket</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const data : <a href="uCEFTypes.html#PPSingle">PPSingle</a>; frames: integer; pts: 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="uCEFChromiumCore.TChromiumCore.html#doOnAudioStreamStopped-ICefBrowser-">doOnAudioStreamStopped</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doOnAudioStreamError-ICefBrowser-ustring-">doOnAudioStreamError</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const message_: <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#doOnDevToolsMessage-ICefBrowser-Pointer-NativeUInt-boolean-">doOnDevToolsMessage</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const message_: Pointer; message_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</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="uCEFChromiumCore.TChromiumCore.html#doOnDevToolsMethodResult-ICefBrowser-integer-boolean-Pointer-NativeUInt-">doOnDevToolsMethodResult</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; message_id: integer; success: boolean; const result: Pointer; result_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</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="uCEFChromiumCore.TChromiumCore.html#doOnDevToolsEvent-ICefBrowser-ustring-Pointer-NativeUInt-">doOnDevToolsEvent</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const method: <a href="uCEFTypes.html#ustring">ustring</a>; const params: Pointer; params_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</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="uCEFChromiumCore.TChromiumCore.html#doOnDevToolsAgentAttached-ICefBrowser-">doOnDevToolsAgentAttached</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="uCEFChromiumCore.TChromiumCore.html#doOnDevToolsAgentDetached-ICefBrowser-">doOnDevToolsAgentDetached</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doOnPrintStart-ICefBrowser-">doOnPrintStart</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doOnPrintSettings-ICefBrowser-ICefPrintSettings-boolean-">doOnPrintSettings</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const settings: <a href="uCEFInterfaces.ICefPrintSettings.html">ICefPrintSettings</a>; getDefaults: 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="uCEFChromiumCore.TChromiumCore.html#doOnPrintDialog-ICefBrowser-boolean-ICefPrintDialogCallback-boolean-">doOnPrintDialog</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; hasSelection: boolean; const callback: <a href="uCEFInterfaces.ICefPrintDialogCallback.html">ICefPrintDialogCallback</a>; var aResult : 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="uCEFChromiumCore.TChromiumCore.html#doOnPrintJob-ICefBrowser-ustring-ustring-ICefPrintJobCallback-boolean-">doOnPrintJob</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const documentName, PDFFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefPrintJobCallback.html">ICefPrintJobCallback</a>; var aResult : 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="uCEFChromiumCore.TChromiumCore.html#doOnPrintReset-ICefBrowser-">doOnPrintReset</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doOnGetPDFPaperSize-ICefBrowser-Integer-TCefSize-">doOnGetPDFPaperSize</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; deviceUnitsPerInch: Integer; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</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="uCEFChromiumCore.TChromiumCore.html#doOnFrameCreated-ICefBrowser-ICefFrame-">doOnFrameCreated</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="uCEFChromiumCore.TChromiumCore.html#doOnFrameDestroyed-ICefBrowser-ICefFrame-">doOnFrameDestroyed</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="uCEFChromiumCore.TChromiumCore.html#doOnFrameAttached-ICefBrowser-ICefFrame-boolean-">doOnFrameAttached</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; reattached: 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="uCEFChromiumCore.TChromiumCore.html#doOnFrameDetached-ICefBrowser-ICefFrame-">doOnFrameDetached</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="uCEFChromiumCore.TChromiumCore.html#doOnMainFrameChanged-ICefBrowser-ICefFrame-ICefFrame-">doOnMainFrameChanged</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const old_frame, new_frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="uCEFChromiumCore.TChromiumCore.html#doOnChromeCommand-ICefBrowser-integer-TCefWindowOpenDisposition-">doOnChromeCommand</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; command_id: integer; disposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnIsChromeAppMenuItemVisible-ICefBrowser-integer-">doOnIsChromeAppMenuItemVisible</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; command_id: integer): 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="uCEFChromiumCore.TChromiumCore.html#doOnIsChromeAppMenuItemEnabled-ICefBrowser-integer-">doOnIsChromeAppMenuItemEnabled</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; command_id: integer): 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="uCEFChromiumCore.TChromiumCore.html#doOnIsChromePageActionIconVisible-TCefChromePageActionIconType-">doOnIsChromePageActionIconVisible</a></strong>(icon_type: <a href="uCEFTypes.html#TCefChromePageActionIconType">TCefChromePageActionIconType</a>): 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="uCEFChromiumCore.TChromiumCore.html#doOnIsChromeToolbarButtonVisible-TCefChromeToolbarButtonType-">doOnIsChromeToolbarButtonVisible</a></strong>(button_type: <a href="uCEFTypes.html#TCefChromeToolbarButtonType">TCefChromeToolbarButtonType</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnRequestMediaAccessPermission-ICefBrowser-ICefFrame-ustring-cardinal-ICefMediaAccessCallback-">doOnRequestMediaAccessPermission</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const requesting_origin: <a href="uCEFTypes.html#ustring">ustring</a>; requested_permissions: cardinal; const callback: <a href="uCEFInterfaces.ICefMediaAccessCallback.html">ICefMediaAccessCallback</a>): 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="uCEFChromiumCore.TChromiumCore.html#doOnShowPermissionPrompt-ICefBrowser-uint64-ustring-cardinal-ICefPermissionPromptCallback-">doOnShowPermissionPrompt</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; prompt_id: uint64; const requesting_origin: <a href="uCEFTypes.html#ustring">ustring</a>; requested_permissions: cardinal; const callback: <a href="uCEFInterfaces.ICefPermissionPromptCallback.html">ICefPermissionPromptCallback</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="uCEFChromiumCore.TChromiumCore.html#doOnDismissPermissionPrompt-ICefBrowser-uint64-TCefPermissionRequestResult-">doOnDismissPermissionPrompt</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; prompt_id: uint64; result: <a href="uCEFTypes.html#TCefPermissionRequestResult">TCefPermissionRequestResult</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="uCEFChromiumCore.TChromiumCore.html#doOnPreferenceChanged-ustring-">doOnPreferenceChanged</a></strong>(const name_: <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="uCEFChromiumCore.TChromiumCore.html#doOnSettingChanged-ustring-ustring-TCefContentSettingTypes-">doOnSettingChanged</a></strong>(const requesting_url, top_level_url : <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</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="uCEFChromiumCore.TChromiumCore.html#GetSettings-TCefBrowserSettings-">GetSettings</a></strong>(var aSettings : <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</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="uCEFChromiumCore.TChromiumCore.html#doCookiesDeleted-integer-">doCookiesDeleted</a></strong>(numDeleted : 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="uCEFChromiumCore.TChromiumCore.html#doPdfPrintFinished-boolean-">doPdfPrintFinished</a></strong>(aResultOK : 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="uCEFChromiumCore.TChromiumCore.html#doTextResultAvailable-ustring-">doTextResultAvailable</a></strong>(const aText : <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#doUpdatePreferences-ICefBrowser-">doUpdatePreferences</a></strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="uCEFChromiumCore.TChromiumCore.html#doUpdateOwnPreferences">doUpdateOwnPreferences</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="uCEFChromiumCore.TChromiumCore.html#doSavePreferences">doSavePreferences</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="uCEFChromiumCore.TChromiumCore.html#doResolvedHostAvailable-TCefErrorCode-TStrings-">doResolvedHostAvailable</a></strong>(result: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorCode</a>; const resolvedIps: TStrings); 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="uCEFChromiumCore.TChromiumCore.html#doNavigationVisitorResultAvailable-ICefNavigationEntry-Boolean-Integer-Integer-">doNavigationVisitorResultAvailable</a></strong>(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer) : 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="uCEFChromiumCore.TChromiumCore.html#doDownloadImageFinished-ustring-Integer-ICefImage-">doDownloadImageFinished</a></strong>(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</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="uCEFChromiumCore.TChromiumCore.html#doOnCookiesStoreFlushed">doOnCookiesStoreFlushed</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="uCEFChromiumCore.TChromiumCore.html#doCertificateExceptionsCleared">doCertificateExceptionsCleared</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="uCEFChromiumCore.TChromiumCore.html#doHttpAuthCredentialsCleared">doHttpAuthCredentialsCleared</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="uCEFChromiumCore.TChromiumCore.html#doAllConnectionsClosed">doAllConnectionsClosed</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="uCEFChromiumCore.TChromiumCore.html#doOnExecuteTaskOnCefThread-cardinal-">doOnExecuteTaskOnCefThread</a></strong>(aTaskID : cardinal); 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="uCEFChromiumCore.TChromiumCore.html#doOnCookiesVisited-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-Integer-Integer-Integer-TCefCookieSameSite-TCefCookiePriority-Boolean-Boolean-">doOnCookiesVisited</a></strong>(const name_, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total, aID : Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; var aDeleteCookie, aResult : 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="uCEFChromiumCore.TChromiumCore.html#doOnCookieVisitorDestroyed-integer-">doOnCookieVisitorDestroyed</a></strong>(aID : integer); 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="uCEFChromiumCore.TChromiumCore.html#doOnCookieSet-boolean-integer-">doOnCookieSet</a></strong>(aSuccess : boolean; aID : 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="uCEFChromiumCore.TChromiumCore.html#doUpdateZoomStep-boolean-">doUpdateZoomStep</a></strong>(aInc : 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="uCEFChromiumCore.TChromiumCore.html#doUpdateZoomPct-boolean-">doUpdateZoomPct</a></strong>(aInc : 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="uCEFChromiumCore.TChromiumCore.html#doReadZoom">doReadZoom</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="uCEFChromiumCore.TChromiumCore.html#doSetZoomLevel-double-">doSetZoomLevel</a></strong>(const aValue : double); 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="uCEFChromiumCore.TChromiumCore.html#doSetZoomPct-double-">doSetZoomPct</a></strong>(const aValue : double); 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="uCEFChromiumCore.TChromiumCore.html#doSetZoomStep-byte-">doSetZoomStep</a></strong>(aValue : byte); 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="uCEFChromiumCore.TChromiumCore.html#doMediaRouteCreateFinished-TCefMediaRouterCreateResult-ustring-ICefMediaRoute-">doMediaRouteCreateFinished</a></strong>(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</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="uCEFChromiumCore.TChromiumCore.html#doOnMediaSinkDeviceInfo-ustring-integer-ustring-">doOnMediaSinkDeviceInfo</a></strong>(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#doBrowserNavigation-TCefBrowserNavigation-">doBrowserNavigation</a></strong>(aTask : <a href="uCEFTypes.html#TCefBrowserNavigation">TCefBrowserNavigation</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="uCEFChromiumCore.TChromiumCore.html#doSetAudioMuted-boolean-">doSetAudioMuted</a></strong>(aValue : 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="uCEFChromiumCore.TChromiumCore.html#doToggleAudioMuted">doToggleAudioMuted</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="uCEFChromiumCore.TChromiumCore.html#doEnableFocus">doEnableFocus</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="uCEFChromiumCore.TChromiumCore.html#doTryCloseBrowser">doTryCloseBrowser</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="uCEFChromiumCore.TChromiumCore.html#doAddPreferenceObserver-ustring-">doAddPreferenceObserver</a></strong>(const name_ : <a href="uCEFTypes.html#ustring">ustring</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="uCEFChromiumCore.TChromiumCore.html#MustCreateAudioHandler">MustCreateAudioHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateCommandHandler">MustCreateCommandHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateDevToolsMessageObserver">MustCreateDevToolsMessageObserver</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="uCEFChromiumCore.TChromiumCore.html#MustCreateSettingObserver">MustCreateSettingObserver</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="uCEFChromiumCore.TChromiumCore.html#MustCreateLoadHandler">MustCreateLoadHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateFocusHandler">MustCreateFocusHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateContextMenuHandler">MustCreateContextMenuHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateDialogHandler">MustCreateDialogHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateKeyboardHandler">MustCreateKeyboardHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateDisplayHandler">MustCreateDisplayHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateDownloadHandler">MustCreateDownloadHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateJsDialogHandler">MustCreateJsDialogHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateLifeSpanHandler">MustCreateLifeSpanHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateRenderHandler">MustCreateRenderHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateRequestHandler">MustCreateRequestHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateDragHandler">MustCreateDragHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateFindHandler">MustCreateFindHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateResourceRequestHandler">MustCreateResourceRequestHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateCookieAccessFilter">MustCreateCookieAccessFilter</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="uCEFChromiumCore.TChromiumCore.html#MustCreateMediaObserver">MustCreateMediaObserver</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="uCEFChromiumCore.TChromiumCore.html#MustCreatePrintHandler">MustCreatePrintHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreateFrameHandler">MustCreateFrameHandler</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="uCEFChromiumCore.TChromiumCore.html#MustCreatePermissionHandler">MustCreatePermissionHandler</a></strong>: boolean; 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>constructor <strong><a href="uCEFChromiumCore.TChromiumCore.html#Create-TComponent-">Create</a></strong>(AOwner: TComponent); 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>destructor <strong><a href="uCEFChromiumCore.TChromiumCore.html#Destroy">Destroy</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="uCEFChromiumCore.TChromiumCore.html#AfterConstruction">AfterConstruction</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="uCEFChromiumCore.TChromiumCore.html#BeforeDestruction">BeforeDestruction</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">CreateClientHandler</a></strong>(aIsOSR : boolean = True) : boolean; overload;</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="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">CreateClientHandler</a></strong>(var aClient : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; aIsOSR : boolean = True) : boolean; overload;</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="uCEFChromiumCore.TChromiumCore.html#CloseBrowser-boolean-">CloseBrowser</a></strong>(aForceClose : 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#CloseAllBrowsers">CloseAllBrowsers</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#TryCloseBrowser">TryCloseBrowser</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="uCEFChromiumCore.TChromiumCore.html#IsReadyToBeClosed">IsReadyToBeClosed</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="uCEFChromiumCore.TChromiumCore.html#SelectBrowser-integer-">SelectBrowser</a></strong>(aID : 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="uCEFChromiumCore.TChromiumCore.html#IndexOfBrowserID-integer-">IndexOfBrowserID</a></strong>(aID : integer) : 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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#ShareRequestContext-ICefRequestContext-ICefRequestContextHandler-">ShareRequestContext</a></strong>(var aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a>; const aHandler : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a> = nil) : 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#InitializeDragAndDrop-HWND-">InitializeDragAndDrop</a></strong>(const aDropTargetWnd : HWND);</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="uCEFChromiumCore.TChromiumCore.html#ShutdownDragAndDrop">ShutdownDragAndDrop</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetNewBrowserParent-HWND-">SetNewBrowserParent</a></strong>(aNewParentHwnd : HWND) : 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="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">CreateBrowser</a></strong>(aParentHandle : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; aParentRect : TRect; const aWindowName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a> = nil; const aExtraInfo : <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a> = nil; aForceAsPopup : boolean = False) : boolean; overload; virtual;</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="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">CreateBrowser</a></strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aBrowserViewComp : <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html">TCEFBrowserViewComponent</a>; const aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a> = nil; const aExtraInfo : <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a> = nil) : boolean; overload; 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">LoadURL</a></strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</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="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">LoadURL</a></strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</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="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ustring-ustring-">LoadString</a></strong>(const aHTML : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</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="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ICefFrame-">LoadString</a></strong>(const aHTML : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</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="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">LoadResource</a></strong>(const aStream : TCustomMemoryStream; const aMimeType, aCharset : string; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</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="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">LoadResource</a></strong>(const aStream : TCustomMemoryStream; const aMimeType, aCharset : string; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</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="uCEFChromiumCore.TChromiumCore.html#LoadRequest-ICefRequest-">LoadRequest</a></strong>(const aRequest: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#GoBack">GoBack</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="uCEFChromiumCore.TChromiumCore.html#GoForward">GoForward</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="uCEFChromiumCore.TChromiumCore.html#Reload">Reload</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="uCEFChromiumCore.TChromiumCore.html#ReloadIgnoreCache">ReloadIgnoreCache</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="uCEFChromiumCore.TChromiumCore.html#StopLoad">StopLoad</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="uCEFChromiumCore.TChromiumCore.html#StartDownload-ustring-">StartDownload</a></strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DownloadImage-ustring-Boolean-cardinal-Boolean-">DownloadImage</a></strong>(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; isFavicon: Boolean; maxImageSize: cardinal; bypassCache: 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="uCEFChromiumCore.TChromiumCore.html#SimulateMouseWheel-integer-integer-">SimulateMouseWheel</a></strong>(aDeltaX, aDeltaY : integer);</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="uCEFChromiumCore.TChromiumCore.html#SimulateKeyEvent-TSimulatedCefKeyEventType-integer-single-ustring-ustring-ustring-ustring-ustring-integer-integer-boolean-boolean-boolean-TCefKeyLocation-TCefEditingCommand-">SimulateKeyEvent</a></strong>(type_: <a href="uCEFTypes.html#TSimulatedCefKeyEventType">TSimulatedCefKeyEventType</a>; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0; const text: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const unmodifiedtext: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const keyIdentifier: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const code: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const key: <a href="uCEFTypes.html#ustring">ustring</a> = ''; windowsVirtualKeyCode: integer = 0; nativeVirtualKeyCode: integer = 0; autoRepeat: boolean = False; isKeypad: boolean = False; isSystemKey: boolean = False; location: <a href="uCEFTypes.html#TCefKeyLocation">TCefKeyLocation</a> = <a href="uCEFTypes.html#CEF_KEYLOCATION_NONE">CEF_KEYLOCATION_NONE</a>; commands: <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a> = <a href="uCEFTypes.html#ecNone">ecNone</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SimulateMouseEvent-TCefSimulatedMouseEventType-single-single-integer-single-TCefSimulatedMouseButton-integer-integer-single-single-single-single-integer-single-single-TCefSimulatedPointerType-">SimulateMouseEvent</a></strong>(type_: <a href="uCEFTypes.html#TCefSimulatedMouseEventType">TCefSimulatedMouseEventType</a>; x, y: single; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0; button: <a href="uCEFTypes.html#TCefSimulatedMouseButton">TCefSimulatedMouseButton</a> = <a href="uCEFTypes.html#CEF_SIMULATEDMOUSEBUTTON_NONE">CEF_SIMULATEDMOUSEBUTTON_NONE</a>; buttons: integer = <a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">CEF_PRESSED_MOUSE_BUTTONS_NONE</a>; clickCount: integer = 0; force: single = 0; tangentialPressure: single = 0; tiltX: single = 0; tiltY: single = 0; twist: integer = 0; deltaX: single = 0; deltaY: single = 0; pointerType: <a href="uCEFTypes.html#TCefSimulatedPointerType">TCefSimulatedPointerType</a> = <a href="uCEFTypes.html#CEF_SIMULATEDPOINTERTYPE_MOUSE">CEF_SIMULATEDPOINTERTYPE_MOUSE</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SimulateTouchEvent-TCefSimulatedTouchEventType-TCefSimulatedTouchPointArray-integer-single-">SimulateTouchEvent</a></strong>(type_: <a href="uCEFTypes.html#TCefSimulatedTouchEventType">TCefSimulatedTouchEventType</a>; var touchPoints: <a href="uCEFTypes.html#TCefSimulatedTouchPointArray">TCefSimulatedTouchPointArray</a>; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0);</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="uCEFChromiumCore.TChromiumCore.html#SimulateEditingCommand-TCefEditingCommand-">SimulateEditingCommand</a></strong>(command : <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClearCertificateExceptions-boolean-">ClearCertificateExceptions</a></strong>(aClearImmediately : boolean = True) : 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="uCEFChromiumCore.TChromiumCore.html#ClearHttpAuthCredentials-boolean-">ClearHttpAuthCredentials</a></strong>(aClearImmediately : boolean = True) : 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="uCEFChromiumCore.TChromiumCore.html#CloseAllConnections-boolean-">CloseAllConnections</a></strong>(aCloseImmediately : boolean = True) : 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="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">RetrieveHTML</a></strong>(const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</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="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ICefFrame-">RetrieveHTML</a></strong>(const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</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="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ustring-ustring-">RetrieveText</a></strong>(const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</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="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ICefFrame-">RetrieveText</a></strong>(const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</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="uCEFChromiumCore.TChromiumCore.html#GetNavigationEntries-Boolean-">GetNavigationEntries</a></strong>(currentOnly: 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="uCEFChromiumCore.TChromiumCore.html#GetFrameNames-TStrings-">GetFrameNames</a></strong>(var aFrameNames : TStrings) : 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="uCEFChromiumCore.TChromiumCore.html#GetFrameIdentifiers-TStrings-">GetFrameIdentifiers</a></strong>(var aFrameIdentifiers : TStrings) : 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExecuteJavaScript-ustring-ustring-ustring-ustring-integer-">ExecuteJavaScript</a></strong>(const aCode, aScriptURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''; aStartLine : integer = 0); overload;</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="uCEFChromiumCore.TChromiumCore.html#ExecuteJavaScript-ustring-ustring-ICefFrame-integer-">ExecuteJavaScript</a></strong>(const aCode, aScriptURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; aStartLine : integer = 0); overload;</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="uCEFChromiumCore.TChromiumCore.html#UpdatePreferences">UpdatePreferences</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="uCEFChromiumCore.TChromiumCore.html#SavePreferences-string-">SavePreferences</a></strong>(const aFileName : 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ResolveHost-ustring-">ResolveHost</a></strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#IsSameBrowser-ICefBrowser-">IsSameBrowser</a></strong>(const aBrowser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) : 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="uCEFChromiumCore.TChromiumCore.html#ExecuteTaskOnCefThread-TCefThreadId-cardinal-Int64-">ExecuteTaskOnCefThread</a></strong>(aCefThreadId : <a href="uCEFTypes.html#TCefThreadId">TCefThreadId</a>; aTaskID : cardinal; aDelayMs : Int64 = 0) : 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="uCEFChromiumCore.TChromiumCore.html#SetUserAgentOverride-ustring-ustring-ustring-">SetUserAgentOverride</a></strong>(const aUserAgent : <a href="uCEFTypes.html#ustring">ustring</a>; const aAcceptLanguage : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aPlatform : <a href="uCEFTypes.html#ustring">ustring</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClearDataForOrigin-ustring-TCefClearDataStorageTypes-">ClearDataForOrigin</a></strong>(const aOrigin : <a href="uCEFTypes.html#ustring">ustring</a>; aStorageTypes : <a href="uCEFTypes.html#TCefClearDataStorageTypes">TCefClearDataStorageTypes</a> = <a href="uCEFTypes.html#cdstAll">cdstAll</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClearCache">ClearCache</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="uCEFChromiumCore.TChromiumCore.html#ToggleAudioMuted">ToggleAudioMuted</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="uCEFChromiumCore.TChromiumCore.html#AddPreferenceObserver-ustring-">AddPreferenceObserver</a></strong>(const name_: <a href="uCEFTypes.html#ustring">ustring</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#RemovePreferenceObserver-ustring-">RemovePreferenceObserver</a></strong>(const name_ : <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#DeleteCookies-ustring-ustring-boolean-">DeleteCookies</a></strong>(const url : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const cookieName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; aDeleteImmediately : boolean = False) : 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="uCEFChromiumCore.TChromiumCore.html#VisitAllCookies-integer-">VisitAllCookies</a></strong>(aID : integer = 0) : 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="uCEFChromiumCore.TChromiumCore.html#VisitURLCookies-ustring-boolean-integer-">VisitURLCookies</a></strong>(const url : <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly : boolean = False; aID : integer = 0) : 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="uCEFChromiumCore.TChromiumCore.html#SetCookie-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-boolean-integer-">SetCookie</a></strong>(const url, name_, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; aSetImmediately : boolean = True; aID : integer = 0): 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="uCEFChromiumCore.TChromiumCore.html#FlushCookieStore-boolean-">FlushCookieStore</a></strong>(aFlushImmediately : boolean = True) : 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ShowDevTools-TPoint-PCefWindowInfo-">ShowDevTools</a></strong>(const inspectElementAt: TPoint; aWindowInfo: <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">CloseDevTools</a></strong>; overload;</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="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">CloseDevTools</a></strong>(const aDevToolsWnd : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>); overload;</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="uCEFChromiumCore.TChromiumCore.html#SendDevToolsMessage-ustring-">SendDevToolsMessage</a></strong>(const message_: <a href="uCEFTypes.html#ustring">ustring</a>): 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="uCEFChromiumCore.TChromiumCore.html#ExecuteDevToolsMethod-integer-ustring-ICefDictionaryValue-">ExecuteDevToolsMethod</a></strong>(message_id: integer; const method: <a href="uCEFTypes.html#ustring">ustring</a>; const params: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>): 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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#AddDevToolsMessageObserver-ICefDevToolsMessageObserver-">AddDevToolsMessageObserver</a></strong>(const observer: <a href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</a>): <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#AddSettingObserver-ICefSettingObserver-">AddSettingObserver</a></strong>(const observer: <a href="uCEFInterfaces.ICefSettingObserver.html">ICefSettingObserver</a>): <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#Find-ustring-Boolean-Boolean-Boolean-">Find</a></strong>(const aSearchText : <a href="uCEFTypes.html#ustring">ustring</a>; aForward, aMatchCase, aFindNext : 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#StopFinding-Boolean-">StopFinding</a></strong>(aClearSelection : 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="uCEFChromiumCore.TChromiumCore.html#Print">Print</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="uCEFChromiumCore.TChromiumCore.html#PrintToPDF-ustring-">PrintToPDF</a></strong>(const aFilePath : <a href="uCEFTypes.html#ustring">ustring</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClipboardCopy">ClipboardCopy</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="uCEFChromiumCore.TChromiumCore.html#ClipboardPaste">ClipboardPaste</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="uCEFChromiumCore.TChromiumCore.html#ClipboardPasteAndMatchStyle">ClipboardPasteAndMatchStyle</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="uCEFChromiumCore.TChromiumCore.html#ClipboardCut">ClipboardCut</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="uCEFChromiumCore.TChromiumCore.html#ClipboardUndo">ClipboardUndo</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="uCEFChromiumCore.TChromiumCore.html#ClipboardRedo">ClipboardRedo</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="uCEFChromiumCore.TChromiumCore.html#ClipboardDel">ClipboardDel</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="uCEFChromiumCore.TChromiumCore.html#SelectAll">SelectAll</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="uCEFChromiumCore.TChromiumCore.html#IncZoomStep">IncZoomStep</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="uCEFChromiumCore.TChromiumCore.html#DecZoomStep">DecZoomStep</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="uCEFChromiumCore.TChromiumCore.html#IncZoomPct">IncZoomPct</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="uCEFChromiumCore.TChromiumCore.html#DecZoomPct">DecZoomPct</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="uCEFChromiumCore.TChromiumCore.html#ResetZoomStep">ResetZoomStep</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="uCEFChromiumCore.TChromiumCore.html#ResetZoomLevel">ResetZoomLevel</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="uCEFChromiumCore.TChromiumCore.html#ResetZoomPct">ResetZoomPct</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="uCEFChromiumCore.TChromiumCore.html#ReadZoom">ReadZoom</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="uCEFChromiumCore.TChromiumCore.html#IncZoomCommand">IncZoomCommand</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="uCEFChromiumCore.TChromiumCore.html#DecZoomCommand">DecZoomCommand</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="uCEFChromiumCore.TChromiumCore.html#ResetZoomCommand">ResetZoomCommand</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="uCEFChromiumCore.TChromiumCore.html#WasResized">WasResized</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="uCEFChromiumCore.TChromiumCore.html#WasHidden-Boolean-">WasHidden</a></strong>(hidden: 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#NotifyScreenInfoChanged">NotifyScreenInfoChanged</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="uCEFChromiumCore.TChromiumCore.html#NotifyMoveOrResizeStarted">NotifyMoveOrResizeStarted</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="uCEFChromiumCore.TChromiumCore.html#Invalidate-TCefPaintElementType-">Invalidate</a></strong>(type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a> = <a href="uCEFTypes.html#PET_VIEW">PET_VIEW</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExitFullscreen-boolean-">ExitFullscreen</a></strong>(will_cause_resize: 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="uCEFChromiumCore.TChromiumCore.html#CanExecuteChromeCommand-integer-">CanExecuteChromeCommand</a></strong>(command_id: integer): 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="uCEFChromiumCore.TChromiumCore.html#ExecuteChromeCommand-integer-TCefWindowOpenDisposition-">ExecuteChromeCommand</a></strong>(command_id: integer; disposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendExternalBeginFrame">SendExternalBeginFrame</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="uCEFChromiumCore.TChromiumCore.html#SendKeyEvent-PCefKeyEvent-">SendKeyEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendMouseClickEvent-PCefMouseEvent-TCefMouseButtonType-Boolean-Integer-">SendMouseClickEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; type_: <a href="uCEFTypes.html#TCefMouseButtonType">TCefMouseButtonType</a>; mouseUp: Boolean; clickCount: 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="uCEFChromiumCore.TChromiumCore.html#SendMouseMoveEvent-PCefMouseEvent-Boolean-">SendMouseMoveEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; mouseLeave: 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendMouseWheelEvent-PCefMouseEvent-Integer-Integer-">SendMouseWheelEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; deltaX, deltaY: 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="uCEFChromiumCore.TChromiumCore.html#SendTouchEvent-PCefTouchEvent-">SendTouchEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefTouchEvent">PCefTouchEvent</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendCaptureLostEvent">SendCaptureLostEvent</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="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">SendProcessMessage</a></strong>(targetProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const ProcMessage: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</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="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">SendProcessMessage</a></strong>(targetProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const ProcMessage: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</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="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">CreateUrlRequest</a></strong>(const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const client: <a href="uCEFInterfaces.ICefUrlrequestClient.html">ICefUrlrequestClient</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''): <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; overload;</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="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">CreateUrlRequest</a></strong>(const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const client: <a href="uCEFInterfaces.ICefUrlrequestClient.html">ICefUrlrequestClient</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>): <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; overload;</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="uCEFChromiumCore.TChromiumCore.html#SetFocus-Boolean-">SetFocus</a></strong>(focus: 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetAccessibilityState-TCefState-">SetAccessibilityState</a></strong>(accessibilityState: <a href="uCEFTypes.html#TCefState">TCefState</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragTargetDragEnter-ICefDragData-PCefMouseEvent-TCefDragOperations-">DragTargetDragEnter</a></strong>(const dragData: <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowedOps: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragTargetDragOver-PCefMouseEvent-TCefDragOperations-">DragTargetDragOver</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowedOps: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragTargetDragLeave">DragTargetDragLeave</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="uCEFChromiumCore.TChromiumCore.html#DragTargetDrop-PCefMouseEvent-">DragTargetDrop</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragSourceEndedAt-Integer-Integer-TCefDragOperation-">DragSourceEndedAt</a></strong>(x, y: Integer; op: <a href="uCEFTypes.html#TCefDragOperation">TCefDragOperation</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragSourceSystemDragEnded">DragSourceSystemDragEnded</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="uCEFChromiumCore.TChromiumCore.html#IMESetComposition-ustring-TCefCompositionUnderlineDynArray-PCefRange-PCefRange-">IMESetComposition</a></strong>(const text: <a href="uCEFTypes.html#ustring">ustring</a>; const underlines : <a href="uCEFTypes.html#TCefCompositionUnderlineDynArray">TCefCompositionUnderlineDynArray</a>; const replacement_range, selection_range : <a href="uCEFTypes.html#PCefRange">PCefRange</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IMECommitText-ustring-PCefRange-integer-">IMECommitText</a></strong>(const text: <a href="uCEFTypes.html#ustring">ustring</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : 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="uCEFChromiumCore.TChromiumCore.html#IMEFinishComposingText-boolean-">IMEFinishComposingText</a></strong>(keep_selection : 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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IMECancelComposition">IMECancelComposition</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="uCEFChromiumCore.TChromiumCore.html#ReplaceMisspelling-ustring-">ReplaceMisspelling</a></strong>(const aWord : <a href="uCEFTypes.html#ustring">ustring</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#AddWordToDictionary-ustring-">AddWordToDictionary</a></strong>(const aWord : <a href="uCEFTypes.html#ustring">ustring</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#AddObserver-ICefMediaObserver-">AddObserver</a></strong>(const observer: <a href="uCEFInterfaces.ICefMediaObserver.html">ICefMediaObserver</a>): <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetSource-ustring-">GetSource</a></strong>(const urn: <a href="uCEFTypes.html#ustring">ustring</a>): <a href="uCEFInterfaces.ICefMediaSource.html">ICefMediaSource</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#NotifyCurrentSinks">NotifyCurrentSinks</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="uCEFChromiumCore.TChromiumCore.html#NotifyCurrentRoutes">NotifyCurrentRoutes</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="uCEFChromiumCore.TChromiumCore.html#CreateRoute-ICefMediaSource-ICefMediaSink-">CreateRoute</a></strong>(const source: <a href="uCEFInterfaces.ICefMediaSource.html">ICefMediaSource</a>; const sink: <a href="uCEFInterfaces.ICefMediaSink.html">ICefMediaSink</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetDeviceInfo-ICefMediaSink-">GetDeviceInfo</a></strong>(const aMediaSink: <a href="uCEFInterfaces.ICefMediaSink.html">ICefMediaSink</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetWebsiteSetting-ustring-ustring-TCefContentSettingTypes-">GetWebsiteSetting</a></strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>): <a href="uCEFInterfaces.ICefValue.html">ICefValue</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetWebsiteSetting-ustring-ustring-TCefContentSettingTypes-ICefValue-">SetWebsiteSetting</a></strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>; const value: <a href="uCEFInterfaces.ICefValue.html">ICefValue</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>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetContentSetting-ustring-ustring-TCefContentSettingTypes-">GetContentSetting</a></strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>): <a href="uCEFTypes.html#TCefContentSettingValues">TCefContentSettingValues</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetContentSetting-ustring-ustring-TCefContentSettingTypes-TCefContentSettingValues-">SetContentSetting</a></strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>; value: <a href="uCEFTypes.html#TCefContentSettingValues">TCefContentSettingValues</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>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetChromeColorScheme-TCefColorVariant-TCefColor-">SetChromeColorScheme</a></strong>(variant: <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</a>; user_color: <a href="uCEFTypes.html#TCefColor">TCefColor</a>);</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="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ParentFormHandle">ParentFormHandle</a></strong> : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetParentFormHandle">GetParentFormHandle</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DefaultUrl">DefaultUrl</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDefaultUrl">FDefaultUrl</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetDefaultUrl-ustring-">SetDefaultUrl</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#Options">Options</a></strong> : <a href="uCEFChromiumOptions.TChromiumOptions.html">TChromiumOptions</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOptions">FOptions</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOptions">FOptions</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#FontOptions">FontOptions</a></strong> : <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html">TChromiumFontOptions</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FFontOptions">FFontOptions</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FFontOptions">FFontOptions</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#PDFPrintOptions">PDFPrintOptions</a></strong> : <a href="uCEFPDFPrintOptions.TPDFPrintOptions.html">TPDFPrintOptions</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FPDFPrintOptions">FPDFPrintOptions</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FPDFPrintOptions">FPDFPrintOptions</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DefaultEncoding">DefaultEncoding</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDefaultEncoding">FDefaultEncoding</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FDefaultEncoding">FDefaultEncoding</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#BrowserId">BrowserId</a></strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserId">GetBrowserId</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#Browser">Browser</a></strong> : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowser">GetBrowser</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#BrowserById">BrowserById</a></strong>[id: integer]: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserById-integer-">GetBrowserById</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#BrowserCount">BrowserCount</a></strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserCount">GetBrowserCount</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#BrowserIdByIndex">BrowserIdByIndex</a></strong>[i: integer]: integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserIdByIndex-integer-">GetBrowserIdByIndex</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CefClient">CefClient</a></strong> : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FHandler">FHandler</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ReqContextHandler">ReqContextHandler</a></strong> : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FReqContextHandler">FReqContextHandler</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ResourceRequestHandler">ResourceRequestHandler</a></strong> : <a href="uCEFInterfaces.ICefResourceRequestHandler.html">ICefResourceRequestHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FResourceRequestHandler">FResourceRequestHandler</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CefWindowInfo">CefWindowInfo</a></strong> : <a href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetCefWindowInfo">GetCefWindowInfo</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#VisibleNavigationEntry">VisibleNavigationEntry</a></strong> : <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetVisibleNavigationEntry">GetVisibleNavigationEntry</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#RuntimeStyle">RuntimeStyle</a></strong> : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetRuntimeStyle">GetRuntimeStyle</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetRuntimeStyle-TCefRuntimeStyle-">SetRuntimeStyle</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#RequestContext">RequestContext</a></strong> : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetRequestContext">GetRequestContext</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#MediaRouter">MediaRouter</a></strong> : <a href="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetMediaRouter">GetMediaRouter</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#MediaObserver">MediaObserver</a></strong> : <a href="uCEFInterfaces.ICefMediaObserver.html">ICefMediaObserver</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FMediaObserver">FMediaObserver</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#MediaObserverReg">MediaObserverReg</a></strong> : <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FMediaObserverReg">FMediaObserverReg</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DevToolsMsgObserver">DevToolsMsgObserver</a></strong> : <a href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDevToolsMsgObserver">FDevToolsMsgObserver</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DevToolsMsgObserverReg">DevToolsMsgObserverReg</a></strong> : <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDevToolsMsgObserverReg">FDevToolsMsgObserverReg</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#MultithreadApp">MultithreadApp</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetMultithreadApp">GetMultithreadApp</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#IsLoading">IsLoading</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetIsLoading">GetIsLoading</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HasDocument">HasDocument</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasDocument">GetHasDocument</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HasView">HasView</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasView">GetHasView</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HasDevTools">HasDevTools</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasDevTools">GetHasDevTools</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HasClientHandler">HasClientHandler</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasClientHandler">GetHasClientHandler</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HasBrowser">HasBrowser</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasBrowser">GetHasBrowser</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CanGoBack">CanGoBack</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanGoBack">GetCanGoBack</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CanGoForward">CanGoForward</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanGoForward">GetCanGoForward</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#IsPopUp">IsPopUp</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetIsPopUp">GetIsPopUp</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#WindowHandle">WindowHandle</a></strong> : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetWindowHandle">GetWindowHandle</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OpenerWindowHandle">OpenerWindowHandle</a></strong> : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetOpenerWindowHandle">GetOpenerWindowHandle</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OpenerIdentifier">OpenerIdentifier</a></strong> : Integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetOpenerIdentifier">GetOpenerIdentifier</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#BrowserHandle">BrowserHandle</a></strong> : THandle read <a href="uCEFChromiumCore.TChromiumCore.html#FBrowserCompHWND">FBrowserCompHWND</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#RenderHandle">RenderHandle</a></strong> : THandle read <a href="uCEFChromiumCore.TChromiumCore.html#FRenderCompHWND">FRenderCompHWND</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#FrameIsFocused">FrameIsFocused</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetFrameIsFocused">GetFrameIsFocused</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#Initialized">Initialized</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetInitialized">GetInitialized</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#RequestContextCache">RequestContextCache</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetRequestContextCache">GetRequestContextCache</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#RequestContextIsGlobal">RequestContextIsGlobal</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetRequestContextIsGlobal">GetRequestContextIsGlobal</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ChromeColorSchemeMode">ChromeColorSchemeMode</a></strong> : <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeMode">GetChromeColorSchemeMode</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ChromeColorSchemeColor">ChromeColorSchemeColor</a></strong> : <a href="uCEFTypes.html#TCefColor">TCefColor</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeColor">GetChromeColorSchemeColor</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ChromeColorSchemeVariant">ChromeColorSchemeVariant</a></strong> : <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeVariant">GetChromeColorSchemeVariant</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DocumentURL">DocumentURL</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetDocumentURL">GetDocumentURL</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ZoomLevel">ZoomLevel</a></strong> : double read <a href="uCEFChromiumCore.TChromiumCore.html#GetZoomLevel">GetZoomLevel</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetZoomLevel-double-">SetZoomLevel</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DefaultZoomLevel">DefaultZoomLevel</a></strong> : double read <a href="uCEFChromiumCore.TChromiumCore.html#GetDefaultZoomLevel">GetDefaultZoomLevel</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CanIncZoom">CanIncZoom</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanIncZoom">GetCanIncZoom</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CanDecZoom">CanDecZoom</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanDecZoom">GetCanDecZoom</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CanResetZoom">CanResetZoom</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanResetZoom">GetCanResetZoom</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ZoomPct">ZoomPct</a></strong> : double read <a href="uCEFChromiumCore.TChromiumCore.html#GetZoomPct">GetZoomPct</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetZoomPct-double-">SetZoomPct</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ZoomStep">ZoomStep</a></strong> : byte read <a href="uCEFChromiumCore.TChromiumCore.html#GetZoomStep">GetZoomStep</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetZoomStep-byte-">SetZoomStep</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#WindowlessFrameRate">WindowlessFrameRate</a></strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetWindowlessFrameRate">GetWindowlessFrameRate</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWindowlessFrameRate-integer-">SetWindowlessFrameRate</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CustomHeaderName">CustomHeaderName</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCustomHeaderName">FCustomHeaderName</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetCustomHeaderName-ustring-">SetCustomHeaderName</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CustomHeaderValue">CustomHeaderValue</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCustomHeaderValue">FCustomHeaderValue</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetCustomHeaderValue-ustring-">SetCustomHeaderValue</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DoNotTrack">DoNotTrack</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FDoNotTrack">FDoNotTrack</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetDoNotTrack-boolean-">SetDoNotTrack</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendReferrer">SendReferrer</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FSendReferrer">FSendReferrer</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetSendReferrer-boolean-">SetSendReferrer</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HyperlinkAuditing">HyperlinkAuditing</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FHyperlinkAuditing">FHyperlinkAuditing</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetHyperlinkAuditing-boolean-">SetHyperlinkAuditing</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AllowOutdatedPlugins">AllowOutdatedPlugins</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FAllowOutdatedPlugins">FAllowOutdatedPlugins</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAllowOutdatedPlugins-boolean-">SetAllowOutdatedPlugins</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AlwaysAuthorizePlugins">AlwaysAuthorizePlugins</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FAlwaysAuthorizePlugins">FAlwaysAuthorizePlugins</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAlwaysAuthorizePlugins-boolean-">SetAlwaysAuthorizePlugins</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AlwaysOpenPDFExternally">AlwaysOpenPDFExternally</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FAlwaysOpenPDFExternally">FAlwaysOpenPDFExternally</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAlwaysOpenPDFExternally-boolean-">SetAlwaysOpenPDFExternally</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#SpellChecking">SpellChecking</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FSpellChecking">FSpellChecking</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetSpellChecking-boolean-">SetSpellChecking</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#SpellCheckerDicts">SpellCheckerDicts</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FSpellCheckerDicts">FSpellCheckerDicts</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetSpellCheckerDicts-ustring-">SetSpellCheckerDicts</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HasValidMainFrame">HasValidMainFrame</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasValidMainFrame">GetHasValidMainFrame</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#FrameCount">FrameCount</a></strong> : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetFrameCount">GetFrameCount</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragOperations">DragOperations</a></strong> : <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDragOperations">FDragOperations</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FDragOperations">FDragOperations</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AudioMuted">AudioMuted</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetAudioMuted">GetAudioMuted</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAudioMuted-boolean-">SetAudioMuted</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#Fullscreen">Fullscreen</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetFullscreen">GetFullscreen</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#IsRenderProcessUnresponsive">IsRenderProcessUnresponsive</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetIsRenderProcessUnresponsive">GetIsRenderProcessUnresponsive</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#SafeSearch">SafeSearch</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FSafeSearch">FSafeSearch</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetSafeSearch-boolean-">SetSafeSearch</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#YouTubeRestrict">YouTubeRestrict</a></strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#FYouTubeRestrict">FYouTubeRestrict</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetYouTubeRestrict-integer-">SetYouTubeRestrict</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#PrintingEnabled">PrintingEnabled</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FPrintingEnabled">FPrintingEnabled</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetPrintingEnabled-boolean-">SetPrintingEnabled</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AcceptLanguageList">AcceptLanguageList</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAcceptLanguageList">FAcceptLanguageList</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAcceptLanguageList-ustring-">SetAcceptLanguageList</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AcceptCookies">AcceptCookies</a></strong> : <a href="uCEFTypes.html#TCefCookiePref">TCefCookiePref</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAcceptCookies">FAcceptCookies</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAcceptCookies-TCefCookiePref-">SetAcceptCookies</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#Block3rdPartyCookies">Block3rdPartyCookies</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FBlock3rdPartyCookies">FBlock3rdPartyCookies</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetBlock3rdPartyCookies-boolean-">SetBlock3rdPartyCookies</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#MultiBrowserMode">MultiBrowserMode</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FMultiBrowserMode">FMultiBrowserMode</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetMultiBrowserMode-boolean-">SetMultiBrowserMode</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DefaultWindowInfoExStyle">DefaultWindowInfoExStyle</a></strong> : DWORD read <a href="uCEFChromiumCore.TChromiumCore.html#GetWindowInfoExStyle">GetWindowInfoExStyle</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWindowInfoExStyle-DWORD-">SetWindowInfoExStyle</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#Offline">Offline</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FOffline">FOffline</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetOffline-boolean-">SetOffline</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#QuicAllowed">QuicAllowed</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FQuicAllowed">FQuicAllowed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetQuicAllowed-boolean-">SetQuicAllowed</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#JavascriptEnabled">JavascriptEnabled</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FJavascriptEnabled">FJavascriptEnabled</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetJavascriptEnabled-boolean-">SetJavascriptEnabled</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#LoadImagesAutomatically">LoadImagesAutomatically</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FLoadImagesAutomatically">FLoadImagesAutomatically</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetLoadImagesAutomatically-boolean-">SetLoadImagesAutomatically</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#BatterySaverModeState">BatterySaverModeState</a></strong> : <a href="uCEFTypes.html#TCefBatterySaverModeState">TCefBatterySaverModeState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FBatterySaverModeState">FBatterySaverModeState</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetBatterySaverModeState-TCefBatterySaverModeState-">SetBatterySaverModeState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HighEfficiencyModeState">HighEfficiencyModeState</a></strong> : <a href="uCEFTypes.html#TCefHighEfficiencyModeState">TCefHighEfficiencyModeState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FHighEfficiencyModeState">FHighEfficiencyModeState</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetHighEfficiencyModeState-TCefHighEfficiencyModeState-">SetHighEfficiencyModeState</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CanFocus">CanFocus</a></strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FCanFocus">FCanFocus</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#EnableFocusDelayMs">EnableFocusDelayMs</a></strong> : cardinal read <a href="uCEFChromiumCore.TChromiumCore.html#FEnableFocusDelayMs">FEnableFocusDelayMs</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FEnableFocusDelayMs">FEnableFocusDelayMs</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#WebRTCIPHandlingPolicy">WebRTCIPHandlingPolicy</a></strong> : <a href="uCEFTypes.html#TCefWebRTCHandlingPolicy">TCefWebRTCHandlingPolicy</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FWebRTCIPHandlingPolicy">FWebRTCIPHandlingPolicy</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWebRTCIPHandlingPolicy-TCefWebRTCHandlingPolicy-">SetWebRTCIPHandlingPolicy</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#WebRTCMultipleRoutes">WebRTCMultipleRoutes</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FWebRTCMultipleRoutes">FWebRTCMultipleRoutes</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWebRTCMultipleRoutes-TCefState-">SetWebRTCMultipleRoutes</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#WebRTCNonproxiedUDP">WebRTCNonproxiedUDP</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FWebRTCNonProxiedUDP">FWebRTCNonProxiedUDP</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWebRTCNonProxiedUDP-TCefState-">SetWebRTCNonProxiedUDP</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ProxyType">ProxyType</a></strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyType">FProxyType</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyType-integer-">SetProxyType</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ProxyScheme">ProxyScheme</a></strong> : <a href="uCEFTypes.html#TCefProxyScheme">TCefProxyScheme</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyScheme">FProxyScheme</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyScheme-TCefProxyScheme-">SetProxyScheme</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ProxyServer">ProxyServer</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyServer">FProxyServer</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyServer-ustring-">SetProxyServer</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ProxyPort">ProxyPort</a></strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyPort">FProxyPort</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyPort-integer-">SetProxyPort</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ProxyUsername">ProxyUsername</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyUsername">FProxyUsername</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyUsername-ustring-">SetProxyUsername</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ProxyPassword">ProxyPassword</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyPassword">FProxyPassword</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyPassword-ustring-">SetProxyPassword</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ProxyScriptURL">ProxyScriptURL</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyScriptURL">FProxyScriptURL</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyScriptURL-ustring-">SetProxyScriptURL</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#ProxyByPassList">ProxyByPassList</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyByPassList">FProxyByPassList</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyByPassList-ustring-">SetProxyByPassList</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#MaxConnectionsPerProxy">MaxConnectionsPerProxy</a></strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#FMaxConnectionsPerProxy">FMaxConnectionsPerProxy</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetMaxConnectionsPerProxy-integer-">SetMaxConnectionsPerProxy</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#DownloadBubble">DownloadBubble</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDownloadBubble">FDownloadBubble</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FDownloadBubble">FDownloadBubble</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HTTPSUpgrade">HTTPSUpgrade</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FHTTPSUpgrade">FHTTPSUpgrade</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FHTTPSUpgrade">FHTTPSUpgrade</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#HSTSPolicyBypassList">HSTSPolicyBypassList</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FHSTSPolicyBypassList">FHSTSPolicyBypassList</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FHSTSPolicyBypassList">FHSTSPolicyBypassList</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CredentialsService">CredentialsService</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCredentialsService">FCredentialsService</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FCredentialsService">FCredentialsService</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AutofillCreditCard">AutofillCreditCard</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AutofillProfile">AutofillProfile</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnTextResultAvailable">OnTextResultAvailable</a></strong> : <a href="uCEFChromiumEvents.html#TOnTextResultAvailableEvent">TOnTextResultAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnPdfPrintFinished">OnPdfPrintFinished</a></strong> : <a href="uCEFChromiumEvents.html#TOnPdfPrintFinishedEvent">TOnPdfPrintFinishedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPdfPrintFinished">FOnPdfPrintFinished</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPdfPrintFinished">FOnPdfPrintFinished</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnPrefsAvailable">OnPrefsAvailable</a></strong> : <a href="uCEFChromiumEvents.html#TOnPrefsAvailableEvent">TOnPrefsAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsAvailable">FOnPrefsAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsAvailable">FOnPrefsAvailable</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnPrefsUpdated">OnPrefsUpdated</a></strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsUpdated">FOnPrefsUpdated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsUpdated">FOnPrefsUpdated</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCookiesDeleted">OnCookiesDeleted</a></strong> : <a href="uCEFChromiumEvents.html#TOnCookiesDeletedEvent">TOnCookiesDeletedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesDeleted">FOnCookiesDeleted</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesDeleted">FOnCookiesDeleted</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnResolvedHostAvailable">OnResolvedHostAvailable</a></strong> : <a href="uCEFChromiumEvents.html#TOnResolvedIPsAvailableEvent">TOnResolvedIPsAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResolvedHostAvailable">FOnResolvedHostAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResolvedHostAvailable">FOnResolvedHostAvailable</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnNavigationVisitorResultAvailable">OnNavigationVisitorResultAvailable</a></strong> : <a href="uCEFChromiumEvents.html#TOnNavigationVisitorResultAvailableEvent">TOnNavigationVisitorResultAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnNavigationVisitorResultAvailable">FOnNavigationVisitorResultAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnNavigationVisitorResultAvailable">FOnNavigationVisitorResultAvailable</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDownloadImageFinished">OnDownloadImageFinished</a></strong> : <a href="uCEFChromiumEvents.html#TOnDownloadImageFinishedEvent">TOnDownloadImageFinishedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadImageFinished">FOnDownloadImageFinished</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadImageFinished">FOnDownloadImageFinished</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCookiesFlushed">OnCookiesFlushed</a></strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesFlushed">FOnCookiesFlushed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesFlushed">FOnCookiesFlushed</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCertificateExceptionsCleared">OnCertificateExceptionsCleared</a></strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateExceptionsCleared">FOnCertificateExceptionsCleared</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateExceptionsCleared">FOnCertificateExceptionsCleared</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnHttpAuthCredentialsCleared">OnHttpAuthCredentialsCleared</a></strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnHttpAuthCredentialsCleared">FOnHttpAuthCredentialsCleared</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnHttpAuthCredentialsCleared">FOnHttpAuthCredentialsCleared</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAllConnectionsClosed">OnAllConnectionsClosed</a></strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAllConnectionsClosed">FOnAllConnectionsClosed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAllConnectionsClosed">FOnAllConnectionsClosed</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnExecuteTaskOnCefThread">OnExecuteTaskOnCefThread</a></strong> : <a href="uCEFChromiumEvents.html#TOnExecuteTaskOnCefThread">TOnExecuteTaskOnCefThread</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnExecuteTaskOnCefThread">FOnExecuteTaskOnCefThread</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnExecuteTaskOnCefThread">FOnExecuteTaskOnCefThread</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCookiesVisited">OnCookiesVisited</a></strong> : <a href="uCEFChromiumEvents.html#TOnCookiesVisited">TOnCookiesVisited</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesVisited">FOnCookiesVisited</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesVisited">FOnCookiesVisited</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCookieVisitorDestroyed">OnCookieVisitorDestroyed</a></strong> : <a href="uCEFChromiumEvents.html#TOnCookieVisitorDestroyed">TOnCookieVisitorDestroyed</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieVisitorDestroyed">FOnCookieVisitorDestroyed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieVisitorDestroyed">FOnCookieVisitorDestroyed</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCookieSet">OnCookieSet</a></strong> : <a href="uCEFChromiumEvents.html#TOnCookieSet">TOnCookieSet</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieSet">FOnCookieSet</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieSet">FOnCookieSet</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnZoomPctAvailable">OnZoomPctAvailable</a></strong> : <a href="uCEFChromiumEvents.html#TOnZoomPctAvailable">TOnZoomPctAvailable</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnZoomPctAvailable">FOnZoomPctAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnZoomPctAvailable">FOnZoomPctAvailable</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnMediaRouteCreateFinished">OnMediaRouteCreateFinished</a></strong> : <a href="uCEFChromiumEvents.html#TOnMediaRouteCreateFinishedEvent">TOnMediaRouteCreateFinishedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaRouteCreateFinished">FOnMediaRouteCreateFinished</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaRouteCreateFinished">FOnMediaRouteCreateFinished</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnMediaSinkDeviceInfo">OnMediaSinkDeviceInfo</a></strong> : <a href="uCEFChromiumEvents.html#TOnMediaSinkDeviceInfoEvent">TOnMediaSinkDeviceInfoEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaSinkDeviceInfo">FOnMediaSinkDeviceInfo</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaSinkDeviceInfo">FOnMediaSinkDeviceInfo</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCanFocus">OnCanFocus</a></strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanFocus">FOnCanFocus</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanFocus">FOnCanFocus</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBrowserCompMsg">OnBrowserCompMsg</a></strong> : <a href="uCEFChromiumEvents.html#TOnCompMsgEvent">TOnCompMsgEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBrowserCompMsg">FOnBrowserCompMsg</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBrowserCompMsg">FOnBrowserCompMsg</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRenderCompMsg">OnRenderCompMsg</a></strong> : <a href="uCEFChromiumEvents.html#TOnCompMsgEvent">TOnCompMsgEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderCompMsg">FOnRenderCompMsg</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderCompMsg">FOnRenderCompMsg</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnProcessMessageReceived">OnProcessMessageReceived</a></strong> : <a href="uCEFChromiumEvents.html#TOnProcessMessageReceived">TOnProcessMessageReceived</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnLoadStart">OnLoadStart</a></strong> : <a href="uCEFChromiumEvents.html#TOnLoadStart">TOnLoadStart</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadStart">FOnLoadStart</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnLoadEnd">OnLoadEnd</a></strong> : <a href="uCEFChromiumEvents.html#TOnLoadEnd">TOnLoadEnd</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadEnd">FOnLoadEnd</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnLoadError">OnLoadError</a></strong> : <a href="uCEFChromiumEvents.html#TOnLoadError">TOnLoadError</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadError">FOnLoadError</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnLoadingStateChange">OnLoadingStateChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnLoadingStateChange">TOnLoadingStateChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnTakeFocus">OnTakeFocus</a></strong> : <a href="uCEFChromiumEvents.html#TOnTakeFocus">TOnTakeFocus</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTakeFocus">FOnTakeFocus</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTakeFocus">FOnTakeFocus</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnSetFocus">OnSetFocus</a></strong> : <a href="uCEFChromiumEvents.html#TOnSetFocus">TOnSetFocus</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnSetFocus">FOnSetFocus</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnSetFocus">FOnSetFocus</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGotFocus">OnGotFocus</a></strong> : <a href="uCEFChromiumEvents.html#TOnGotFocus">TOnGotFocus</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGotFocus">FOnGotFocus</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGotFocus">FOnGotFocus</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforeContextMenu">OnBeforeContextMenu</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforeContextMenu">TOnBeforeContextMenu</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeContextMenu">FOnBeforeContextMenu</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeContextMenu">FOnBeforeContextMenu</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRunContextMenu">OnRunContextMenu</a></strong> : <a href="uCEFChromiumEvents.html#TOnRunContextMenu">TOnRunContextMenu</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRunContextMenu">FOnRunContextMenu</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRunContextMenu">FOnRunContextMenu</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnContextMenuCommand">OnContextMenuCommand</a></strong> : <a href="uCEFChromiumEvents.html#TOnContextMenuCommand">TOnContextMenuCommand</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuCommand">FOnContextMenuCommand</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuCommand">FOnContextMenuCommand</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnContextMenuDismissed">OnContextMenuDismissed</a></strong> : <a href="uCEFChromiumEvents.html#TOnContextMenuDismissed">TOnContextMenuDismissed</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuDismissed">FOnContextMenuDismissed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuDismissed">FOnContextMenuDismissed</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRunQuickMenu">OnRunQuickMenu</a></strong> : <a href="uCEFChromiumEvents.html#TOnRunQuickMenuEvent">TOnRunQuickMenuEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRunQuickMenu">FOnRunQuickMenu</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRunQuickMenu">FOnRunQuickMenu</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnQuickMenuCommand">OnQuickMenuCommand</a></strong> : <a href="uCEFChromiumEvents.html#TOnQuickMenuCommandEvent">TOnQuickMenuCommandEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuCommand">FOnQuickMenuCommand</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuCommand">FOnQuickMenuCommand</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnQuickMenuDismissed">OnQuickMenuDismissed</a></strong> : <a href="uCEFChromiumEvents.html#TOnQuickMenuDismissedEvent">TOnQuickMenuDismissedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuDismissed">FOnQuickMenuDismissed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuDismissed">FOnQuickMenuDismissed</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnPreKeyEvent">OnPreKeyEvent</a></strong> : <a href="uCEFChromiumEvents.html#TOnPreKeyEvent">TOnPreKeyEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPreKeyEvent">FOnPreKeyEvent</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPreKeyEvent">FOnPreKeyEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnKeyEvent">OnKeyEvent</a></strong> : <a href="uCEFChromiumEvents.html#TOnKeyEvent">TOnKeyEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnKeyEvent">FOnKeyEvent</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnKeyEvent">FOnKeyEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAddressChange">OnAddressChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnAddressChange">TOnAddressChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAddressChange">FOnAddressChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAddressChange">FOnAddressChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnTitleChange">OnTitleChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnTitleChange">TOnTitleChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTitleChange">FOnTitleChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTitleChange">FOnTitleChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnFavIconUrlChange">OnFavIconUrlChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnFavIconUrlChange">TOnFavIconUrlChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFavIconUrlChange">FOnFavIconUrlChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFavIconUrlChange">FOnFavIconUrlChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnFullScreenModeChange">OnFullScreenModeChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnFullScreenModeChange">TOnFullScreenModeChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFullScreenModeChange">FOnFullScreenModeChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFullScreenModeChange">FOnFullScreenModeChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnTooltip">OnTooltip</a></strong> : <a href="uCEFChromiumEvents.html#TOnTooltip">TOnTooltip</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTooltip">FOnTooltip</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTooltip">FOnTooltip</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnStatusMessage">OnStatusMessage</a></strong> : <a href="uCEFChromiumEvents.html#TOnStatusMessage">TOnStatusMessage</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnStatusMessage">FOnStatusMessage</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnStatusMessage">FOnStatusMessage</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnConsoleMessage">OnConsoleMessage</a></strong> : <a href="uCEFChromiumEvents.html#TOnConsoleMessage">TOnConsoleMessage</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnConsoleMessage">FOnConsoleMessage</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnConsoleMessage">FOnConsoleMessage</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAutoResize">OnAutoResize</a></strong> : <a href="uCEFChromiumEvents.html#TOnAutoResize">TOnAutoResize</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAutoResize">FOnAutoResize</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAutoResize">FOnAutoResize</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnLoadingProgressChange">OnLoadingProgressChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnLoadingProgressChange">TOnLoadingProgressChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingProgressChange">FOnLoadingProgressChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingProgressChange">FOnLoadingProgressChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCursorChange">OnCursorChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnCursorChange">TOnCursorChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCursorChange">FOnCursorChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCursorChange">FOnCursorChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnMediaAccessChange">OnMediaAccessChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnMediaAccessChange">TOnMediaAccessChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaAccessChange">FOnMediaAccessChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaAccessChange">FOnMediaAccessChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCanDownload">OnCanDownload</a></strong> : <a href="uCEFChromiumEvents.html#TOnCanDownloadEvent">TOnCanDownloadEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">FOnCanDownload</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">FOnCanDownload</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforeDownload">OnBeforeDownload</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforeDownload">TOnBeforeDownload</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDownload">FOnBeforeDownload</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDownload">FOnBeforeDownload</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDownloadUpdated">OnDownloadUpdated</a></strong> : <a href="uCEFChromiumEvents.html#TOnDownloadUpdated">TOnDownloadUpdated</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadUpdated">FOnDownloadUpdated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadUpdated">FOnDownloadUpdated</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnJsdialog">OnJsdialog</a></strong> : <a href="uCEFChromiumEvents.html#TOnJsdialog">TOnJsdialog</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnJsdialog">FOnJsdialog</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnJsdialog">FOnJsdialog</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforeUnloadDialog">OnBeforeUnloadDialog</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforeUnloadDialog">TOnBeforeUnloadDialog</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeUnloadDialog">FOnBeforeUnloadDialog</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeUnloadDialog">FOnBeforeUnloadDialog</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnResetDialogState">OnResetDialogState</a></strong> : <a href="uCEFChromiumEvents.html#TOnResetDialogState">TOnResetDialogState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResetDialogState">FOnResetDialogState</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResetDialogState">FOnResetDialogState</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDialogClosed">OnDialogClosed</a></strong> : <a href="uCEFChromiumEvents.html#TOnDialogClosed">TOnDialogClosed</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDialogClosed">FOnDialogClosed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDialogClosed">FOnDialogClosed</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforePopup">OnBeforePopup</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforePopup">TOnBeforePopup</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopup">FOnBeforePopup</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopup">FOnBeforePopup</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforePopupAborted">OnBeforePopupAborted</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforePopupAborted">TOnBeforePopupAborted</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopupAborted">FOnBeforePopupAborted</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopupAborted">FOnBeforePopupAborted</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforeDevToolsPopup">OnBeforeDevToolsPopup</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforeDevToolsPopup">TOnBeforeDevToolsPopup</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDevToolsPopup">FOnBeforeDevToolsPopup</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDevToolsPopup">FOnBeforeDevToolsPopup</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAfterCreated">OnAfterCreated</a></strong> : <a href="uCEFChromiumEvents.html#TOnAfterCreated">TOnAfterCreated</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAfterCreated">FOnAfterCreated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAfterCreated">FOnAfterCreated</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforeClose">OnBeforeClose</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforeClose">TOnBeforeClose</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeClose">FOnBeforeClose</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeClose">FOnBeforeClose</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnClose">OnClose</a></strong> : <a href="uCEFChromiumEvents.html#TOnClose">TOnClose</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnClose">FOnClose</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnClose">FOnClose</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforeBrowse">OnBeforeBrowse</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforeBrowse">TOnBeforeBrowse</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeBrowse">FOnBeforeBrowse</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeBrowse">FOnBeforeBrowse</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnOpenUrlFromTab">OnOpenUrlFromTab</a></strong> : <a href="uCEFChromiumEvents.html#TOnOpenUrlFromTab">TOnOpenUrlFromTab</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnOpenUrlFromTab">FOnOpenUrlFromTab</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnOpenUrlFromTab">FOnOpenUrlFromTab</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetAuthCredentials">OnGetAuthCredentials</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCertificateError">OnCertificateError</a></strong> : <a href="uCEFChromiumEvents.html#TOnCertificateError">TOnCertificateError</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateError">FOnCertificateError</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateError">FOnCertificateError</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnSelectClientCertificate">OnSelectClientCertificate</a></strong> : <a href="uCEFChromiumEvents.html#TOnSelectClientCertificate">TOnSelectClientCertificate</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnSelectClientCertificate">FOnSelectClientCertificate</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnSelectClientCertificate">FOnSelectClientCertificate</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRenderViewReady">OnRenderViewReady</a></strong> : <a href="uCEFChromiumEvents.html#TOnRenderViewReady">TOnRenderViewReady</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderViewReady">FOnRenderViewReady</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderViewReady">FOnRenderViewReady</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRenderProcessUnresponsive">OnRenderProcessUnresponsive</a></strong> : <a href="uCEFChromiumEvents.html#TOnRenderProcessUnresponsive">TOnRenderProcessUnresponsive</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessUnresponsive">FOnRenderProcessUnresponsive</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessUnresponsive">FOnRenderProcessUnresponsive</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRenderProcessResponsive">OnRenderProcessResponsive</a></strong> : <a href="uCEFChromiumEvents.html#TOnRenderProcessResponsive">TOnRenderProcessResponsive</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessResponsive">FOnRenderProcessResponsive</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessResponsive">FOnRenderProcessResponsive</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRenderProcessTerminated">OnRenderProcessTerminated</a></strong> : <a href="uCEFChromiumEvents.html#TOnRenderProcessTerminated">TOnRenderProcessTerminated</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessTerminated">FOnRenderProcessTerminated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessTerminated">FOnRenderProcessTerminated</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetResourceRequestHandler_ReqHdlr">OnGetResourceRequestHandler_ReqHdlr</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqHdlr">FOnGetResourceRequestHandler_ReqHdlr</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqHdlr">FOnGetResourceRequestHandler_ReqHdlr</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDocumentAvailableInMainFrame">OnDocumentAvailableInMainFrame</a></strong> : <a href="uCEFChromiumEvents.html#TOnDocumentAvailableInMainFrame">TOnDocumentAvailableInMainFrame</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDocumentAvailableInMainFrame">FOnDocumentAvailableInMainFrame</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDocumentAvailableInMainFrame">FOnDocumentAvailableInMainFrame</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnBeforeResourceLoad">OnBeforeResourceLoad</a></strong> : <a href="uCEFChromiumEvents.html#TOnBeforeResourceLoad">TOnBeforeResourceLoad</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeResourceLoad">FOnBeforeResourceLoad</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeResourceLoad">FOnBeforeResourceLoad</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetResourceHandler">OnGetResourceHandler</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetResourceHandler">TOnGetResourceHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceHandler">FOnGetResourceHandler</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceHandler">FOnGetResourceHandler</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnResourceRedirect">OnResourceRedirect</a></strong> : <a href="uCEFChromiumEvents.html#TOnResourceRedirect">TOnResourceRedirect</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceRedirect">FOnResourceRedirect</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceRedirect">FOnResourceRedirect</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnResourceResponse">OnResourceResponse</a></strong> : <a href="uCEFChromiumEvents.html#TOnResourceResponse">TOnResourceResponse</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceResponse">FOnResourceResponse</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceResponse">FOnResourceResponse</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetResourceResponseFilter">OnGetResourceResponseFilter</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetResourceResponseFilter">TOnGetResourceResponseFilter</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceResponseFilter">FOnGetResourceResponseFilter</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceResponseFilter">FOnGetResourceResponseFilter</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnResourceLoadComplete">OnResourceLoadComplete</a></strong> : <a href="uCEFChromiumEvents.html#TOnResourceLoadComplete">TOnResourceLoadComplete</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceLoadComplete">FOnResourceLoadComplete</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceLoadComplete">FOnResourceLoadComplete</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnProtocolExecution">OnProtocolExecution</a></strong> : <a href="uCEFChromiumEvents.html#TOnProtocolExecution">TOnProtocolExecution</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnProtocolExecution">FOnProtocolExecution</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnProtocolExecution">FOnProtocolExecution</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCanSendCookie">OnCanSendCookie</a></strong> : <a href="uCEFChromiumEvents.html#TOnCanSendCookie">TOnCanSendCookie</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSendCookie">FOnCanSendCookie</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSendCookie">FOnCanSendCookie</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCanSaveCookie">OnCanSaveCookie</a></strong> : <a href="uCEFChromiumEvents.html#TOnCanSaveCookie">TOnCanSaveCookie</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSaveCookie">FOnCanSaveCookie</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSaveCookie">FOnCanSaveCookie</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnFileDialog">OnFileDialog</a></strong> : <a href="uCEFChromiumEvents.html#TOnFileDialog">TOnFileDialog</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFileDialog">FOnFileDialog</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFileDialog">FOnFileDialog</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetAccessibilityHandler">OnGetAccessibilityHandler</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetAccessibilityHandler">TOnGetAccessibilityHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAccessibilityHandler">FOnGetAccessibilityHandler</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAccessibilityHandler">FOnGetAccessibilityHandler</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetRootScreenRect">OnGetRootScreenRect</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetRootScreenRect">TOnGetRootScreenRect</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootScreenRect">FOnGetRootScreenRect</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootScreenRect">FOnGetRootScreenRect</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetViewRect">OnGetViewRect</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetViewRect">TOnGetViewRect</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetViewRect">FOnGetViewRect</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetViewRect">FOnGetViewRect</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetScreenPoint">OnGetScreenPoint</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetScreenPoint">TOnGetScreenPoint</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenPoint">FOnGetScreenPoint</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenPoint">FOnGetScreenPoint</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetScreenInfo">OnGetScreenInfo</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetScreenInfo">TOnGetScreenInfo</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenInfo">FOnGetScreenInfo</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenInfo">FOnGetScreenInfo</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnPopupShow">OnPopupShow</a></strong> : <a href="uCEFChromiumEvents.html#TOnPopupShow">TOnPopupShow</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupShow">FOnPopupShow</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupShow">FOnPopupShow</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnPopupSize">OnPopupSize</a></strong> : <a href="uCEFChromiumEvents.html#TOnPopupSize">TOnPopupSize</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupSize">FOnPopupSize</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupSize">FOnPopupSize</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnPaint">OnPaint</a></strong> : <a href="uCEFChromiumEvents.html#TOnPaint">TOnPaint</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPaint">FOnPaint</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPaint">FOnPaint</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAcceleratedPaint">OnAcceleratedPaint</a></strong> : <a href="uCEFChromiumEvents.html#TOnAcceleratedPaint">TOnAcceleratedPaint</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAcceleratedPaint">FOnAcceleratedPaint</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAcceleratedPaint">FOnAcceleratedPaint</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetTouchHandleSize">OnGetTouchHandleSize</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetTouchHandleSize">TOnGetTouchHandleSize</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetTouchHandleSize">FOnGetTouchHandleSize</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetTouchHandleSize">FOnGetTouchHandleSize</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnTouchHandleStateChanged">OnTouchHandleStateChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnTouchHandleStateChanged">TOnTouchHandleStateChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTouchHandleStateChanged">FOnTouchHandleStateChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTouchHandleStateChanged">FOnTouchHandleStateChanged</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnStartDragging">OnStartDragging</a></strong> : <a href="uCEFChromiumEvents.html#TOnStartDragging">TOnStartDragging</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnStartDragging">FOnStartDragging</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnStartDragging">FOnStartDragging</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnUpdateDragCursor">OnUpdateDragCursor</a></strong> : <a href="uCEFChromiumEvents.html#TOnUpdateDragCursor">TOnUpdateDragCursor</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnUpdateDragCursor">FOnUpdateDragCursor</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnUpdateDragCursor">FOnUpdateDragCursor</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnScrollOffsetChanged">OnScrollOffsetChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnScrollOffsetChanged">TOnScrollOffsetChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnScrollOffsetChanged">FOnScrollOffsetChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnScrollOffsetChanged">FOnScrollOffsetChanged</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnIMECompositionRangeChanged">OnIMECompositionRangeChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnIMECompositionRangeChanged">TOnIMECompositionRangeChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIMECompositionRangeChanged">FOnIMECompositionRangeChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIMECompositionRangeChanged">FOnIMECompositionRangeChanged</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnTextSelectionChanged">OnTextSelectionChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnTextSelectionChanged">TOnTextSelectionChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextSelectionChanged">FOnTextSelectionChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextSelectionChanged">FOnTextSelectionChanged</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnVirtualKeyboardRequested">OnVirtualKeyboardRequested</a></strong> : <a href="uCEFChromiumEvents.html#TOnVirtualKeyboardRequested">TOnVirtualKeyboardRequested</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnVirtualKeyboardRequested">FOnVirtualKeyboardRequested</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnVirtualKeyboardRequested">FOnVirtualKeyboardRequested</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDragEnter">OnDragEnter</a></strong> : <a href="uCEFChromiumEvents.html#TOnDragEnter">TOnDragEnter</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDragEnter">FOnDragEnter</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDragEnter">FOnDragEnter</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDraggableRegionsChanged">OnDraggableRegionsChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnDraggableRegionsChanged">TOnDraggableRegionsChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDraggableRegionsChanged">FOnDraggableRegionsChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDraggableRegionsChanged">FOnDraggableRegionsChanged</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnFindResult">OnFindResult</a></strong> : <a href="uCEFChromiumEvents.html#TOnFindResult">TOnFindResult</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFindResult">FOnFindResult</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFindResult">FOnFindResult</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRequestContextInitialized">OnRequestContextInitialized</a></strong> : <a href="uCEFChromiumEvents.html#TOnRequestContextInitialized">TOnRequestContextInitialized</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestContextInitialized">FOnRequestContextInitialized</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestContextInitialized">FOnRequestContextInitialized</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetResourceRequestHandler_ReqCtxHdlr">OnGetResourceRequestHandler_ReqCtxHdlr</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqCtxHdlr">FOnGetResourceRequestHandler_ReqCtxHdlr</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqCtxHdlr">FOnGetResourceRequestHandler_ReqCtxHdlr</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnSinks">OnSinks</a></strong> : <a href="uCEFChromiumEvents.html#TOnSinksEvent">TOnSinksEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnSinks">FOnSinks</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnSinks">FOnSinks</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRoutes">OnRoutes</a></strong> : <a href="uCEFChromiumEvents.html#TOnRoutesEvent">TOnRoutesEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRoutes">FOnRoutes</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRoutes">FOnRoutes</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRouteStateChanged">OnRouteStateChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnRouteStateChangedEvent">TOnRouteStateChangedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteStateChanged">FOnRouteStateChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteStateChanged">FOnRouteStateChanged</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRouteMessageReceived">OnRouteMessageReceived</a></strong> : <a href="uCEFChromiumEvents.html#TOnRouteMessageReceivedEvent">TOnRouteMessageReceivedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteMessageReceived">FOnRouteMessageReceived</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteMessageReceived">FOnRouteMessageReceived</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetAudioParameters">OnGetAudioParameters</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetAudioParametersEvent">TOnGetAudioParametersEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAudioParameters">FOnGetAudioParameters</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAudioParameters">FOnGetAudioParameters</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAudioStreamStarted">OnAudioStreamStarted</a></strong> : <a href="uCEFChromiumEvents.html#TOnAudioStreamStartedEvent">TOnAudioStreamStartedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStarted">FOnAudioStreamStarted</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStarted">FOnAudioStreamStarted</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAudioStreamPacket">OnAudioStreamPacket</a></strong> : <a href="uCEFChromiumEvents.html#TOnAudioStreamPacketEvent">TOnAudioStreamPacketEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamPacket">FOnAudioStreamPacket</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamPacket">FOnAudioStreamPacket</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAudioStreamStopped">OnAudioStreamStopped</a></strong> : <a href="uCEFChromiumEvents.html#TOnAudioStreamStoppedEvent">TOnAudioStreamStoppedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStopped">FOnAudioStreamStopped</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStopped">FOnAudioStreamStopped</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnAudioStreamError">OnAudioStreamError</a></strong> : <a href="uCEFChromiumEvents.html#TOnAudioStreamErrorEvent">TOnAudioStreamErrorEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamError">FOnAudioStreamError</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamError">FOnAudioStreamError</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDevToolsMessage">OnDevToolsMessage</a></strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsMessageEvent">TOnDevToolsMessageEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMessage">FOnDevToolsMessage</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMessage">FOnDevToolsMessage</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDevToolsRawMessage">OnDevToolsRawMessage</a></strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsRawMessageEvent">TOnDevToolsRawMessageEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawMessage">FOnDevToolsRawMessage</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawMessage">FOnDevToolsRawMessage</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDevToolsMethodResult">OnDevToolsMethodResult</a></strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsMethodResultEvent">TOnDevToolsMethodResultEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodResult">FOnDevToolsMethodResult</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodResult">FOnDevToolsMethodResult</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDevToolsMethodRawResult">OnDevToolsMethodRawResult</a></strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsMethodRawResultEvent">TOnDevToolsMethodRawResultEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodRawResult">FOnDevToolsMethodRawResult</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodRawResult">FOnDevToolsMethodRawResult</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDevToolsEvent">OnDevToolsEvent</a></strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsEventEvent">TOnDevToolsEventEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsEvent">FOnDevToolsEvent</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsEvent">FOnDevToolsEvent</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDevToolsRawEvent">OnDevToolsRawEvent</a></strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsEventRawEvent">TOnDevToolsEventRawEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawEvent">FOnDevToolsRawEvent</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawEvent">FOnDevToolsRawEvent</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDevToolsAgentAttached">OnDevToolsAgentAttached</a></strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsAgentAttachedEvent">TOnDevToolsAgentAttachedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentAttached">FOnDevToolsAgentAttached</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentAttached">FOnDevToolsAgentAttached</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDevToolsAgentDetached">OnDevToolsAgentDetached</a></strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsAgentDetachedEvent">TOnDevToolsAgentDetachedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentDetached">FOnDevToolsAgentDetached</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentDetached">FOnDevToolsAgentDetached</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnFrameCreated">OnFrameCreated</a></strong> : <a href="uCEFChromiumEvents.html#TOnFrameCreated">TOnFrameCreated</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameCreated">FOnFrameCreated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameCreated">FOnFrameCreated</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnFrameDestroyed">OnFrameDestroyed</a></strong> : <a href="uCEFChromiumEvents.html#TOnFrameDestroyed">TOnFrameDestroyed</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDestroyed">FOnFrameDestroyed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDestroyed">FOnFrameDestroyed</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnFrameAttached">OnFrameAttached</a></strong> : <a href="uCEFChromiumEvents.html#TOnFrameAttached">TOnFrameAttached</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameAttached">FOnFrameAttached</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameAttached">FOnFrameAttached</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnFrameDetached">OnFrameDetached</a></strong> : <a href="uCEFChromiumEvents.html#TOnFrameDetached">TOnFrameDetached</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDetached">FOnFrameDetached</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDetached">FOnFrameDetached</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnMainFrameChanged">OnMainFrameChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnMainFrameChanged">TOnMainFrameChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnMainFrameChanged">FOnMainFrameChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnMainFrameChanged">FOnMainFrameChanged</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnChromeCommand">OnChromeCommand</a></strong> : <a href="uCEFChromiumEvents.html#TOnChromeCommandEvent">TOnChromeCommandEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnChromeCommand">FOnChromeCommand</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnChromeCommand">FOnChromeCommand</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnIsChromeAppMenuItemVisible">OnIsChromeAppMenuItemVisible</a></strong> : <a href="uCEFChromiumEvents.html#TOnIsChromeAppMenuItemVisibleEvent">TOnIsChromeAppMenuItemVisibleEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemVisible">FOnIsChromeAppMenuItemVisible</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemVisible">FOnIsChromeAppMenuItemVisible</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnIsChromeAppMenuItemEnabled">OnIsChromeAppMenuItemEnabled</a></strong> : <a href="uCEFChromiumEvents.html#TOnIsChromeAppMenuItemEnabledEvent">TOnIsChromeAppMenuItemEnabledEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemEnabled">FOnIsChromeAppMenuItemEnabled</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemEnabled">FOnIsChromeAppMenuItemEnabled</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnIsChromePageActionIconVisible">OnIsChromePageActionIconVisible</a></strong> : <a href="uCEFChromiumEvents.html#TOnIsChromePageActionIconVisibleEvent">TOnIsChromePageActionIconVisibleEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromePageActionIconVisible">FOnIsChromePageActionIconVisible</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromePageActionIconVisible">FOnIsChromePageActionIconVisible</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnIsChromeToolbarButtonVisible">OnIsChromeToolbarButtonVisible</a></strong> : <a href="uCEFChromiumEvents.html#TOnIsChromeToolbarButtonVisibleEvent">TOnIsChromeToolbarButtonVisibleEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeToolbarButtonVisible">FOnIsChromeToolbarButtonVisible</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeToolbarButtonVisible">FOnIsChromeToolbarButtonVisible</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnRequestMediaAccessPermission">OnRequestMediaAccessPermission</a></strong> : <a href="uCEFChromiumEvents.html#TOnRequestMediaAccessPermissionEvent">TOnRequestMediaAccessPermissionEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestMediaAccessPermission">FOnRequestMediaAccessPermission</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestMediaAccessPermission">FOnRequestMediaAccessPermission</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnShowPermissionPrompt">OnShowPermissionPrompt</a></strong> : <a href="uCEFChromiumEvents.html#TOnShowPermissionPromptEvent">TOnShowPermissionPromptEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnShowPermissionPrompt">FOnShowPermissionPrompt</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnShowPermissionPrompt">FOnShowPermissionPrompt</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnDismissPermissionPrompt">OnDismissPermissionPrompt</a></strong> : <a href="uCEFChromiumEvents.html#TOnDismissPermissionPromptEvent">TOnDismissPermissionPromptEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDismissPermissionPrompt">FOnDismissPermissionPrompt</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDismissPermissionPrompt">FOnDismissPermissionPrompt</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnPreferenceChanged">OnPreferenceChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnPreferenceChangedEvent">TOnPreferenceChangedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPreferenceChanged">FOnPreferenceChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPreferenceChanged">FOnPreferenceChanged</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnSettingChanged">OnSettingChanged</a></strong> : <a href="uCEFChromiumEvents.html#TOnSettingChangedEvent">TOnSettingChangedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnSettingChanged">FOnSettingChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnSettingChanged">FOnSettingChanged</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="FCompHandle"></span><code><strong>FCompHandle</strong>: HWND;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FHandler"></span><code><strong>FHandler</strong>: <a href="uCEFInterfaces.ICefClient.html">ICefClient</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="FBrowsersCS"></span><code><strong>FBrowsersCS</strong>: TCriticalSection;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FBrowsers"></span><code><strong>FBrowsers</strong>: <a href="uCEFChromiumCore.TBrowserInfoList.html">TBrowserInfoList</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="FBrowserId"></span><code><strong>FBrowserId</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="FMultiBrowserMode"></span><code><strong>FMultiBrowserMode</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="FReqContextHandler"></span><code><strong>FReqContextHandler</strong>: <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</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="FResourceRequestHandler"></span><code><strong>FResourceRequestHandler</strong>: <a href="uCEFInterfaces.ICefResourceRequestHandler.html">ICefResourceRequestHandler</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="FMediaObserver"></span><code><strong>FMediaObserver</strong>: <a href="uCEFInterfaces.ICefMediaObserver.html">ICefMediaObserver</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="FMediaObserverReg"></span><code><strong>FMediaObserverReg</strong>: <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</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="FDevToolsMsgObserver"></span><code><strong>FDevToolsMsgObserver</strong>: <a href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</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="FDevToolsMsgObserverReg"></span><code><strong>FDevToolsMsgObserverReg</strong>: <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</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="FSettingObserver"></span><code><strong>FSettingObserver</strong>: <a href="uCEFInterfaces.ICefSettingObserver.html">ICefSettingObserver</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="FSettingObserverReg"></span><code><strong>FSettingObserverReg</strong>: <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</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="FPreferenceInfoList"></span><code><strong>FPreferenceInfoList</strong>: TPreferenceInfoList;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FPreferenceInfoCS"></span><code><strong>FPreferenceInfoCS</strong>: TCriticalSection;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FDefaultUrl"></span><code><strong>FDefaultUrl</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="FOptions"></span><code><strong>FOptions</strong>: <a href="uCEFChromiumOptions.TChromiumOptions.html">TChromiumOptions</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="FFontOptions"></span><code><strong>FFontOptions</strong>: <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html">TChromiumFontOptions</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="FPDFPrintOptions"></span><code><strong>FPDFPrintOptions</strong>: <a href="uCEFPDFPrintOptions.TPDFPrintOptions.html">TPDFPrintOptions</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="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="FProxyType"></span><code><strong>FProxyType</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="FProxyScheme"></span><code><strong>FProxyScheme</strong>: <a href="uCEFTypes.html#TCefProxyScheme">TCefProxyScheme</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="FProxyServer"></span><code><strong>FProxyServer</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="FProxyPort"></span><code><strong>FProxyPort</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="FProxyUsername"></span><code><strong>FProxyUsername</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="FProxyPassword"></span><code><strong>FProxyPassword</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="FProxyScriptURL"></span><code><strong>FProxyScriptURL</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="FProxyByPassList"></span><code><strong>FProxyByPassList</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="FMaxConnectionsPerProxy"></span><code><strong>FMaxConnectionsPerProxy</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="FUpdatePreferences"></span><code><strong>FUpdatePreferences</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="FCustomHeaderName"></span><code><strong>FCustomHeaderName</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="FCustomHeaderValue"></span><code><strong>FCustomHeaderValue</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="FAddCustomHeader"></span><code><strong>FAddCustomHeader</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="FDoNotTrack"></span><code><strong>FDoNotTrack</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="FSendReferrer"></span><code><strong>FSendReferrer</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="FAllowOutdatedPlugins"></span><code><strong>FAllowOutdatedPlugins</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="FAlwaysAuthorizePlugins"></span><code><strong>FAlwaysAuthorizePlugins</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="FAlwaysOpenPDFExternally"></span><code><strong>FAlwaysOpenPDFExternally</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="FSpellChecking"></span><code><strong>FSpellChecking</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="FSpellCheckerDicts"></span><code><strong>FSpellCheckerDicts</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="FZoomStep"></span><code><strong>FZoomStep</strong>: byte;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FZoomStepCS"></span><code><strong>FZoomStepCS</strong>: TCriticalSection;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FPrefsFileName"></span><code><strong>FPrefsFileName</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="FIsOSR"></span><code><strong>FIsOSR</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="FSafeSearch"></span><code><strong>FSafeSearch</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="FOffline"></span><code><strong>FOffline</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="FYouTubeRestrict"></span><code><strong>FYouTubeRestrict</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="FPrintingEnabled"></span><code><strong>FPrintingEnabled</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="FWindowInfo"></span><code><strong>FWindowInfo</strong>: <a href="uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html">TCEFWindowInfoWrapper</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="FBrowserSettings"></span><code><strong>FBrowserSettings</strong>: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</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="FDevWindowInfo"></span><code><strong>FDevWindowInfo</strong>: <a href="uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html">TCEFWindowInfoWrapper</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="FDevBrowserSettings"></span><code><strong>FDevBrowserSettings</strong>: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</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="FDragOperations"></span><code><strong>FDragOperations</strong>: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</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="FDragDropManager"></span><code><strong>FDragDropManager</strong>: <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html">TCEFDragAndDropMgr</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="FDropTargetWnd"></span><code><strong>FDropTargetWnd</strong>: HWND;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FDragAndDropInitialized"></span><code><strong>FDragAndDropInitialized</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="FWebRTCIPHandlingPolicy"></span><code><strong>FWebRTCIPHandlingPolicy</strong>: <a href="uCEFTypes.html#TCefWebRTCHandlingPolicy">TCefWebRTCHandlingPolicy</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="FWebRTCMultipleRoutes"></span><code><strong>FWebRTCMultipleRoutes</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="FWebRTCNonProxiedUDP"></span><code><strong>FWebRTCNonProxiedUDP</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="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="FAcceptCookies"></span><code><strong>FAcceptCookies</strong>: <a href="uCEFTypes.html#TCefCookiePref">TCefCookiePref</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="FBlock3rdPartyCookies"></span><code><strong>FBlock3rdPartyCookies</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="FQuicAllowed"></span><code><strong>FQuicAllowed</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="FJavascriptEnabled"></span><code><strong>FJavascriptEnabled</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="FLoadImagesAutomatically"></span><code><strong>FLoadImagesAutomatically</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="FBatterySaverModeState"></span><code><strong>FBatterySaverModeState</strong>: <a href="uCEFTypes.html#TCefBatterySaverModeState">TCefBatterySaverModeState</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="FHighEfficiencyModeState"></span><code><strong>FHighEfficiencyModeState</strong>: <a href="uCEFTypes.html#TCefHighEfficiencyModeState">TCefHighEfficiencyModeState</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="FCanFocus"></span><code><strong>FCanFocus</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="FEnableFocusDelayMs"></span><code><strong>FEnableFocusDelayMs</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="FComponentID"></span><code><strong>FComponentID</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="FDownloadBubble"></span><code><strong>FDownloadBubble</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="FHTTPSUpgrade"></span><code><strong>FHTTPSUpgrade</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="FHSTSPolicyBypassList"></span><code><strong>FHSTSPolicyBypassList</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="FCredentialsService"></span><code><strong>FCredentialsService</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="FAutofillCreditCard"></span><code><strong>FAutofillCreditCard</strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FAutofillProfile"></span><code><strong>FAutofillProfile</strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FTryingToCloseBrowser"></span><code><strong>FTryingToCloseBrowser</strong>: boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOldBrowserCompWndPrc"></span><code><strong>FOldBrowserCompWndPrc</strong>: TFNWndProc;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOldRenderCompWndPrc"></span><code><strong>FOldRenderCompWndPrc</strong>: TFNWndProc;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FBrowserCompStub"></span><code><strong>FBrowserCompStub</strong>: Pointer;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FRenderCompStub"></span><code><strong>FRenderCompStub</strong>: Pointer;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FBrowserCompHWND"></span><code><strong>FBrowserCompHWND</strong>: THandle;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FRenderCompHWND"></span><code><strong>FRenderCompHWND</strong>: THandle;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr 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="uCEFChromiumEvents.html#TOnProcessMessageReceived">TOnProcessMessageReceived</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefClient</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr 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="uCEFChromiumEvents.html#TOnLoadStart">TOnLoadStart</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="FOnLoadEnd"></span><code><strong>FOnLoadEnd</strong>: <a href="uCEFChromiumEvents.html#TOnLoadEnd">TOnLoadEnd</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="uCEFChromiumEvents.html#TOnLoadError">TOnLoadError</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="uCEFChromiumEvents.html#TOnLoadingStateChange">TOnLoadingStateChange</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="FOnTakeFocus"></span><code><strong>FOnTakeFocus</strong>: <a href="uCEFChromiumEvents.html#TOnTakeFocus">TOnTakeFocus</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefFocusHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnSetFocus"></span><code><strong>FOnSetFocus</strong>: <a href="uCEFChromiumEvents.html#TOnSetFocus">TOnSetFocus</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="FOnGotFocus"></span><code><strong>FOnGotFocus</strong>: <a href="uCEFChromiumEvents.html#TOnGotFocus">TOnGotFocus</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="FOnBeforeContextMenu"></span><code><strong>FOnBeforeContextMenu</strong>: <a href="uCEFChromiumEvents.html#TOnBeforeContextMenu">TOnBeforeContextMenu</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefContextMenuHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnRunContextMenu"></span><code><strong>FOnRunContextMenu</strong>: <a href="uCEFChromiumEvents.html#TOnRunContextMenu">TOnRunContextMenu</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="FOnContextMenuCommand"></span><code><strong>FOnContextMenuCommand</strong>: <a href="uCEFChromiumEvents.html#TOnContextMenuCommand">TOnContextMenuCommand</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="FOnContextMenuDismissed"></span><code><strong>FOnContextMenuDismissed</strong>: <a href="uCEFChromiumEvents.html#TOnContextMenuDismissed">TOnContextMenuDismissed</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="FOnRunQuickMenu"></span><code><strong>FOnRunQuickMenu</strong>: <a href="uCEFChromiumEvents.html#TOnRunQuickMenuEvent">TOnRunQuickMenuEvent</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="FOnQuickMenuCommand"></span><code><strong>FOnQuickMenuCommand</strong>: <a href="uCEFChromiumEvents.html#TOnQuickMenuCommandEvent">TOnQuickMenuCommandEvent</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="FOnQuickMenuDismissed"></span><code><strong>FOnQuickMenuDismissed</strong>: <a href="uCEFChromiumEvents.html#TOnQuickMenuDismissedEvent">TOnQuickMenuDismissedEvent</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="FOnPreKeyEvent"></span><code><strong>FOnPreKeyEvent</strong>: <a href="uCEFChromiumEvents.html#TOnPreKeyEvent">TOnPreKeyEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefKeyboardHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnKeyEvent"></span><code><strong>FOnKeyEvent</strong>: <a href="uCEFChromiumEvents.html#TOnKeyEvent">TOnKeyEvent</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="FOnAddressChange"></span><code><strong>FOnAddressChange</strong>: <a href="uCEFChromiumEvents.html#TOnAddressChange">TOnAddressChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDisplayHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnTitleChange"></span><code><strong>FOnTitleChange</strong>: <a href="uCEFChromiumEvents.html#TOnTitleChange">TOnTitleChange</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="FOnFavIconUrlChange"></span><code><strong>FOnFavIconUrlChange</strong>: <a href="uCEFChromiumEvents.html#TOnFavIconUrlChange">TOnFavIconUrlChange</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="FOnFullScreenModeChange"></span><code><strong>FOnFullScreenModeChange</strong>: <a href="uCEFChromiumEvents.html#TOnFullScreenModeChange">TOnFullScreenModeChange</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="FOnTooltip"></span><code><strong>FOnTooltip</strong>: <a href="uCEFChromiumEvents.html#TOnTooltip">TOnTooltip</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="FOnStatusMessage"></span><code><strong>FOnStatusMessage</strong>: <a href="uCEFChromiumEvents.html#TOnStatusMessage">TOnStatusMessage</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="FOnConsoleMessage"></span><code><strong>FOnConsoleMessage</strong>: <a href="uCEFChromiumEvents.html#TOnConsoleMessage">TOnConsoleMessage</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="FOnAutoResize"></span><code><strong>FOnAutoResize</strong>: <a href="uCEFChromiumEvents.html#TOnAutoResize">TOnAutoResize</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="FOnLoadingProgressChange"></span><code><strong>FOnLoadingProgressChange</strong>: <a href="uCEFChromiumEvents.html#TOnLoadingProgressChange">TOnLoadingProgressChange</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="FOnCursorChange"></span><code><strong>FOnCursorChange</strong>: <a href="uCEFChromiumEvents.html#TOnCursorChange">TOnCursorChange</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="FOnMediaAccessChange"></span><code><strong>FOnMediaAccessChange</strong>: <a href="uCEFChromiumEvents.html#TOnMediaAccessChange">TOnMediaAccessChange</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="FOnCanDownload"></span><code><strong>FOnCanDownload</strong>: <a href="uCEFChromiumEvents.html#TOnCanDownloadEvent">TOnCanDownloadEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDownloadHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnBeforeDownload"></span><code><strong>FOnBeforeDownload</strong>: <a href="uCEFChromiumEvents.html#TOnBeforeDownload">TOnBeforeDownload</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="FOnDownloadUpdated"></span><code><strong>FOnDownloadUpdated</strong>: <a href="uCEFChromiumEvents.html#TOnDownloadUpdated">TOnDownloadUpdated</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="FOnJsdialog"></span><code><strong>FOnJsdialog</strong>: <a href="uCEFChromiumEvents.html#TOnJsdialog">TOnJsdialog</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefJsDialogHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnBeforeUnloadDialog"></span><code><strong>FOnBeforeUnloadDialog</strong>: <a href="uCEFChromiumEvents.html#TOnBeforeUnloadDialog">TOnBeforeUnloadDialog</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="FOnResetDialogState"></span><code><strong>FOnResetDialogState</strong>: <a href="uCEFChromiumEvents.html#TOnResetDialogState">TOnResetDialogState</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="FOnDialogClosed"></span><code><strong>FOnDialogClosed</strong>: <a href="uCEFChromiumEvents.html#TOnDialogClosed">TOnDialogClosed</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="FOnBeforePopup"></span><code><strong>FOnBeforePopup</strong>: <a href="uCEFChromiumEvents.html#TOnBeforePopup">TOnBeforePopup</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefLifeSpanHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnBeforePopupAborted"></span><code><strong>FOnBeforePopupAborted</strong>: <a href="uCEFChromiumEvents.html#TOnBeforePopupAborted">TOnBeforePopupAborted</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="FOnBeforeDevToolsPopup"></span><code><strong>FOnBeforeDevToolsPopup</strong>: <a href="uCEFChromiumEvents.html#TOnBeforeDevToolsPopup">TOnBeforeDevToolsPopup</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="FOnAfterCreated"></span><code><strong>FOnAfterCreated</strong>: <a href="uCEFChromiumEvents.html#TOnAfterCreated">TOnAfterCreated</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="FOnBeforeClose"></span><code><strong>FOnBeforeClose</strong>: <a href="uCEFChromiumEvents.html#TOnBeforeClose">TOnBeforeClose</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="FOnClose"></span><code><strong>FOnClose</strong>: <a href="uCEFChromiumEvents.html#TOnClose">TOnClose</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="FOnBeforeBrowse"></span><code><strong>FOnBeforeBrowse</strong>: <a href="uCEFChromiumEvents.html#TOnBeforeBrowse">TOnBeforeBrowse</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefRequestHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnOpenUrlFromTab"></span><code><strong>FOnOpenUrlFromTab</strong>: <a href="uCEFChromiumEvents.html#TOnOpenUrlFromTab">TOnOpenUrlFromTab</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="FOnGetAuthCredentials"></span><code><strong>FOnGetAuthCredentials</strong>: <a href="uCEFChromiumEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</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="FOnCertificateError"></span><code><strong>FOnCertificateError</strong>: <a href="uCEFChromiumEvents.html#TOnCertificateError">TOnCertificateError</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="FOnSelectClientCertificate"></span><code><strong>FOnSelectClientCertificate</strong>: <a href="uCEFChromiumEvents.html#TOnSelectClientCertificate">TOnSelectClientCertificate</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="FOnRenderViewReady"></span><code><strong>FOnRenderViewReady</strong>: <a href="uCEFChromiumEvents.html#TOnRenderViewReady">TOnRenderViewReady</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="FOnRenderProcessUnresponsive"></span><code><strong>FOnRenderProcessUnresponsive</strong>: <a href="uCEFChromiumEvents.html#TOnRenderProcessUnresponsive">TOnRenderProcessUnresponsive</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="FOnRenderProcessResponsive"></span><code><strong>FOnRenderProcessResponsive</strong>: <a href="uCEFChromiumEvents.html#TOnRenderProcessResponsive">TOnRenderProcessResponsive</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="FOnRenderProcessTerminated"></span><code><strong>FOnRenderProcessTerminated</strong>: <a href="uCEFChromiumEvents.html#TOnRenderProcessTerminated">TOnRenderProcessTerminated</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="FOnGetResourceRequestHandler_ReqHdlr"></span><code><strong>FOnGetResourceRequestHandler_ReqHdlr</strong>: <a href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</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="FOnDocumentAvailableInMainFrame"></span><code><strong>FOnDocumentAvailableInMainFrame</strong>: <a href="uCEFChromiumEvents.html#TOnDocumentAvailableInMainFrame">TOnDocumentAvailableInMainFrame</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="FOnBeforeResourceLoad"></span><code><strong>FOnBeforeResourceLoad</strong>: <a href="uCEFChromiumEvents.html#TOnBeforeResourceLoad">TOnBeforeResourceLoad</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefResourceRequestHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnGetResourceHandler"></span><code><strong>FOnGetResourceHandler</strong>: <a href="uCEFChromiumEvents.html#TOnGetResourceHandler">TOnGetResourceHandler</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="FOnResourceRedirect"></span><code><strong>FOnResourceRedirect</strong>: <a href="uCEFChromiumEvents.html#TOnResourceRedirect">TOnResourceRedirect</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="FOnResourceResponse"></span><code><strong>FOnResourceResponse</strong>: <a href="uCEFChromiumEvents.html#TOnResourceResponse">TOnResourceResponse</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="FOnGetResourceResponseFilter"></span><code><strong>FOnGetResourceResponseFilter</strong>: <a href="uCEFChromiumEvents.html#TOnGetResourceResponseFilter">TOnGetResourceResponseFilter</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="FOnResourceLoadComplete"></span><code><strong>FOnResourceLoadComplete</strong>: <a href="uCEFChromiumEvents.html#TOnResourceLoadComplete">TOnResourceLoadComplete</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="FOnProtocolExecution"></span><code><strong>FOnProtocolExecution</strong>: <a href="uCEFChromiumEvents.html#TOnProtocolExecution">TOnProtocolExecution</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="FOnCanSendCookie"></span><code><strong>FOnCanSendCookie</strong>: <a href="uCEFChromiumEvents.html#TOnCanSendCookie">TOnCanSendCookie</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefCookieAccessFilter</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnCanSaveCookie"></span><code><strong>FOnCanSaveCookie</strong>: <a href="uCEFChromiumEvents.html#TOnCanSaveCookie">TOnCanSaveCookie</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="FOnFileDialog"></span><code><strong>FOnFileDialog</strong>: <a href="uCEFChromiumEvents.html#TOnFileDialog">TOnFileDialog</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDialogHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnGetAccessibilityHandler"></span><code><strong>FOnGetAccessibilityHandler</strong>: <a href="uCEFChromiumEvents.html#TOnGetAccessibilityHandler">TOnGetAccessibilityHandler</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefRenderHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnGetRootScreenRect"></span><code><strong>FOnGetRootScreenRect</strong>: <a href="uCEFChromiumEvents.html#TOnGetRootScreenRect">TOnGetRootScreenRect</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="FOnGetViewRect"></span><code><strong>FOnGetViewRect</strong>: <a href="uCEFChromiumEvents.html#TOnGetViewRect">TOnGetViewRect</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="FOnGetScreenPoint"></span><code><strong>FOnGetScreenPoint</strong>: <a href="uCEFChromiumEvents.html#TOnGetScreenPoint">TOnGetScreenPoint</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="FOnGetScreenInfo"></span><code><strong>FOnGetScreenInfo</strong>: <a href="uCEFChromiumEvents.html#TOnGetScreenInfo">TOnGetScreenInfo</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="FOnPopupShow"></span><code><strong>FOnPopupShow</strong>: <a href="uCEFChromiumEvents.html#TOnPopupShow">TOnPopupShow</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="FOnPopupSize"></span><code><strong>FOnPopupSize</strong>: <a href="uCEFChromiumEvents.html#TOnPopupSize">TOnPopupSize</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="FOnPaint"></span><code><strong>FOnPaint</strong>: <a href="uCEFChromiumEvents.html#TOnPaint">TOnPaint</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="FOnAcceleratedPaint"></span><code><strong>FOnAcceleratedPaint</strong>: <a href="uCEFChromiumEvents.html#TOnAcceleratedPaint">TOnAcceleratedPaint</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="FOnGetTouchHandleSize"></span><code><strong>FOnGetTouchHandleSize</strong>: <a href="uCEFChromiumEvents.html#TOnGetTouchHandleSize">TOnGetTouchHandleSize</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="FOnTouchHandleStateChanged"></span><code><strong>FOnTouchHandleStateChanged</strong>: <a href="uCEFChromiumEvents.html#TOnTouchHandleStateChanged">TOnTouchHandleStateChanged</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="FOnStartDragging"></span><code><strong>FOnStartDragging</strong>: <a href="uCEFChromiumEvents.html#TOnStartDragging">TOnStartDragging</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="FOnUpdateDragCursor"></span><code><strong>FOnUpdateDragCursor</strong>: <a href="uCEFChromiumEvents.html#TOnUpdateDragCursor">TOnUpdateDragCursor</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="FOnScrollOffsetChanged"></span><code><strong>FOnScrollOffsetChanged</strong>: <a href="uCEFChromiumEvents.html#TOnScrollOffsetChanged">TOnScrollOffsetChanged</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="FOnIMECompositionRangeChanged"></span><code><strong>FOnIMECompositionRangeChanged</strong>: <a href="uCEFChromiumEvents.html#TOnIMECompositionRangeChanged">TOnIMECompositionRangeChanged</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="FOnTextSelectionChanged"></span><code><strong>FOnTextSelectionChanged</strong>: <a href="uCEFChromiumEvents.html#TOnTextSelectionChanged">TOnTextSelectionChanged</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="FOnVirtualKeyboardRequested"></span><code><strong>FOnVirtualKeyboardRequested</strong>: <a href="uCEFChromiumEvents.html#TOnVirtualKeyboardRequested">TOnVirtualKeyboardRequested</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="FOnDragEnter"></span><code><strong>FOnDragEnter</strong>: <a href="uCEFChromiumEvents.html#TOnDragEnter">TOnDragEnter</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDragHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnDraggableRegionsChanged"></span><code><strong>FOnDraggableRegionsChanged</strong>: <a href="uCEFChromiumEvents.html#TOnDraggableRegionsChanged">TOnDraggableRegionsChanged</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="FOnFindResult"></span><code><strong>FOnFindResult</strong>: <a href="uCEFChromiumEvents.html#TOnFindResult">TOnFindResult</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefFindHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnRequestContextInitialized"></span><code><strong>FOnRequestContextInitialized</strong>: <a href="uCEFChromiumEvents.html#TOnRequestContextInitialized">TOnRequestContextInitialized</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefRequestContextHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnGetResourceRequestHandler_ReqCtxHdlr"></span><code><strong>FOnGetResourceRequestHandler_ReqCtxHdlr</strong>: <a href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</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="FOnSinks"></span><code><strong>FOnSinks</strong>: <a href="uCEFChromiumEvents.html#TOnSinksEvent">TOnSinksEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefMediaObserver</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnRoutes"></span><code><strong>FOnRoutes</strong>: <a href="uCEFChromiumEvents.html#TOnRoutesEvent">TOnRoutesEvent</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="FOnRouteStateChanged"></span><code><strong>FOnRouteStateChanged</strong>: <a href="uCEFChromiumEvents.html#TOnRouteStateChangedEvent">TOnRouteStateChangedEvent</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="FOnRouteMessageReceived"></span><code><strong>FOnRouteMessageReceived</strong>: <a href="uCEFChromiumEvents.html#TOnRouteMessageReceivedEvent">TOnRouteMessageReceivedEvent</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="FOnGetAudioParameters"></span><code><strong>FOnGetAudioParameters</strong>: <a href="uCEFChromiumEvents.html#TOnGetAudioParametersEvent">TOnGetAudioParametersEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefAudioHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnAudioStreamStarted"></span><code><strong>FOnAudioStreamStarted</strong>: <a href="uCEFChromiumEvents.html#TOnAudioStreamStartedEvent">TOnAudioStreamStartedEvent</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="FOnAudioStreamPacket"></span><code><strong>FOnAudioStreamPacket</strong>: <a href="uCEFChromiumEvents.html#TOnAudioStreamPacketEvent">TOnAudioStreamPacketEvent</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="FOnAudioStreamStopped"></span><code><strong>FOnAudioStreamStopped</strong>: <a href="uCEFChromiumEvents.html#TOnAudioStreamStoppedEvent">TOnAudioStreamStoppedEvent</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="FOnAudioStreamError"></span><code><strong>FOnAudioStreamError</strong>: <a href="uCEFChromiumEvents.html#TOnAudioStreamErrorEvent">TOnAudioStreamErrorEvent</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="FOnDevToolsMessage"></span><code><strong>FOnDevToolsMessage</strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsMessageEvent">TOnDevToolsMessageEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDevToolsMessageObserver</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnDevToolsRawMessage"></span><code><strong>FOnDevToolsRawMessage</strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsRawMessageEvent">TOnDevToolsRawMessageEvent</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="FOnDevToolsMethodResult"></span><code><strong>FOnDevToolsMethodResult</strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsMethodResultEvent">TOnDevToolsMethodResultEvent</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="FOnDevToolsMethodRawResult"></span><code><strong>FOnDevToolsMethodRawResult</strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsMethodRawResultEvent">TOnDevToolsMethodRawResultEvent</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="FOnDevToolsEvent"></span><code><strong>FOnDevToolsEvent</strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsEventEvent">TOnDevToolsEventEvent</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="FOnDevToolsRawEvent"></span><code><strong>FOnDevToolsRawEvent</strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsEventRawEvent">TOnDevToolsEventRawEvent</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="FOnDevToolsAgentAttached"></span><code><strong>FOnDevToolsAgentAttached</strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsAgentAttachedEvent">TOnDevToolsAgentAttachedEvent</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="FOnDevToolsAgentDetached"></span><code><strong>FOnDevToolsAgentDetached</strong>: <a href="uCEFChromiumEvents.html#TOnDevToolsAgentDetachedEvent">TOnDevToolsAgentDetachedEvent</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="FOnPrintStart"></span><code><strong>FOnPrintStart</strong>: <a href="uCEFChromiumEvents.html#TOnPrintStartEvent">TOnPrintStartEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefPrintHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnPrintSettings"></span><code><strong>FOnPrintSettings</strong>: <a href="uCEFChromiumEvents.html#TOnPrintSettingsEvent">TOnPrintSettingsEvent</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="FOnPrintDialog"></span><code><strong>FOnPrintDialog</strong>: <a href="uCEFChromiumEvents.html#TOnPrintDialogEvent">TOnPrintDialogEvent</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="FOnPrintJob"></span><code><strong>FOnPrintJob</strong>: <a href="uCEFChromiumEvents.html#TOnPrintJobEvent">TOnPrintJobEvent</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="FOnPrintReset"></span><code><strong>FOnPrintReset</strong>: <a href="uCEFChromiumEvents.html#TOnPrintResetEvent">TOnPrintResetEvent</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="FOnGetPDFPaperSize"></span><code><strong>FOnGetPDFPaperSize</strong>: <a href="uCEFChromiumEvents.html#TOnGetPDFPaperSizeEvent">TOnGetPDFPaperSizeEvent</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="FOnFrameCreated"></span><code><strong>FOnFrameCreated</strong>: <a href="uCEFChromiumEvents.html#TOnFrameCreated">TOnFrameCreated</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefFrameHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnFrameDestroyed"></span><code><strong>FOnFrameDestroyed</strong>: <a href="uCEFChromiumEvents.html#TOnFrameDestroyed">TOnFrameDestroyed</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="FOnFrameAttached"></span><code><strong>FOnFrameAttached</strong>: <a href="uCEFChromiumEvents.html#TOnFrameAttached">TOnFrameAttached</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="FOnFrameDetached"></span><code><strong>FOnFrameDetached</strong>: <a href="uCEFChromiumEvents.html#TOnFrameDetached">TOnFrameDetached</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="FOnMainFrameChanged"></span><code><strong>FOnMainFrameChanged</strong>: <a href="uCEFChromiumEvents.html#TOnMainFrameChanged">TOnMainFrameChanged</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="FOnChromeCommand"></span><code><strong>FOnChromeCommand</strong>: <a href="uCEFChromiumEvents.html#TOnChromeCommandEvent">TOnChromeCommandEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefCommandHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnIsChromeAppMenuItemVisible"></span><code><strong>FOnIsChromeAppMenuItemVisible</strong>: <a href="uCEFChromiumEvents.html#TOnIsChromeAppMenuItemVisibleEvent">TOnIsChromeAppMenuItemVisibleEvent</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="FOnIsChromeAppMenuItemEnabled"></span><code><strong>FOnIsChromeAppMenuItemEnabled</strong>: <a href="uCEFChromiumEvents.html#TOnIsChromeAppMenuItemEnabledEvent">TOnIsChromeAppMenuItemEnabledEvent</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="FOnIsChromePageActionIconVisible"></span><code><strong>FOnIsChromePageActionIconVisible</strong>: <a href="uCEFChromiumEvents.html#TOnIsChromePageActionIconVisibleEvent">TOnIsChromePageActionIconVisibleEvent</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="FOnIsChromeToolbarButtonVisible"></span><code><strong>FOnIsChromeToolbarButtonVisible</strong>: <a href="uCEFChromiumEvents.html#TOnIsChromeToolbarButtonVisibleEvent">TOnIsChromeToolbarButtonVisibleEvent</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="FOnRequestMediaAccessPermission"></span><code><strong>FOnRequestMediaAccessPermission</strong>: <a href="uCEFChromiumEvents.html#TOnRequestMediaAccessPermissionEvent">TOnRequestMediaAccessPermissionEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefPermissionHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnShowPermissionPrompt"></span><code><strong>FOnShowPermissionPrompt</strong>: <a href="uCEFChromiumEvents.html#TOnShowPermissionPromptEvent">TOnShowPermissionPromptEvent</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="FOnDismissPermissionPrompt"></span><code><strong>FOnDismissPermissionPrompt</strong>: <a href="uCEFChromiumEvents.html#TOnDismissPermissionPromptEvent">TOnDismissPermissionPromptEvent</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="FOnPreferenceChanged"></span><code><strong>FOnPreferenceChanged</strong>: <a href="uCEFChromiumEvents.html#TOnPreferenceChangedEvent">TOnPreferenceChangedEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefPreferenceObserver</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnSettingChanged"></span><code><strong>FOnSettingChanged</strong>: <a href="uCEFChromiumEvents.html#TOnSettingChangedEvent">TOnSettingChangedEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefSettingObserver</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnTextResultAvailable"></span><code><strong>FOnTextResultAvailable</strong>: <a href="uCEFChromiumEvents.html#TOnTextResultAvailableEvent">TOnTextResultAvailableEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Custom</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnPdfPrintFinished"></span><code><strong>FOnPdfPrintFinished</strong>: <a href="uCEFChromiumEvents.html#TOnPdfPrintFinishedEvent">TOnPdfPrintFinishedEvent</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="FOnPrefsAvailable"></span><code><strong>FOnPrefsAvailable</strong>: <a href="uCEFChromiumEvents.html#TOnPrefsAvailableEvent">TOnPrefsAvailableEvent</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="FOnPrefsUpdated"></span><code><strong>FOnPrefsUpdated</strong>: TNotifyEvent;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnCookiesDeleted"></span><code><strong>FOnCookiesDeleted</strong>: <a href="uCEFChromiumEvents.html#TOnCookiesDeletedEvent">TOnCookiesDeletedEvent</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="FOnResolvedHostAvailable"></span><code><strong>FOnResolvedHostAvailable</strong>: <a href="uCEFChromiumEvents.html#TOnResolvedIPsAvailableEvent">TOnResolvedIPsAvailableEvent</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="FOnNavigationVisitorResultAvailable"></span><code><strong>FOnNavigationVisitorResultAvailable</strong>: <a href="uCEFChromiumEvents.html#TOnNavigationVisitorResultAvailableEvent">TOnNavigationVisitorResultAvailableEvent</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="FOnDownloadImageFinished"></span><code><strong>FOnDownloadImageFinished</strong>: <a href="uCEFChromiumEvents.html#TOnDownloadImageFinishedEvent">TOnDownloadImageFinishedEvent</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="FOnCookiesFlushed"></span><code><strong>FOnCookiesFlushed</strong>: TNotifyEvent;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnCertificateExceptionsCleared"></span><code><strong>FOnCertificateExceptionsCleared</strong>: TNotifyEvent;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnHttpAuthCredentialsCleared"></span><code><strong>FOnHttpAuthCredentialsCleared</strong>: TNotifyEvent;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnAllConnectionsClosed"></span><code><strong>FOnAllConnectionsClosed</strong>: TNotifyEvent;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnExecuteTaskOnCefThread"></span><code><strong>FOnExecuteTaskOnCefThread</strong>: <a href="uCEFChromiumEvents.html#TOnExecuteTaskOnCefThread">TOnExecuteTaskOnCefThread</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="FOnCookiesVisited"></span><code><strong>FOnCookiesVisited</strong>: <a href="uCEFChromiumEvents.html#TOnCookiesVisited">TOnCookiesVisited</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="FOnCookieVisitorDestroyed"></span><code><strong>FOnCookieVisitorDestroyed</strong>: <a href="uCEFChromiumEvents.html#TOnCookieVisitorDestroyed">TOnCookieVisitorDestroyed</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="FOnCookieSet"></span><code><strong>FOnCookieSet</strong>: <a href="uCEFChromiumEvents.html#TOnCookieSet">TOnCookieSet</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="FOnZoomPctAvailable"></span><code><strong>FOnZoomPctAvailable</strong>: <a href="uCEFChromiumEvents.html#TOnZoomPctAvailable">TOnZoomPctAvailable</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="FOnMediaRouteCreateFinished"></span><code><strong>FOnMediaRouteCreateFinished</strong>: <a href="uCEFChromiumEvents.html#TOnMediaRouteCreateFinishedEvent">TOnMediaRouteCreateFinishedEvent</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="FOnMediaSinkDeviceInfo"></span><code><strong>FOnMediaSinkDeviceInfo</strong>: <a href="uCEFChromiumEvents.html#TOnMediaSinkDeviceInfoEvent">TOnMediaSinkDeviceInfoEvent</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="FOnCanFocus"></span><code><strong>FOnCanFocus</strong>: TNotifyEvent;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnBrowserCompMsg"></span><code><strong>FOnBrowserCompMsg</strong>: <a href="uCEFChromiumEvents.html#TOnCompMsgEvent">TOnCompMsgEvent</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="FOnRenderCompMsg"></span><code><strong>FOnRenderCompMsg</strong>: <a href="uCEFChromiumEvents.html#TOnCompMsgEvent">TOnCompMsgEvent</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="GetIsLoading"></span><code>function <strong>GetIsLoading</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="GetMultithreadApp"></span><code>function <strong>GetMultithreadApp</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="GetHasDocument"></span><code>function <strong>GetHasDocument</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="GetHasView"></span><code>function <strong>GetHasView</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="GetHasDevTools"></span><code>function <strong>GetHasDevTools</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="GetHasClientHandler"></span><code>function <strong>GetHasClientHandler</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="GetHasBrowser"></span><code>function <strong>GetHasBrowser</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="GetCanGoBack"></span><code>function <strong>GetCanGoBack</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="GetCanGoForward"></span><code>function <strong>GetCanGoForward</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="GetDocumentURL"></span><code>function <strong>GetDocumentURL</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="GetZoomLevel"></span><code>function <strong>GetZoomLevel</strong>: double;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="GetZoomPct"></span><code>function <strong>GetZoomPct</strong>: double;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="GetZoomStep"></span><code>function <strong>GetZoomStep</strong>: byte;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="GetDefaultZoomLevel"></span><code>function <strong>GetDefaultZoomLevel</strong>: double;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="GetCanIncZoom"></span><code>function <strong>GetCanIncZoom</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="GetCanDecZoom"></span><code>function <strong>GetCanDecZoom</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="GetCanResetZoom"></span><code>function <strong>GetCanResetZoom</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="GetIsPopUp"></span><code>function <strong>GetIsPopUp</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="GetWindowHandle"></span><code>function <strong>GetWindowHandle</strong>: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</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="GetOpenerWindowHandle"></span><code>function <strong>GetOpenerWindowHandle</strong>: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</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="GetOpenerIdentifier"></span><code>function <strong>GetOpenerIdentifier</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="GetWindowlessFrameRate"></span><code>function <strong>GetWindowlessFrameRate</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="GetFrameIsFocused"></span><code>function <strong>GetFrameIsFocused</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="GetInitialized"></span><code>function <strong>GetInitialized</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="GetVisibleNavigationEntry"></span><code>function <strong>GetVisibleNavigationEntry</strong>: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</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="GetRuntimeStyle"></span><code>function <strong>GetRuntimeStyle</strong>: <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</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="GetHasValidMainFrame"></span><code>function <strong>GetHasValidMainFrame</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="GetFrameCount"></span><code>function <strong>GetFrameCount</strong>: <a href="uCEFTypes.html#NativeUInt">NativeUInt</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="GetRequestContextCache"></span><code>function <strong>GetRequestContextCache</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="GetRequestContextIsGlobal"></span><code>function <strong>GetRequestContextIsGlobal</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="GetChromeColorSchemeMode"></span><code>function <strong>GetChromeColorSchemeMode</strong>: <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</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="GetChromeColorSchemeColor"></span><code>function <strong>GetChromeColorSchemeColor</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="GetChromeColorSchemeVariant"></span><code>function <strong>GetChromeColorSchemeVariant</strong>: <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</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="GetAudioMuted"></span><code>function <strong>GetAudioMuted</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="GetFullscreen"></span><code>function <strong>GetFullscreen</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="GetIsRenderProcessUnresponsive"></span><code>function <strong>GetIsRenderProcessUnresponsive</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="GetParentFormHandle"></span><code>function <strong>GetParentFormHandle</strong>: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</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="GetRequestContext"></span><code>function <strong>GetRequestContext</strong>: <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</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="GetMediaRouter"></span><code>function <strong>GetMediaRouter</strong>: <a href="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</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="GetBrowser"></span><code>function <strong>GetBrowser</strong>: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="GetBrowserId"></span><code>function <strong>GetBrowserId</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="GetBrowserById-integer-"></span><code>function <strong>GetBrowserById</strong>(aID : integer) : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="GetBrowserCount"></span><code>function <strong>GetBrowserCount</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="GetBrowserIdByIndex-integer-"></span><code>function <strong>GetBrowserIdByIndex</strong>(aIndex : integer) : 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="GetComponentID"></span><code>function <strong>GetComponentID</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="GetCefWindowInfo"></span><code>function <strong>GetCefWindowInfo</strong>: <a href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</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="GetWindowInfoExStyle"></span><code>function <strong>GetWindowInfoExStyle</strong>: DWORD;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="SetDoNotTrack-boolean-"></span><code>procedure <strong>SetDoNotTrack</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="SetSendReferrer-boolean-"></span><code>procedure <strong>SetSendReferrer</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="SetHyperlinkAuditing-boolean-"></span><code>procedure <strong>SetHyperlinkAuditing</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="SetAllowOutdatedPlugins-boolean-"></span><code>procedure <strong>SetAllowOutdatedPlugins</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="SetAlwaysAuthorizePlugins-boolean-"></span><code>procedure <strong>SetAlwaysAuthorizePlugins</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="SetAlwaysOpenPDFExternally-boolean-"></span><code>procedure <strong>SetAlwaysOpenPDFExternally</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="SetSpellChecking-boolean-"></span><code>procedure <strong>SetSpellChecking</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="SetSpellCheckerDicts-ustring-"></span><code>procedure <strong>SetSpellCheckerDicts</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="SetWebRTCIPHandlingPolicy-TCefWebRTCHandlingPolicy-"></span><code>procedure <strong>SetWebRTCIPHandlingPolicy</strong>(aValue : <a href="uCEFTypes.html#TCefWebRTCHandlingPolicy">TCefWebRTCHandlingPolicy</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="SetWebRTCMultipleRoutes-TCefState-"></span><code>procedure <strong>SetWebRTCMultipleRoutes</strong>(aValue : <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="SetWebRTCNonProxiedUDP-TCefState-"></span><code>procedure <strong>SetWebRTCNonProxiedUDP</strong>(aValue : <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="SetProxyType-integer-"></span><code>procedure <strong>SetProxyType</strong>(aValue : 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="SetProxyScheme-TCefProxyScheme-"></span><code>procedure <strong>SetProxyScheme</strong>(aValue : <a href="uCEFTypes.html#TCefProxyScheme">TCefProxyScheme</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="SetProxyServer-ustring-"></span><code>procedure <strong>SetProxyServer</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="SetProxyPort-integer-"></span><code>procedure <strong>SetProxyPort</strong>(aValue : 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="SetProxyUsername-ustring-"></span><code>procedure <strong>SetProxyUsername</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="SetProxyPassword-ustring-"></span><code>procedure <strong>SetProxyPassword</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="SetProxyScriptURL-ustring-"></span><code>procedure <strong>SetProxyScriptURL</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="SetProxyByPassList-ustring-"></span><code>procedure <strong>SetProxyByPassList</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="SetMaxConnectionsPerProxy-integer-"></span><code>procedure <strong>SetMaxConnectionsPerProxy</strong>(const aValue : 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="SetCustomHeaderName-ustring-"></span><code>procedure <strong>SetCustomHeaderName</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="SetCustomHeaderValue-ustring-"></span><code>procedure <strong>SetCustomHeaderValue</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="SetZoomLevel-double-"></span><code>procedure <strong>SetZoomLevel</strong>(const aValue : double);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="SetZoomPct-double-"></span><code>procedure <strong>SetZoomPct</strong>(const aValue : double);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="SetZoomStep-byte-"></span><code>procedure <strong>SetZoomStep</strong>(aValue : byte);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="SetWindowlessFrameRate-integer-"></span><code>procedure <strong>SetWindowlessFrameRate</strong>(aValue : 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="SetAudioMuted-boolean-"></span><code>procedure <strong>SetAudioMuted</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="SetSafeSearch-boolean-"></span><code>procedure <strong>SetSafeSearch</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="SetOffline-boolean-"></span><code>procedure <strong>SetOffline</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="SetYouTubeRestrict-integer-"></span><code>procedure <strong>SetYouTubeRestrict</strong>(aValue : 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="SetPrintingEnabled-boolean-"></span><code>procedure <strong>SetPrintingEnabled</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="SetAcceptLanguageList-ustring-"></span><code>procedure <strong>SetAcceptLanguageList</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="SetAcceptCookies-TCefCookiePref-"></span><code>procedure <strong>SetAcceptCookies</strong>(const aValue : <a href="uCEFTypes.html#TCefCookiePref">TCefCookiePref</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="SetBlock3rdPartyCookies-boolean-"></span><code>procedure <strong>SetBlock3rdPartyCookies</strong>(const 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="SetMultiBrowserMode-boolean-"></span><code>procedure <strong>SetMultiBrowserMode</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="SetQuicAllowed-boolean-"></span><code>procedure <strong>SetQuicAllowed</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="SetJavascriptEnabled-boolean-"></span><code>procedure <strong>SetJavascriptEnabled</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="SetLoadImagesAutomatically-boolean-"></span><code>procedure <strong>SetLoadImagesAutomatically</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="SetBatterySaverModeState-TCefBatterySaverModeState-"></span><code>procedure <strong>SetBatterySaverModeState</strong>(aValue : <a href="uCEFTypes.html#TCefBatterySaverModeState">TCefBatterySaverModeState</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="SetHighEfficiencyModeState-TCefHighEfficiencyModeState-"></span><code>procedure <strong>SetHighEfficiencyModeState</strong>(aValue : <a href="uCEFTypes.html#TCefHighEfficiencyModeState">TCefHighEfficiencyModeState</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="SetDefaultUrl-ustring-"></span><code>procedure <strong>SetDefaultUrl</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="SetRuntimeStyle-TCefRuntimeStyle-"></span><code>procedure <strong>SetRuntimeStyle</strong>(aValue : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</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="SetWindowInfoExStyle-DWORD-"></span><code>procedure <strong>SetWindowInfoExStyle</strong>(aValue : DWORD);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="CreateBrowserHost-PCefWindowInfo-ustring-PCefBrowserSettings-ICefDictionaryValue-ICefRequestContext-"></span><code>function <strong>CreateBrowserHost</strong>(aWindowInfo : <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</a>; const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aSettings : <a href="uCEFTypes.html#PCefBrowserSettings">PCefBrowserSettings</a>; const aExtraInfo : <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; const aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</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="CreateBrowserHostSync-PCefWindowInfo-ustring-PCefBrowserSettings-ICefDictionaryValue-ICefRequestContext-"></span><code>function <strong>CreateBrowserHostSync</strong>(aWindowInfo : <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</a>; const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aSettings : <a href="uCEFTypes.html#PCefBrowserSettings">PCefBrowserSettings</a>; const aExtraInfo : <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; const aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</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="DestroyAllBrowsers"></span><code>procedure <strong>DestroyAllBrowsers</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="DestroyClientHandler"></span><code>procedure <strong>DestroyClientHandler</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="DestroyReqContextHandler"></span><code>procedure <strong>DestroyReqContextHandler</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="DestroyResourceRequestHandler"></span><code>procedure <strong>DestroyResourceRequestHandler</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="DestroyMediaObserver"></span><code>procedure <strong>DestroyMediaObserver</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="DestroyDevToolsMsgObserver"></span><code>procedure <strong>DestroyDevToolsMsgObserver</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="DestroySettingObserver"></span><code>procedure <strong>DestroySettingObserver</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="DestroyPreferenceObserver"></span><code>procedure <strong>DestroyPreferenceObserver</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="DestroyAllHandlersAndObservers"></span><code>procedure <strong>DestroyAllHandlersAndObservers</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="CreateResourceRequestHandler"></span><code>procedure <strong>CreateResourceRequestHandler</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="CreateMediaObserver"></span><code>procedure <strong>CreateMediaObserver</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="CreateDevToolsMsgObserver"></span><code>procedure <strong>CreateDevToolsMsgObserver</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="CreateSettingObserver"></span><code>procedure <strong>CreateSettingObserver</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="CreatePreferenceObserver"></span><code>procedure <strong>CreatePreferenceObserver</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="CreateRequestContextHandler"></span><code>procedure <strong>CreateRequestContextHandler</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="CreateOptionsClasses"></span><code>procedure <strong>CreateOptionsClasses</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="CreateSyncObjects"></span><code>procedure <strong>CreateSyncObjects</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="CreateBrowserInfoList"></span><code>procedure <strong>CreateBrowserInfoList</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="CreateWindowWithWndProc"></span><code>procedure <strong>CreateWindowWithWndProc</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="InitializeEvents"></span><code>procedure <strong>InitializeEvents</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="InitializeSettings-TCefBrowserSettings-"></span><code>procedure <strong>InitializeSettings</strong>(var aSettings : <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</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="UpdateProxyPrefs-ICefBrowser-"></span><code>function <strong>UpdateProxyPrefs</strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="UpdatePreference-ICefBrowser-ustring-boolean-"></span><code>function <strong>UpdatePreference</strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName : <a href="uCEFTypes.html#ustring">ustring</a>; aValue : boolean) : boolean; overload;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="UpdatePreference-ICefBrowser-ustring-integer-"></span><code>function <strong>UpdatePreference</strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName : <a href="uCEFTypes.html#ustring">ustring</a>; aValue : integer) : boolean; overload;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="UpdatePreference-ICefBrowser-ustring-double-"></span><code>function <strong>UpdatePreference</strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName : <a href="uCEFTypes.html#ustring">ustring</a>; const aValue : double) : boolean; overload;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="UpdatePreference-ICefBrowser-ustring-ustring-"></span><code>function <strong>UpdatePreference</strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName, aValue : <a href="uCEFTypes.html#ustring">ustring</a>) : boolean; overload;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="UpdatePreference-ICefBrowser-ustring-TStringList-"></span><code>function <strong>UpdatePreference</strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName : <a href="uCEFTypes.html#ustring">ustring</a>; const aValue : TStringList) : boolean; overload;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="UpdateStringListPref-ICefBrowser-ustring-ustring-"></span><code>function <strong>UpdateStringListPref</strong>(const aBrowser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const aName, aValue : <a href="uCEFTypes.html#ustring">ustring</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="ExecuteUpdateZoomStepTask-boolean-"></span><code>function <strong>ExecuteUpdateZoomStepTask</strong>(aInc : boolean) : 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="ExecuteUpdateZoomPctTask-boolean-"></span><code>function <strong>ExecuteUpdateZoomPctTask</strong>(aInc : boolean) : 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="ExecuteReadZoomTask"></span><code>function <strong>ExecuteReadZoomTask</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="ExecuteSetZoomPctTask-double-"></span><code>function <strong>ExecuteSetZoomPctTask</strong>(const aValue : double) : 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="ExecuteSetZoomLevelTask-double-"></span><code>function <strong>ExecuteSetZoomLevelTask</strong>(const aValue : double) : 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="ExecuteSetZoomStepTask-byte-"></span><code>function <strong>ExecuteSetZoomStepTask</strong>(aValue : byte) : 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="ExecuteBrowserNavigationTask-TCefBrowserNavigation-"></span><code>function <strong>ExecuteBrowserNavigationTask</strong>(aTask : <a href="uCEFTypes.html#TCefBrowserNavigation">TCefBrowserNavigation</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="UpdateHostZoomLevel-double-"></span><code>procedure <strong>UpdateHostZoomLevel</strong>(const aValue : double);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="UpdateHostZoomPct-double-"></span><code>procedure <strong>UpdateHostZoomPct</strong>(const aValue : double);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="DelayedDragging"></span><code>procedure <strong>DelayedDragging</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="InitializeWindowInfo-TCefWindowHandle-TRect-ustring-"></span><code>procedure <strong>InitializeWindowInfo</strong>(aParentHandle : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; aParentRect : TRect; const aWindowName : <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="DefaultInitializeDevToolsWindowInfo-TCefWindowHandle-TRect-ustring-"></span><code>procedure <strong>DefaultInitializeDevToolsWindowInfo</strong>(aDevToolsWnd: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; const aClientRect: TRect; const aWindowName: <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="AddBrowser-ICefBrowser-"></span><code>function <strong>AddBrowser</strong>(const aBrowser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="RemoveBrowser-ICefBrowser-"></span><code>function <strong>RemoveBrowser</strong>(const aBrowser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="SetBrowserIsClosing-integer-"></span><code>procedure <strong>SetBrowserIsClosing</strong>(aID : 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="PrefsAvailableMsg-boolean-"></span><code>procedure <strong>PrefsAvailableMsg</strong>(aResultOK : 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="SendCompMessage-cardinal-WPARAM-LPARAM-"></span><code>function <strong>SendCompMessage</strong>(aMsg : cardinal; aWParam : WPARAM = 0; aLParam : LPARAM = 0) : 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="ToMouseEvent-Longint-TPoint-TCefMouseEvent-"></span><code>procedure <strong>ToMouseEvent</strong>(grfKeyState : Longint; pt : TPoint; var aMouseEvent : <a href="uCEFTypes.TCefMouseEvent.html">TCefMouseEvent</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="WndProc-TMessage-"></span><code>procedure <strong>WndProc</strong>(var aMessage: TMessage);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="CreateStub-TWndMethod-Pointer-"></span><code>procedure <strong>CreateStub</strong>(const aMethod : TWndMethod; var aStub : Pointer);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FreeAndNilStub-pointer-"></span><code>procedure <strong>FreeAndNilStub</strong>(var aStub : pointer);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="InstallCompWndProc-THandle-Pointer-"></span><code>function <strong>InstallCompWndProc</strong>(aWnd: THandle; aStub: Pointer): TFNWndProc;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="RestoreCompWndProc-THandle-THandle-TFNWndProc-"></span><code>procedure <strong>RestoreCompWndProc</strong>(var aOldWnd: THandle; aNewWnd: THandle; var aProc: TFNWndProc);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="CallOldCompWndProc-TFNWndProc-THandle-TMessage-"></span><code>procedure <strong>CallOldCompWndProc</strong>(aProc: TFNWndProc; aWnd: THandle; var aMessage: TMessage);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="BrowserCompWndProc-TMessage-"></span><code>procedure <strong>BrowserCompWndProc</strong>(var aMessage: TMessage);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="RenderCompWndProc-TMessage-"></span><code>procedure <strong>RenderCompWndProc</strong>(var aMessage: TMessage);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="RestoreOldCompWndProc"></span><code>procedure <strong>RestoreOldCompWndProc</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="CopyDCToBitmapStream-HDC-TRect-TStream-"></span><code>function <strong>CopyDCToBitmapStream</strong>(aSrcDC : HDC; const aSrcRect : TRect; const aStream : TStream) : 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="DragDropManager_OnDragEnter-TObject-ICefDragData-Longint-TPoint-Longint-"></span><code>procedure <strong>DragDropManager_OnDragEnter</strong>(Sender: TObject; const aDragData : <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="DragDropManager_OnDragOver-TObject-Longint-TPoint-Longint-"></span><code>procedure <strong>DragDropManager_OnDragOver</strong>(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="DragDropManager_OnDragLeave-TObject-"></span><code>procedure <strong>DragDropManager_OnDragLeave</strong>(Sender: TObject);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="DragDropManager_OnDrop-TObject-Longint-TPoint-Longint-"></span><code>procedure <strong>DragDropManager_OnDrop</strong>(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint);</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr 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-"></span><code>function <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>): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefClient</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr 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>
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="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="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 class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.IChromiumEvents.html#doOnLoadingStateChange-ICefBrowser-Boolean-Boolean-Boolean-">IChromiumEvents.doOnLoadingStateChange</a>.</p><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="doOnTakeFocus-ICefBrowser-Boolean-"></span><code>procedure <strong>doOnTakeFocus</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; next: Boolean); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefFocusHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnSetFocus-ICefBrowser-TCefFocusSource-"></span><code>function <strong>doOnSetFocus</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; source: <a href="uCEFTypes.html#TCefFocusSource">TCefFocusSource</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="doOnGotFocus-ICefBrowser-"></span><code>procedure <strong>doOnGotFocus</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="doOnBeforeContextMenu-ICefBrowser-ICefFrame-ICefContextMenuParams-ICefMenuModel-"></span><code>procedure <strong>doOnBeforeContextMenu</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const params: <a href="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a>; const model: <a href="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</a>); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefContextMenuHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doRunContextMenu-ICefBrowser-ICefFrame-ICefContextMenuParams-ICefMenuModel-ICefRunContextMenuCallback-"></span><code>function <strong>doRunContextMenu</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const params: <a href="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a>; const model: <a href="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</a>; const callback: <a href="uCEFInterfaces.ICefRunContextMenuCallback.html">ICefRunContextMenuCallback</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="doOnContextMenuCommand-ICefBrowser-ICefFrame-ICefContextMenuParams-Integer-TCefEventFlags-"></span><code>function <strong>doOnContextMenuCommand</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const params: <a href="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a>; commandId: Integer; eventFlags: <a href="uCEFTypes.html#TCefEventFlags">TCefEventFlags</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="doOnContextMenuDismissed-ICefBrowser-ICefFrame-"></span><code>procedure <strong>doOnContextMenuDismissed</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="doRunQuickMenu-ICefBrowser-ICefFrame-PCefPoint-PCefSize-TCefQuickMenuEditStateFlags-ICefRunQuickMenuCallback-"></span><code>function <strong>doRunQuickMenu</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; location: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>; size: <a href="uCEFTypes.html#PCefSize">PCefSize</a>; edit_state_flags: <a href="uCEFTypes.html#TCefQuickMenuEditStateFlags">TCefQuickMenuEditStateFlags</a>; const callback: <a href="uCEFInterfaces.ICefRunQuickMenuCallback.html">ICefRunQuickMenuCallback</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="doOnQuickMenuCommand-ICefBrowser-ICefFrame-integer-TCefEventFlags-"></span><code>function <strong>doOnQuickMenuCommand</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; command_id: integer; event_flags: <a href="uCEFTypes.html#TCefEventFlags">TCefEventFlags</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="doOnQuickMenuDismissed-ICefBrowser-ICefFrame-"></span><code>procedure <strong>doOnQuickMenuDismissed</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="doOnPreKeyEvent-ICefBrowser-PCefKeyEvent-TCefEventHandle-Boolean-"></span><code>function <strong>doOnPreKeyEvent</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</a>; osEvent: <a href="uCEFTypes.html#TCefEventHandle">TCefEventHandle</a>; out isKeyboardShortcut: Boolean): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefKeyboardHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnKeyEvent-ICefBrowser-PCefKeyEvent-TCefEventHandle-"></span><code>function <strong>doOnKeyEvent</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</a>; osEvent: <a href="uCEFTypes.html#TCefEventHandle">TCefEventHandle</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="doOnAddressChange-ICefBrowser-ICefFrame-ustring-"></span><code>procedure <strong>doOnAddressChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const url: <a href="uCEFTypes.html#ustring">ustring</a>); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDisplayHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnTitleChange-ICefBrowser-ustring-"></span><code>procedure <strong>doOnTitleChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const title: <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="doOnFaviconUrlChange-ICefBrowser-TStrings-"></span><code>procedure <strong>doOnFaviconUrlChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const iconUrls: TStrings); 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="doOnFullScreenModeChange-ICefBrowser-Boolean-"></span><code>procedure <strong>doOnFullScreenModeChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; fullscreen: 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="doOnTooltip-ICefBrowser-ustring-"></span><code>function <strong>doOnTooltip</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var text: <a href="uCEFTypes.html#ustring">ustring</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="doOnStatusMessage-ICefBrowser-ustring-"></span><code>procedure <strong>doOnStatusMessage</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const value: <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="doOnConsoleMessage-ICefBrowser-TCefLogSeverity-ustring-ustring-Integer-"></span><code>function <strong>doOnConsoleMessage</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; level: <a href="uCEFTypes.html#TCefLogSeverity">TCefLogSeverity</a>; const aMessage, source: <a href="uCEFTypes.html#ustring">ustring</a>; line: Integer): 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="doOnAutoResize-ICefBrowser-PCefSize-"></span><code>function <strong>doOnAutoResize</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_size: <a href="uCEFTypes.html#PCefSize">PCefSize</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="doOnLoadingProgressChange-ICefBrowser-double-"></span><code>procedure <strong>doOnLoadingProgressChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const progress: double); 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="doOnCursorChange-ICefBrowser-TCefCursorHandle-TCefCursorType-PCefCursorInfo-boolean-"></span><code>procedure <strong>doOnCursorChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; cursor_: <a href="uCEFTypes.html#TCefCursorHandle">TCefCursorHandle</a>; cursorType: <a href="uCEFTypes.html#TCefCursorType">TCefCursorType</a>; const customCursorInfo: <a href="uCEFTypes.html#PCefCursorInfo">PCefCursorInfo</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="doOnMediaAccessChange-ICefBrowser-boolean-boolean-"></span><code>procedure <strong>doOnMediaAccessChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; has_video_access, has_audio_access: 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="doOnCanDownload-ICefBrowser-ustring-ustring-"></span><code>function <strong>doOnCanDownload</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const url, request_method: <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDownloadHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnBeforeDownload-ICefBrowser-ICefDownloadItem-ustring-ICefBeforeDownloadCallback-"></span><code>function <strong>doOnBeforeDownload</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const downloadItem: <a href="uCEFInterfaces.ICefDownloadItem.html">ICefDownloadItem</a>; const suggestedName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefBeforeDownloadCallback.html">ICefBeforeDownloadCallback</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="doOnDownloadUpdated-ICefBrowser-ICefDownloadItem-ICefDownloadItemCallback-"></span><code>procedure <strong>doOnDownloadUpdated</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const downloadItem: <a href="uCEFInterfaces.ICefDownloadItem.html">ICefDownloadItem</a>; const callback: <a href="uCEFInterfaces.ICefDownloadItemCallback.html">ICefDownloadItemCallback</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="doOnJsdialog-ICefBrowser-ustring-TCefJsDialogType-ustring-ustring-ICefJsDialogCallback-Boolean-"></span><code>function <strong>doOnJsdialog</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const originUrl: <a href="uCEFTypes.html#ustring">ustring</a>; dialogType: <a href="uCEFTypes.html#TCefJsDialogType">TCefJsDialogType</a>; const messageText, defaultPromptText: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefJsDialogCallback.html">ICefJsDialogCallback</a>; out suppressMessage: Boolean): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefJsDialogHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnBeforeUnloadDialog-ICefBrowser-ustring-Boolean-ICefJsDialogCallback-"></span><code>function <strong>doOnBeforeUnloadDialog</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const messageText: <a href="uCEFTypes.html#ustring">ustring</a>; isReload: Boolean; const callback: <a href="uCEFInterfaces.ICefJsDialogCallback.html">ICefJsDialogCallback</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="doOnResetDialogState-ICefBrowser-"></span><code>procedure <strong>doOnResetDialogState</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="doOnDialogClosed-ICefBrowser-"></span><code>procedure <strong>doOnDialogClosed</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="doOnBeforePopup-ICefBrowser-ICefFrame-Integer-ustring-ustring-TCefWindowOpenDisposition-Boolean-TCefPopupFeatures-TCefWindowInfo-ICefClient-TCefBrowserSettings-ICefDictionaryValue-Boolean-"></span><code>function <strong>doOnBeforePopup</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; popup_id: Integer; const targetUrl, targetFrameName: <a href="uCEFTypes.html#ustring">ustring</a>; targetDisposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>; userGesture: Boolean; const popupFeatures: <a href="uCEFTypes.TCefPopupFeatures.html">TCefPopupFeatures</a>; var windowInfo: <a href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</a>; var client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; var settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; var extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; var noJavascriptAccess: Boolean): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefLifeSpanHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnBeforePopupAborted-ICefBrowser-Integer-"></span><code>procedure <strong>doOnBeforePopupAborted</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; popup_id: 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="doOnBeforeDevToolsPopup-ICefBrowser-TCefWindowInfo-ICefClient-TCefBrowserSettings-ICefDictionaryValue-boolean-"></span><code>procedure <strong>doOnBeforeDevToolsPopup</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var windowInfo: <a href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</a>; var client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; var settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; var extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; var use_default_window: 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="doOnAfterCreated-ICefBrowser-"></span><code>procedure <strong>doOnAfterCreated</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="doOnBeforeClose-ICefBrowser-"></span><code>procedure <strong>doOnBeforeClose</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="doOnClose-ICefBrowser-"></span><code>function <strong>doOnClose</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="doOnBeforeBrowse-ICefBrowser-ICefFrame-ICefRequest-Boolean-Boolean-"></span><code>function <strong>doOnBeforeBrowse</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; user_gesture, isRedirect: Boolean): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefRequestHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnOpenUrlFromTab-ICefBrowser-ICefFrame-ustring-TCefWindowOpenDisposition-Boolean-"></span><code>function <strong>doOnOpenUrlFromTab</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const targetUrl: <a href="uCEFTypes.html#ustring">ustring</a>; targetDisposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>; userGesture: Boolean): 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="doGetResourceRequestHandler_ReqHdlr-ICefBrowser-ICefFrame-ICefRequest-boolean-boolean-ustring-boolean-ICefResourceRequestHandler-"></span><code>procedure <strong>doGetResourceRequestHandler_ReqHdlr</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; is_navigation, is_download: boolean; const request_initiator: <a href="uCEFTypes.html#ustring">ustring</a>; var disable_default_handling: boolean; var aResourceRequestHandler : <a href="uCEFInterfaces.ICefResourceRequestHandler.html">ICefResourceRequestHandler</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="doOnGetAuthCredentials-ICefBrowser-ustring-Boolean-ustring-Integer-ustring-ustring-ICefAuthCallback-"></span><code>function <strong>doOnGetAuthCredentials</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const originUrl: <a href="uCEFTypes.html#ustring">ustring</a>; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</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="doOnCertificateError-ICefBrowser-TCefErrorcode-ustring-ICefSslInfo-ICefCallback-"></span><code>function <strong>doOnCertificateError</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; certError: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorcode</a>; const requestUrl: <a href="uCEFTypes.html#ustring">ustring</a>; const sslInfo: <a href="uCEFInterfaces.ICefSslInfo.html">ICefSslInfo</a>; const callback: <a href="uCEFInterfaces.ICefCallback.html">ICefCallback</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="doOnSelectClientCertificate-ICefBrowser-boolean-ustring-integer-NativeUInt-TCefX509CertificateArray-ICefSelectClientCertificateCallback-"></span><code>function <strong>doOnSelectClientCertificate</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; isProxy: boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; certificatesCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const certificates: <a href="uCEFInterfaces.html#TCefX509CertificateArray">TCefX509CertificateArray</a>; const callback: <a href="uCEFInterfaces.ICefSelectClientCertificateCallback.html">ICefSelectClientCertificateCallback</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="doOnRenderViewReady-ICefBrowser-"></span><code>procedure <strong>doOnRenderViewReady</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="doOnRenderProcessUnresponsive-ICefBrowser-ICefUnresponsiveProcessCallback-"></span><code>function <strong>doOnRenderProcessUnresponsive</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const callback: <a href="uCEFInterfaces.ICefUnresponsiveProcessCallback.html">ICefUnresponsiveProcessCallback</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="doOnRenderProcessResponsive-ICefBrowser-"></span><code>procedure <strong>doOnRenderProcessResponsive</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="doOnRenderProcessTerminated-ICefBrowser-TCefTerminationStatus-integer-ustring-"></span><code>procedure <strong>doOnRenderProcessTerminated</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; status: <a href="uCEFTypes.html#TCefTerminationStatus">TCefTerminationStatus</a>; error_code: integer; const error_string: <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="doOnDocumentAvailableInMainFrame-ICefBrowser-"></span><code>procedure <strong>doOnDocumentAvailableInMainFrame</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="doOnBeforeResourceLoad-ICefBrowser-ICefFrame-ICefRequest-ICefCallback-"></span><code>function <strong>doOnBeforeResourceLoad</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const callback: <a href="uCEFInterfaces.ICefCallback.html">ICefCallback</a>): <a href="uCEFTypes.html#TCefReturnValue">TCefReturnValue</a>; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefResourceRequestHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnGetResourceHandler-ICefBrowser-ICefFrame-ICefRequest-ICefResourceHandler-"></span><code>procedure <strong>doOnGetResourceHandler</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; var aResourceHandler : <a href="uCEFInterfaces.ICefResourceHandler.html">ICefResourceHandler</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="doOnResourceRedirect-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-ustring-"></span><code>procedure <strong>doOnResourceRedirect</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</a>; var newUrl: <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="doOnResourceResponse-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-"></span><code>function <strong>doOnResourceResponse</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</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="doOnGetResourceResponseFilter-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-ICefResponseFilter-"></span><code>procedure <strong>doOnGetResourceResponseFilter</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</a>; var aResponseFilter: <a href="uCEFInterfaces.ICefResponseFilter.html">ICefResponseFilter</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="doOnResourceLoadComplete-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-TCefUrlRequestStatus-Int64-"></span><code>procedure <strong>doOnResourceLoadComplete</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</a>; status: <a href="uCEFTypes.html#TCefUrlRequestStatus">TCefUrlRequestStatus</a>; receivedContentLength: 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="doOnProtocolExecution-ICefBrowser-ICefFrame-ICefRequest-Boolean-"></span><code>procedure <strong>doOnProtocolExecution</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; var allowOsExecution: 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="doCanSendCookie-ICefBrowser-ICefFrame-ICefRequest-PCefCookie-"></span><code>function <strong>doCanSendCookie</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const cookie: <a href="uCEFTypes.html#PCefCookie">PCefCookie</a>): boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefCookieAccessFilter</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doCanSaveCookie-ICefBrowser-ICefFrame-ICefRequest-ICefResponse-PCefCookie-"></span><code>function <strong>doCanSaveCookie</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const response: <a href="uCEFInterfaces.ICefResponse.html">ICefResponse</a>; const cookie: <a href="uCEFTypes.html#PCefCookie">PCefCookie</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="doOnFileDialog-ICefBrowser-TCefFileDialogMode-ustring-ustring-TStrings-TStrings-TStrings-ICefFileDialogCallback-"></span><code>function <strong>doOnFileDialog</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters, accept_extensions, accept_descriptions: TStrings; const callback: <a href="uCEFInterfaces.ICefFileDialogCallback.html">ICefFileDialogCallback</a>): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDialogHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnGetAccessibilityHandler-ICefAccessibilityHandler-"></span><code>procedure <strong>doOnGetAccessibilityHandler</strong>(var aAccessibilityHandler : <a href="uCEFInterfaces.ICefAccessibilityHandler.html">ICefAccessibilityHandler</a>); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefRenderHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnGetRootScreenRect-ICefBrowser-TCefRect-"></span><code>function <strong>doOnGetRootScreenRect</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var rect: <a href="uCEFTypes.TCefRect.html">TCefRect</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="doOnGetViewRect-ICefBrowser-TCefRect-"></span><code>procedure <strong>doOnGetViewRect</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var rect: <a href="uCEFTypes.TCefRect.html">TCefRect</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="doOnGetScreenPoint-ICefBrowser-Integer-Integer-Integer-Integer-"></span><code>function <strong>doOnGetScreenPoint</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; viewX, viewY: Integer; var screenX, screenY: Integer): 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="doOnGetScreenInfo-ICefBrowser-TCefScreenInfo-"></span><code>function <strong>doOnGetScreenInfo</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var screenInfo: <a href="uCEFTypes.TCefScreenInfo.html">TCefScreenInfo</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="doOnPopupShow-ICefBrowser-Boolean-"></span><code>procedure <strong>doOnPopupShow</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; show: 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="doOnPopupSize-ICefBrowser-PCefRect-"></span><code>procedure <strong>doOnPopupSize</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const rect: <a href="uCEFTypes.html#PCefRect">PCefRect</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="doOnPaint-ICefBrowser-TCefPaintElementType-NativeUInt-PCefRectArray-Pointer-Integer-Integer-"></span><code>procedure <strong>doOnPaint</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a>; dirtyRectsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const dirtyRects: <a href="uCEFTypes.html#PCefRectArray">PCefRectArray</a>; const buffer: Pointer; width, height: 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="doOnAcceleratedPaint-ICefBrowser-TCefPaintElementType-NativeUInt-PCefRectArray-PCefAcceleratedPaintInfo-"></span><code>procedure <strong>doOnAcceleratedPaint</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a>; dirtyRectsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const dirtyRects: <a href="uCEFTypes.html#PCefRectArray">PCefRectArray</a>; const info: <a href="uCEFTypes.html#PCefAcceleratedPaintInfo">PCefAcceleratedPaintInfo</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="doGetTouchHandleSize-ICefBrowser-TCefHorizontalAlignment-TCefSize-"></span><code>procedure <strong>doGetTouchHandleSize</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; orientation: <a href="uCEFTypes.html#TCefHorizontalAlignment">TCefHorizontalAlignment</a>; var size: <a href="uCEFTypes.TCefSize.html">TCefSize</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="doOnTouchHandleStateChanged-ICefBrowser-TCefTouchHandleState-"></span><code>procedure <strong>doOnTouchHandleStateChanged</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const state: <a href="uCEFTypes.TCefTouchHandleState.html">TCefTouchHandleState</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="doOnStartDragging-ICefBrowser-ICefDragData-TCefDragOperations-Integer-Integer-"></span><code>function <strong>doOnStartDragging</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const dragData: <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; allowedOps: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>; x, y: Integer): 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="doOnUpdateDragCursor-ICefBrowser-TCefDragOperation-"></span><code>procedure <strong>doOnUpdateDragCursor</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; operation: <a href="uCEFTypes.html#TCefDragOperation">TCefDragOperation</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="doOnScrollOffsetChanged-ICefBrowser-Double-Double-"></span><code>procedure <strong>doOnScrollOffsetChanged</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; x, y: Double); 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="doOnIMECompositionRangeChanged-ICefBrowser-PCefRange-NativeUInt-PCefRect-"></span><code>procedure <strong>doOnIMECompositionRangeChanged</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const selected_range: <a href="uCEFTypes.html#PCefRange">PCefRange</a>; character_boundsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const character_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</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="doOnTextSelectionChanged-ICefBrowser-ustring-PCefRange-"></span><code>procedure <strong>doOnTextSelectionChanged</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const selected_text: <a href="uCEFTypes.html#ustring">ustring</a>; const selected_range: <a href="uCEFTypes.html#PCefRange">PCefRange</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="doOnVirtualKeyboardRequested-ICefBrowser-TCefTextInpuMode-"></span><code>procedure <strong>doOnVirtualKeyboardRequested</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; input_mode: <a href="uCEFTypes.html#TCefTextInpuMode">TCefTextInpuMode</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="doOnDragEnter-ICefBrowser-ICefDragData-TCefDragOperations-"></span><code>function <strong>doOnDragEnter</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const dragData: <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; mask: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDragHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnDraggableRegionsChanged-ICefBrowser-ICefFrame-NativeUInt-PCefDraggableRegionArray-"></span><code>procedure <strong>doOnDraggableRegionsChanged</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; regionsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const regions: <a href="uCEFTypes.html#PCefDraggableRegionArray">PCefDraggableRegionArray</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="doOnFindResult-ICefBrowser-Integer-Integer-PCefRect-Integer-Boolean-"></span><code>procedure <strong>doOnFindResult</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; identifier, count: Integer; const selectionRect: <a href="uCEFTypes.html#PCefRect">PCefRect</a>; activeMatchOrdinal: Integer; finalUpdate: Boolean); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefFindHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnRequestContextInitialized-ICefRequestContext-"></span><code>procedure <strong>doOnRequestContextInitialized</strong>(const request_context: <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a>); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefRequestContextHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doGetResourceRequestHandler_ReqCtxHdlr-ICefBrowser-ICefFrame-ICefRequest-boolean-boolean-ustring-boolean-ICefResourceRequestHandler-"></span><code>procedure <strong>doGetResourceRequestHandler_ReqCtxHdlr</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; is_navigation, is_download: boolean; const request_initiator: <a href="uCEFTypes.html#ustring">ustring</a>; var disable_default_handling: boolean; var aResourceRequestHandler : <a href="uCEFInterfaces.ICefResourceRequestHandler.html">ICefResourceRequestHandler</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="doOnSinks-TCefMediaSinkArray-"></span><code>procedure <strong>doOnSinks</strong>(const sinks: <a href="uCEFInterfaces.html#TCefMediaSinkArray">TCefMediaSinkArray</a>); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefMediaObserver</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnRoutes-TCefMediaRouteArray-"></span><code>procedure <strong>doOnRoutes</strong>(const routes: <a href="uCEFInterfaces.html#TCefMediaRouteArray">TCefMediaRouteArray</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="doOnRouteStateChanged-ICefMediaRoute-TCefMediaRouteConnectionState-"></span><code>procedure <strong>doOnRouteStateChanged</strong>(const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>; state: <a href="uCEFTypes.html#TCefMediaRouteConnectionState">TCefMediaRouteConnectionState</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="doOnRouteMessageReceived-ICefMediaRoute-ustring-"></span><code>procedure <strong>doOnRouteMessageReceived</strong>(const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>; const message_: <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="doOnGetAudioParameters-ICefBrowser-TCefAudioParameters-boolean-"></span><code>procedure <strong>doOnGetAudioParameters</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var params: <a href="uCEFTypes.TCefAudioParameters.html">TCefAudioParameters</a>; var aResult: boolean); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefAudioHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnAudioStreamStarted-ICefBrowser-TCefAudioParameters-integer-"></span><code>procedure <strong>doOnAudioStreamStarted</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const params: <a href="uCEFTypes.TCefAudioParameters.html">TCefAudioParameters</a>; channels: 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="doOnAudioStreamPacket-ICefBrowser-PPSingle-integer-int64-"></span><code>procedure <strong>doOnAudioStreamPacket</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const data : <a href="uCEFTypes.html#PPSingle">PPSingle</a>; frames: integer; pts: 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="doOnAudioStreamStopped-ICefBrowser-"></span><code>procedure <strong>doOnAudioStreamStopped</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="doOnAudioStreamError-ICefBrowser-ustring-"></span><code>procedure <strong>doOnAudioStreamError</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const message_: <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="doOnDevToolsMessage-ICefBrowser-Pointer-NativeUInt-boolean-"></span><code>procedure <strong>doOnDevToolsMessage</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const message_: Pointer; message_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aHandled: boolean); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefDevToolsMessageObserver</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnDevToolsMethodResult-ICefBrowser-integer-boolean-Pointer-NativeUInt-"></span><code>procedure <strong>doOnDevToolsMethodResult</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; message_id: integer; success: boolean; const result: Pointer; result_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</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="doOnDevToolsEvent-ICefBrowser-ustring-Pointer-NativeUInt-"></span><code>procedure <strong>doOnDevToolsEvent</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const method: <a href="uCEFTypes.html#ustring">ustring</a>; const params: Pointer; params_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</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="doOnDevToolsAgentAttached-ICefBrowser-"></span><code>procedure <strong>doOnDevToolsAgentAttached</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="doOnDevToolsAgentDetached-ICefBrowser-"></span><code>procedure <strong>doOnDevToolsAgentDetached</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="doOnPrintStart-ICefBrowser-"></span><code>procedure <strong>doOnPrintStart</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefPrintHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnPrintSettings-ICefBrowser-ICefPrintSettings-boolean-"></span><code>procedure <strong>doOnPrintSettings</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const settings: <a href="uCEFInterfaces.ICefPrintSettings.html">ICefPrintSettings</a>; getDefaults: 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="doOnPrintDialog-ICefBrowser-boolean-ICefPrintDialogCallback-boolean-"></span><code>procedure <strong>doOnPrintDialog</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; hasSelection: boolean; const callback: <a href="uCEFInterfaces.ICefPrintDialogCallback.html">ICefPrintDialogCallback</a>; var aResult : 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="doOnPrintJob-ICefBrowser-ustring-ustring-ICefPrintJobCallback-boolean-"></span><code>procedure <strong>doOnPrintJob</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const documentName, PDFFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefPrintJobCallback.html">ICefPrintJobCallback</a>; var aResult : 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="doOnPrintReset-ICefBrowser-"></span><code>procedure <strong>doOnPrintReset</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</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="doOnGetPDFPaperSize-ICefBrowser-Integer-TCefSize-"></span><code>procedure <strong>doOnGetPDFPaperSize</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; deviceUnitsPerInch: Integer; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</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="doOnFrameCreated-ICefBrowser-ICefFrame-"></span><code>procedure <strong>doOnFrameCreated</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefFrameHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnFrameDestroyed-ICefBrowser-ICefFrame-"></span><code>procedure <strong>doOnFrameDestroyed</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="doOnFrameAttached-ICefBrowser-ICefFrame-boolean-"></span><code>procedure <strong>doOnFrameAttached</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; reattached: 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="doOnFrameDetached-ICefBrowser-ICefFrame-"></span><code>procedure <strong>doOnFrameDetached</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="doOnMainFrameChanged-ICefBrowser-ICefFrame-ICefFrame-"></span><code>procedure <strong>doOnMainFrameChanged</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const old_frame, new_frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</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="doOnChromeCommand-ICefBrowser-integer-TCefWindowOpenDisposition-"></span><code>function <strong>doOnChromeCommand</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; command_id: integer; disposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>): boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefCommandHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnIsChromeAppMenuItemVisible-ICefBrowser-integer-"></span><code>function <strong>doOnIsChromeAppMenuItemVisible</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; command_id: integer): 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="doOnIsChromeAppMenuItemEnabled-ICefBrowser-integer-"></span><code>function <strong>doOnIsChromeAppMenuItemEnabled</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; command_id: integer): 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="doOnIsChromePageActionIconVisible-TCefChromePageActionIconType-"></span><code>function <strong>doOnIsChromePageActionIconVisible</strong>(icon_type: <a href="uCEFTypes.html#TCefChromePageActionIconType">TCefChromePageActionIconType</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="doOnIsChromeToolbarButtonVisible-TCefChromeToolbarButtonType-"></span><code>function <strong>doOnIsChromeToolbarButtonVisible</strong>(button_type: <a href="uCEFTypes.html#TCefChromeToolbarButtonType">TCefChromeToolbarButtonType</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="doOnRequestMediaAccessPermission-ICefBrowser-ICefFrame-ustring-cardinal-ICefMediaAccessCallback-"></span><code>function <strong>doOnRequestMediaAccessPermission</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const requesting_origin: <a href="uCEFTypes.html#ustring">ustring</a>; requested_permissions: cardinal; const callback: <a href="uCEFInterfaces.ICefMediaAccessCallback.html">ICefMediaAccessCallback</a>): boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefPermissionHandler</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnShowPermissionPrompt-ICefBrowser-uint64-ustring-cardinal-ICefPermissionPromptCallback-"></span><code>function <strong>doOnShowPermissionPrompt</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; prompt_id: uint64; const requesting_origin: <a href="uCEFTypes.html#ustring">ustring</a>; requested_permissions: cardinal; const callback: <a href="uCEFInterfaces.ICefPermissionPromptCallback.html">ICefPermissionPromptCallback</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="doOnDismissPermissionPrompt-ICefBrowser-uint64-TCefPermissionRequestResult-"></span><code>procedure <strong>doOnDismissPermissionPrompt</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; prompt_id: uint64; result: <a href="uCEFTypes.html#TCefPermissionRequestResult">TCefPermissionRequestResult</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="doOnPreferenceChanged-ustring-"></span><code>procedure <strong>doOnPreferenceChanged</strong>(const name_: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefPreferenceObserver</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnSettingChanged-ustring-ustring-TCefContentSettingTypes-"></span><code>procedure <strong>doOnSettingChanged</strong>(const requesting_url, top_level_url : <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
ICefSettingObserver</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="GetSettings-TCefBrowserSettings-"></span><code>procedure <strong>GetSettings</strong>(var aSettings : <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Custom</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doCookiesDeleted-integer-"></span><code>procedure <strong>doCookiesDeleted</strong>(numDeleted : integer); virtual;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.IChromiumEvents.html#doCookiesDeleted-integer-">IChromiumEvents.doCookiesDeleted</a>.</p><p>
Custom</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doPdfPrintFinished-boolean-"></span><code>procedure <strong>doPdfPrintFinished</strong>(aResultOK : 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="doTextResultAvailable-ustring-"></span><code>procedure <strong>doTextResultAvailable</strong>(const aText : <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="doUpdatePreferences-ICefBrowser-"></span><code>procedure <strong>doUpdatePreferences</strong>(const aBrowser: <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="doUpdateOwnPreferences"></span><code>procedure <strong>doUpdateOwnPreferences</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="doSavePreferences"></span><code>function <strong>doSavePreferences</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="doResolvedHostAvailable-TCefErrorCode-TStrings-"></span><code>procedure <strong>doResolvedHostAvailable</strong>(result: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorCode</a>; const resolvedIps: TStrings); 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="doNavigationVisitorResultAvailable-ICefNavigationEntry-Boolean-Integer-Integer-"></span><code>function <strong>doNavigationVisitorResultAvailable</strong>(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer) : 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="doDownloadImageFinished-ustring-Integer-ICefImage-"></span><code>procedure <strong>doDownloadImageFinished</strong>(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</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="doOnCookiesStoreFlushed"></span><code>procedure <strong>doOnCookiesStoreFlushed</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="doCertificateExceptionsCleared"></span><code>procedure <strong>doCertificateExceptionsCleared</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="doHttpAuthCredentialsCleared"></span><code>procedure <strong>doHttpAuthCredentialsCleared</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="doAllConnectionsClosed"></span><code>procedure <strong>doAllConnectionsClosed</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="doOnExecuteTaskOnCefThread-cardinal-"></span><code>procedure <strong>doOnExecuteTaskOnCefThread</strong>(aTaskID : cardinal); 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="doOnCookiesVisited-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-Integer-Integer-Integer-TCefCookieSameSite-TCefCookiePriority-Boolean-Boolean-"></span><code>procedure <strong>doOnCookiesVisited</strong>(const name_, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total, aID : Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; var aDeleteCookie, 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="doOnCookieVisitorDestroyed-integer-"></span><code>procedure <strong>doOnCookieVisitorDestroyed</strong>(aID : 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="doOnCookieSet-boolean-integer-"></span><code>procedure <strong>doOnCookieSet</strong>(aSuccess : boolean; aID : 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="doUpdateZoomStep-boolean-"></span><code>procedure <strong>doUpdateZoomStep</strong>(aInc : 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="doUpdateZoomPct-boolean-"></span><code>procedure <strong>doUpdateZoomPct</strong>(aInc : 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="doReadZoom"></span><code>procedure <strong>doReadZoom</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="doSetZoomLevel-double-"></span><code>procedure <strong>doSetZoomLevel</strong>(const aValue : double); 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="doSetZoomPct-double-"></span><code>procedure <strong>doSetZoomPct</strong>(const aValue : double); 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="doSetZoomStep-byte-"></span><code>procedure <strong>doSetZoomStep</strong>(aValue : byte); 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="doMediaRouteCreateFinished-TCefMediaRouterCreateResult-ustring-ICefMediaRoute-"></span><code>procedure <strong>doMediaRouteCreateFinished</strong>(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</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="doOnMediaSinkDeviceInfo-ustring-integer-ustring-"></span><code>procedure <strong>doOnMediaSinkDeviceInfo</strong>(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <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="doBrowserNavigation-TCefBrowserNavigation-"></span><code>procedure <strong>doBrowserNavigation</strong>(aTask : <a href="uCEFTypes.html#TCefBrowserNavigation">TCefBrowserNavigation</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="doSetAudioMuted-boolean-"></span><code>procedure <strong>doSetAudioMuted</strong>(aValue : 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="doToggleAudioMuted"></span><code>procedure <strong>doToggleAudioMuted</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="doEnableFocus"></span><code>procedure <strong>doEnableFocus</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="doTryCloseBrowser"></span><code>function <strong>doTryCloseBrowser</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="doAddPreferenceObserver-ustring-"></span><code>procedure <strong>doAddPreferenceObserver</strong>(const name_ : <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="MustCreateAudioHandler"></span><code>function <strong>MustCreateAudioHandler</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="MustCreateCommandHandler"></span><code>function <strong>MustCreateCommandHandler</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="MustCreateDevToolsMessageObserver"></span><code>function <strong>MustCreateDevToolsMessageObserver</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="MustCreateSettingObserver"></span><code>function <strong>MustCreateSettingObserver</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="MustCreateLoadHandler"></span><code>function <strong>MustCreateLoadHandler</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="MustCreateFocusHandler"></span><code>function <strong>MustCreateFocusHandler</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="MustCreateContextMenuHandler"></span><code>function <strong>MustCreateContextMenuHandler</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="MustCreateDialogHandler"></span><code>function <strong>MustCreateDialogHandler</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="MustCreateKeyboardHandler"></span><code>function <strong>MustCreateKeyboardHandler</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="MustCreateDisplayHandler"></span><code>function <strong>MustCreateDisplayHandler</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="MustCreateDownloadHandler"></span><code>function <strong>MustCreateDownloadHandler</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="MustCreateJsDialogHandler"></span><code>function <strong>MustCreateJsDialogHandler</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="MustCreateLifeSpanHandler"></span><code>function <strong>MustCreateLifeSpanHandler</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="MustCreateRenderHandler"></span><code>function <strong>MustCreateRenderHandler</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="MustCreateRequestHandler"></span><code>function <strong>MustCreateRequestHandler</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="MustCreateDragHandler"></span><code>function <strong>MustCreateDragHandler</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="MustCreateFindHandler"></span><code>function <strong>MustCreateFindHandler</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="MustCreateResourceRequestHandler"></span><code>function <strong>MustCreateResourceRequestHandler</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="MustCreateCookieAccessFilter"></span><code>function <strong>MustCreateCookieAccessFilter</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="MustCreateMediaObserver"></span><code>function <strong>MustCreateMediaObserver</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="MustCreatePrintHandler"></span><code>function <strong>MustCreatePrintHandler</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="MustCreateFrameHandler"></span><code>function <strong>MustCreateFrameHandler</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="MustCreatePermissionHandler"></span><code>function <strong>MustCreatePermissionHandler</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="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="Create-TComponent-"></span><code>constructor <strong>Create</strong>(AOwner: TComponent); 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="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="BeforeDestruction"></span><code>procedure <strong>BeforeDestruction</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="CreateClientHandler-boolean-"></span><code>function <strong>CreateClientHandler</strong>(aIsOSR : boolean = True) : boolean; overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to create the client handler which will also create most of the browser handlers needed for the browser. </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="CreateClientHandler-ICefClient-boolean-"></span><code>function <strong>CreateClientHandler</strong>(var aClient : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; aIsOSR : boolean = True) : boolean; overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to create the client handler when a browser requests a new browser in a popup window or tab in the TChromiumCore.OnBeforePopup event. </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="CloseBrowser-boolean-"></span><code>procedure <strong>CloseBrowser</strong>(aForceClose : boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Request that the browser close. Closing a browser is a multi-stage process that may complete either synchronously or asynchronously, and involves events such as TChromiumCore.OnClose (Alloy style only), TChromiumCore.OnBeforeClose, and a top-level window close handler such as TCEFWindowComponent.OnCanClose (or platform-specific equivalent). In some cases a close request may be delayed or canceled by the user. Using TryCloseBrowser() instead of CloseBrowser() is recommended for most use cases. See TChromiumCore.OnClose documentation for detailed usage and examples.
<p>If |aForceClose| is false (0) then JavaScript unload handlers, if any, may be fired and the close may be delayed or canceled by the user. If |aForceClose| is true (1) then the user will not be prompted and the close will proceed immediately (possibly asynchronously). If browser close is delayed and not canceled the default behavior is to call the top-level window close handler once the browser is ready to be closed. This default behavior can be changed for Alloy style browsers by implementing TChromiumCore.OnClose. IsReadyToBeClosed() can be used to detect mandatory browser close events when customizing close behavior on the browser process UI thread.
<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="CloseAllBrowsers"></span><code>procedure <strong>CloseAllBrowsers</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls CloseBrowser for all the browsers handled by this TChromiumCore instance. </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="TryCloseBrowser"></span><code>function <strong>TryCloseBrowser</strong>: boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Helper for closing a browser. This is similar in behavior to CLoseBrowser(false) but returns a boolean to reflect the immediate close status. Call this function from a top-level window close handler such as TCEFWindowComponent.OnCanClose (or platform-specific equivalent) to request that the browser close, and return the result to indicate if the window close should proceed. Returns false (0) if the close will be delayed (JavaScript unload handlers triggered but still pending) or true (1) if the close will proceed immediately (possibly asynchronously). See CloseBrowser() documentation for additional usage information. This function must be called on the browser process UI thread. </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="IsReadyToBeClosed"></span><code>function <strong>IsReadyToBeClosed</strong>: boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if the browser is ready to be closed, meaning that the close has already been initiated and that JavaScript unload handlers have already executed or should be ignored. This can be used from a top-level window close handler such as TCEFWindowComponent.OnCanClose (or platform- specific equivalent) to distringuish between potentially cancelable browser close events (like the user clicking the top-level window close button before browser close has started) and mandatory browser close events (like JavaScript `window.close()` or after browser close has started in response to [Try]CloseBrowser()). Not completing the browser close for mandatory close events (when this function returns true (1)) will leave the browser in a partially closed state that interferes with proper functioning. See CloseBrowser() documentation for additional usage information. This function must be called on the browser process UI thread. </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="SelectBrowser-integer-"></span><code>function <strong>SelectBrowser</strong>(aID : integer) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Select the browser with the aID identifier when TChromiumCore uses the multi-browser 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="IndexOfBrowserID-integer-"></span><code>function <strong>IndexOfBrowserID</strong>(aID : integer) : integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the index in the browsers array of the browser with the aID identifier when TChromiumCore uses the multi-browser 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="ShareRequestContext-ICefRequestContext-ICefRequestContextHandler-"></span><code>function <strong>ShareRequestContext</strong>(var aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a>; const aHandler : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a> = nil) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Creates a new request context in the aContext parameter that shares storage with the request context of the current browser and uses an optional handler. </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="InitializeDragAndDrop-HWND-"></span><code>procedure <strong>InitializeDragAndDrop</strong>(const aDropTargetWnd : HWND);</code></td>
</tr>
<tr><td colspan="2">
<p>
Used with browsers in OSR mode to initialize drag and drop 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="ShutdownDragAndDrop"></span><code>procedure <strong>ShutdownDragAndDrop</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used with browsers in OSR mode to shutdown drag and drop 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="SetNewBrowserParent-HWND-"></span><code>function <strong>SetNewBrowserParent</strong>(aNewParentHwnd : HWND) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to reparent the browser to a different TCEFWindowParent. </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="CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-"></span><code>function <strong>CreateBrowser</strong>(aParentHandle : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; aParentRect : TRect; const aWindowName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a> = nil; const aExtraInfo : <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a> = nil; aForceAsPopup : boolean = False) : boolean; overload; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Used to create the browser after the global request context has been initialized. You need to set all properties and events before calling this function because it will only create the internal handlers needed for those events and the property values will be used in the browser initialization.
<p>The browser will be fully initialized when the TChromiumCore.OnAfterCreated event is triggered.
<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="CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-"></span><code>function <strong>CreateBrowser</strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aBrowserViewComp : <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html">TCEFBrowserViewComponent</a>; const aContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a> = nil; const aExtraInfo : <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a> = nil) : boolean; overload; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Used to create the browser after the global request context has been initialized. You need to set all properties and events before calling this function because it will only create the internal handlers needed for those events and the property values will be used in the browser initialization.
<p>The browser will be fully initialized when the TChromiumCore.OnAfterCreated event is triggered.
<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="LoadURL-ustring-ustring-ustring-"></span><code>procedure <strong>LoadURL</strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to navigate to a URL in the specified frame or the main frame. </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="LoadURL-ustring-ICefFrame-"></span><code>procedure <strong>LoadURL</strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to navigate to a URL in the specified frame or the main frame. </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="LoadString-ustring-ustring-ustring-"></span><code>procedure <strong>LoadString</strong>(const aHTML : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to load a DATA URI with the HTML string contents in the specified frame or the main frame. </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="LoadString-ustring-ICefFrame-"></span><code>procedure <strong>LoadString</strong>(const aHTML : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to load a DATA URI with the HTML string contents in the specified frame or the main frame. </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="LoadResource-TCustomMemoryStream-string-string-ustring-ustring-"></span><code>procedure <strong>LoadResource</strong>(const aStream : TCustomMemoryStream; const aMimeType, aCharset : string; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to load a DATA URI with the stream contents in the specified frame or the main frame. The DATA URI will be configured with the mime type and charset specified in the parameters. </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="LoadResource-TCustomMemoryStream-string-string-ICefFrame-"></span><code>procedure <strong>LoadResource</strong>(const aStream : TCustomMemoryStream; const aMimeType, aCharset : string; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to load a DATA URI with the stream contents in the specified frame or the main frame. The DATA URI will be configured with the mime type and charset specified in the parameters. </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="LoadRequest-ICefRequest-"></span><code>procedure <strong>LoadRequest</strong>(const aRequest: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Load the request represented by the aRequest object. </p>
<p>
<p>WARNING: This function will fail with bad IPC message reason INVALID_INITIATOR_ORIGIN (213) unless you first navigate to the request origin using some other mechanism (LoadURL, link click, etc).</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="GoBack"></span><code>procedure <strong>GoBack</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Navigate backwards. </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="GoForward"></span><code>procedure <strong>GoForward</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Navigate forwards. </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="Reload"></span><code>procedure <strong>Reload</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Reload the current page. </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="ReloadIgnoreCache"></span><code>procedure <strong>ReloadIgnoreCache</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Reload the current page ignoring any cached data. </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="StopLoad"></span><code>procedure <strong>StopLoad</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Stop loading the page. </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="StartDownload-ustring-"></span><code>procedure <strong>StartDownload</strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Starts downloading a file in the specified URL. </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="DownloadImage-ustring-Boolean-cardinal-Boolean-"></span><code>procedure <strong>DownloadImage</strong>(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; isFavicon: Boolean; maxImageSize: cardinal; bypassCache: Boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
Starts downloading an image in the specified URL. Use the TChromiumCore.OnDownloadImageFinished event to receive the image. </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="SimulateMouseWheel-integer-integer-"></span><code>procedure <strong>SimulateMouseWheel</strong>(aDeltaX, aDeltaY : integer);</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowserHost.SendMouseWheelEvent to simulate a simple mouse wheel event. Use TChromiumCore.SendMouseWheelEvent if you need to specify the mouse coordinates or the event flags. </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="SimulateKeyEvent-TSimulatedCefKeyEventType-integer-single-ustring-ustring-ustring-ustring-ustring-integer-integer-boolean-boolean-boolean-TCefKeyLocation-TCefEditingCommand-"></span><code>procedure <strong>SimulateKeyEvent</strong>(type_: <a href="uCEFTypes.html#TSimulatedCefKeyEventType">TSimulatedCefKeyEventType</a>; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0; const text: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const unmodifiedtext: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const keyIdentifier: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const code: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const key: <a href="uCEFTypes.html#ustring">ustring</a> = ''; windowsVirtualKeyCode: integer = 0; nativeVirtualKeyCode: integer = 0; autoRepeat: boolean = False; isKeypad: boolean = False; isSystemKey: boolean = False; location: <a href="uCEFTypes.html#TCefKeyLocation">TCefKeyLocation</a> = <a href="uCEFTypes.html#CEF_KEYLOCATION_NONE">CEF_KEYLOCATION_NONE</a>; commands: <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a> = <a href="uCEFTypes.html#ecNone">ecNone</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Dispatches a key event to the page using the &quot;Input.dispatchKeyEvent&quot; DevTools method. The browser has to be focused before simulating any key event. </p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>&lt;see href=&quot;<a href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent</a>&quot;&gt;See the &quot;Input.dispatchKeyEvent&quot; DevTools method.)</p>
<h6 class="description_section">Parameters</h6>
<dl class="parameters">
<dt>type_</dt>
<dd>Type of the key event.</dd>
<dt>modifiers</dt>
<dd>Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8.(default: 0).</dd>
<dt>timestamp</dt>
<dd>Time at which the event occurred.</dd>
<dt>text</dt>
<dd>Text as generated by processing a virtual key code with a keyboard layout. Not needed for for keyUp and rawKeyDown events.(default: &quot;&quot;)</dd>
<dt>unmodifiedtext</dt>
<dd>Text that would have been generated by the keyboard if no modifiers were pressed (except for shift). Useful for shortcut (accelerator) key handling.(default: &quot;&quot;).</dd>
<dt>keyIdentifier</dt>
<dd>Unique key identifier (e.g., 'U+0041').(default: &quot;&quot;).</dd>
<dt>code</dt>
<dd>Unique DOM defined string value for each physical key (e.g., 'KeyA').(default: &quot;&quot;).</dd>
<dt>key</dt>
<dd>Unique DOM defined string value describing the meaning of the key in the context of active modifiers, keyboard layout, etc (e.g., 'AltGr').(default: &quot;&quot;).</dd>
<dt>windowsVirtualKeyCode</dt>
<dd>Windows virtual key code.(default: 0).</dd>
<dt>nativeVirtualKeyCode</dt>
<dd>Native virtual key code.(default: 0).</dd>
<dt>autoRepeat</dt>
<dd>Whether the event was generated from auto repeat.(default: false).</dd>
<dt>isKeypad</dt>
<dd>Whether the event was generated from the keypad.(default: false).</dd>
<dt>isSystemKey</dt>
<dd>Whether the event was a system key event.(default: false).</dd>
<dt>location</dt>
<dd>Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right.(default: 0).</dd>
<dt>commands</dt>
<dd>Editing commands to send with the key event (e.g., 'selectAll') (default: []). These are related to but not equal the command names used in document.execCommand and NSStandardKeyBindingResponding. See <a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.</dd>
</dl>
</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="SimulateMouseEvent-TCefSimulatedMouseEventType-single-single-integer-single-TCefSimulatedMouseButton-integer-integer-single-single-single-single-integer-single-single-TCefSimulatedPointerType-"></span><code>procedure <strong>SimulateMouseEvent</strong>(type_: <a href="uCEFTypes.html#TCefSimulatedMouseEventType">TCefSimulatedMouseEventType</a>; x, y: single; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0; button: <a href="uCEFTypes.html#TCefSimulatedMouseButton">TCefSimulatedMouseButton</a> = <a href="uCEFTypes.html#CEF_SIMULATEDMOUSEBUTTON_NONE">CEF_SIMULATEDMOUSEBUTTON_NONE</a>; buttons: integer = <a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">CEF_PRESSED_MOUSE_BUTTONS_NONE</a>; clickCount: integer = 0; force: single = 0; tangentialPressure: single = 0; tiltX: single = 0; tiltY: single = 0; twist: integer = 0; deltaX: single = 0; deltaY: single = 0; pointerType: <a href="uCEFTypes.html#TCefSimulatedPointerType">TCefSimulatedPointerType</a> = <a href="uCEFTypes.html#CEF_SIMULATEDPOINTERTYPE_MOUSE">CEF_SIMULATEDPOINTERTYPE_MOUSE</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Dispatches a key event to the page using the &quot;Input.dispatchKeyEvent&quot; DevTools method. The browser has to be focused before simulating any key event. </p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>&lt;see href=&quot;<a href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent</a>&quot;&gt;See the &quot;Input.dispatchKeyEvent&quot; DevTools method.)</p>
<h6 class="description_section">Parameters</h6>
<dl class="parameters">
<dt>type_</dt>
<dd>Type of the mouse event.</dd>
<dt>x</dt>
<dd>X coordinate of the event relative to the main frame's viewport in CSS pixels.</dd>
<dt>y</dt>
<dd>Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport.</dd>
<dt>modifiers</dt>
<dd>Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0). See the CEF_MOUSETOUCH_EVENT_MODIFIERS_* constants.</dd>
<dt>timestamp</dt>
<dd>Time at which the event occurred.</dd>
<dt>button</dt>
<dd>Mouse button (default: &quot;none&quot;).</dd>
<dt>buttons</dt>
<dd>A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0.</dd>
<dt>clickCount</dt>
<dd>Number of times the mouse button was clicked (default: 0).</dd>
<dt>force</dt>
<dd>The normalized pressure, which has a range of [0,1] (default: 0).</dd>
<dt>tangentialPressure</dt>
<dd>The normalized tangential pressure, which has a range of [-1,1] (default: 0).</dd>
<dt>tiltX</dt>
<dd>The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0).</dd>
<dt>tiltY</dt>
<dd>The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).</dd>
<dt>twist</dt>
<dd>The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0).</dd>
<dt>deltaX</dt>
<dd>X delta in CSS pixels for mouse wheel event (default: 0).</dd>
<dt>deltaY</dt>
<dd>Y delta in CSS pixels for mouse wheel event (default: 0).</dd>
<dt>pointerType</dt>
<dd>Pointer type (default: &quot;mouse&quot;).</dd>
</dl>
</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="SimulateTouchEvent-TCefSimulatedTouchEventType-TCefSimulatedTouchPointArray-integer-single-"></span><code>procedure <strong>SimulateTouchEvent</strong>(type_: <a href="uCEFTypes.html#TCefSimulatedTouchEventType">TCefSimulatedTouchEventType</a>; var touchPoints: <a href="uCEFTypes.html#TCefSimulatedTouchPointArray">TCefSimulatedTouchPointArray</a>; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0);</code></td>
</tr>
<tr><td colspan="2">
<p>
Dispatches a touch event to the page using the &quot;Input.dispatchTouchEvent&quot; DevTools method. The browser has to be focused before simulating any key event. </p>
<p>
<p>
<p>
<p>
<p>&lt;see href=&quot;<a href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent">https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent</a>&quot;&gt;See the &quot;Input.dispatchTouchEvent&quot; DevTools method.)</p>
<h6 class="description_section">Parameters</h6>
<dl class="parameters">
<dt>type_</dt>
<dd>Type of touch event.</dd>
<dt>touchPoints</dt>
<dd>Array of touch points.</dd>
<dt>modifiers</dt>
<dd>Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8.(default: 0). See the CEF_MOUSETOUCH_EVENT_MODIFIERS_* constants.</dd>
<dt>timestamp</dt>
<dd>Time at which the event occurred.</dd>
</dl>
</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="SimulateEditingCommand-TCefEditingCommand-"></span><code>procedure <strong>SimulateEditingCommand</strong>(command : <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Simulate editing commands using the &quot;Input.dispatchKeyEvent&quot; DevTools method. </p>
<p>
<p>&lt;see href=&quot;<a href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent</a>&quot;&gt;See the &quot;Input.dispatchKeyEvent&quot; DevTools method.)
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h&quot;&gt;See the Chromium sources.)</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="ClearCertificateExceptions-boolean-"></span><code>function <strong>ClearCertificateExceptions</strong>(aClearImmediately : boolean = True) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Clears all certificate exceptions that were added as part of handling OnCertificateError. If you call this it is recommended that you also call CloseAllConnections() or you risk not being prompted again for server certificates if you reconnect quickly.
<p>If aClearImmediately is false then OnCertificateExceptionsCleared is triggered when the exceptions are cleared.
<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="ClearHttpAuthCredentials-boolean-"></span><code>function <strong>ClearHttpAuthCredentials</strong>(aClearImmediately : boolean = True) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Clears all HTTP authentication credentials that were added as part of handling GetAuthCredentials. If |callback| is non-NULL it will be executed on the UI thread after completion.
<p>If aClearImmediately is false then OnHttpAuthCredentialsCleared is triggered when the credeintials are cleared.
<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="CloseAllConnections-boolean-"></span><code>function <strong>CloseAllConnections</strong>(aCloseImmediately : boolean = True) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Clears all active and idle connections that Chromium currently has. This is only recommended if you have released all other CEF objects but don't yet want to call cef_shutdown(). </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="RetrieveHTML-ustring-ustring-"></span><code>procedure <strong>RetrieveHTML</strong>(const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Retrieve all the HTML content from the specified frame or the main frame. Leave aFrameName empty to get the HTML source from the main frame.
<p>It uses a CefStringVisitor to get the HTML content asynchronously and the result will be received in the TChromiumCore.OnTextResultAvailable event.
<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="RetrieveHTML-ICefFrame-"></span><code>procedure <strong>RetrieveHTML</strong>(const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Retrieve all the HTML content from the specified frame or the main frame. Set aFrame to nil to get the HTML source from the main frame.
<p>It uses a CefStringVisitor to get the HTML content asynchronously and the result will be received in the TChromiumCore.OnTextResultAvailable event.
<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="RetrieveText-ustring-ustring-"></span><code>procedure <strong>RetrieveText</strong>(const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Retrieve all the text content from the specified frame or the main frame. Leave aFrameName empty to get the text from the main frame. It uses a CefStringVisitor to get the text asynchronously and the result will be received in the TChromiumCore.OnTextResultAvailable event. </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="RetrieveText-ICefFrame-"></span><code>procedure <strong>RetrieveText</strong>(const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Retrieve all the text content from the specified frame or the main frame. Set aFrame to nil to get the text from the main frame. It uses a CefStringVisitor to get the text asynchronously and the result will be received in the TChromiumCore.OnTextResultAvailable event. </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="GetNavigationEntries-Boolean-"></span><code>procedure <strong>GetNavigationEntries</strong>(currentOnly: Boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
Retrieve a snapshot of current navigation entries asynchronously. The TChromiumCore.OnNavigationVisitorResultAvailable event will be triggered for each navigation entry. </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="GetFrameNames-TStrings-"></span><code>function <strong>GetFrameNames</strong>(var aFrameNames : TStrings) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the names of all existing frames. </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="GetFrameIdentifiers-TStrings-"></span><code>function <strong>GetFrameIdentifiers</strong>(var aFrameIdentifiers : TStrings) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the identifiers of all existing frames. </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="ExecuteJavaScript-ustring-ustring-ustring-ustring-integer-"></span><code>procedure <strong>ExecuteJavaScript</strong>(const aCode, aScriptURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''; aStartLine : integer = 0); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute a string of JavaScript code in the specified frame or the main frame. </p>
<p>
<p>
<p>
<p>
<p></p>
<h6 class="description_section">Parameters</h6>
<dl class="parameters">
<dt>aCode</dt>
<dd>JavaScript code.</dd>
<dt>aScriptURL</dt>
<dd>The URL where the script in question can be found, if any. The renderer may request this URL to show the developer the source of the error.</dd>
<dt>aFrameName</dt>
<dd>Name of the frame where the JavaScript code will be executed. This name is generated automatically by Chromium. See ICefBrowser.GetFrameNames.</dd>
<dt>aFrameIdentifier</dt>
<dd>Identifier of the frame where the JavaScript code will be executed.</dd>
<dt>aStartLine</dt>
<dd>The base line number to use for error reporting.</dd>
</dl>
</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="ExecuteJavaScript-ustring-ustring-ICefFrame-integer-"></span><code>procedure <strong>ExecuteJavaScript</strong>(const aCode, aScriptURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; aStartLine : integer = 0); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute a string of JavaScript code in the specified frame or the main frame. </p>
<p>
<p>
<p>
<p></p>
<h6 class="description_section">Parameters</h6>
<dl class="parameters">
<dt>aCode</dt>
<dd>JavaScript code.</dd>
<dt>aScriptURL</dt>
<dd>The URL where the script in question can be found, if any. The renderer may request this URL to show the developer the source of the error.</dd>
<dt>aFrame</dt>
<dd>Frame where the JavaScript code will be executed.</dd>
<dt>aStartLine</dt>
<dd>The base line number to use for error reporting.</dd>
</dl>
</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="UpdatePreferences"></span><code>procedure <strong>UpdatePreferences</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to update the browser preferences using the TChromiumCore property values asynchronously. </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="SavePreferences-string-"></span><code>procedure <strong>SavePreferences</strong>(const aFileName : string);</code></td>
</tr>
<tr><td colspan="2">
<p>
Save the browser preferences as a text 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="ResolveHost-ustring-"></span><code>procedure <strong>ResolveHost</strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls CefRequestContext.ResolveHost to resolve the domain in the URL parameter to a list of IP addresses. The result will be received in the TChromiumCore.OnResolvedHostAvailable event. </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="IsSameBrowser-ICefBrowser-"></span><code>function <strong>IsSameBrowser</strong>(const aBrowser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to check if the browser parameter is the same as the selected browser in TChromiumCore. </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="ExecuteTaskOnCefThread-TCefThreadId-cardinal-Int64-"></span><code>function <strong>ExecuteTaskOnCefThread</strong>(aCefThreadId : <a href="uCEFTypes.html#TCefThreadId">TCefThreadId</a>; aTaskID : cardinal; aDelayMs : Int64 = 0) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calling ExecuteTaskOnCefThread function will trigger the TChromiumCore.OnExecuteTaskOnCefThread event. </p>
<p>
<p>
<p></p>
<h6 class="description_section">Parameters</h6>
<dl class="parameters">
<dt>aCefThreadId</dt>
<dd>Indicates the CEF thread on which TChromiumCore.OnExecuteTaskOnCefThread will be executed.</dd>
<dt>aTaskID</dt>
<dd>Custom ID used to identify the task that triggered the TChromiumCore.OnExecuteTaskOnCefThread event.</dd>
<dt>aDelayMs</dt>
<dd>Optional delay in milliseconds to trigger the TChromiumCore.OnExecuteTaskOnCefThread event.</dd>
</dl>
</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="SetUserAgentOverride-ustring-ustring-ustring-"></span><code>procedure <strong>SetUserAgentOverride</strong>(const aUserAgent : <a href="uCEFTypes.html#ustring">ustring</a>; const aAcceptLanguage : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aPlatform : <a href="uCEFTypes.html#ustring">ustring</a> = '');</code></td>
</tr>
<tr><td colspan="2">
<p>
This procedure calls the Emulation.setUserAgentOverride DevTools method to override the user agent string. </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="ClearDataForOrigin-ustring-TCefClearDataStorageTypes-"></span><code>procedure <strong>ClearDataForOrigin</strong>(const aOrigin : <a href="uCEFTypes.html#ustring">ustring</a>; aStorageTypes : <a href="uCEFTypes.html#TCefClearDataStorageTypes">TCefClearDataStorageTypes</a> = <a href="uCEFTypes.html#cdstAll">cdstAll</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
This procedure calls the Storage.clearDataForOrigin DevTools method to clear the storage data for a given origin. </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="ClearCache"></span><code>procedure <strong>ClearCache</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
This procedure calls the Network.clearBrowserCache DevTools method to clear the cache data. </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="ToggleAudioMuted"></span><code>procedure <strong>ToggleAudioMuted</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Enable or disable the browser's 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="AddPreferenceObserver-ustring-"></span><code>procedure <strong>AddPreferenceObserver</strong>(const name_: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Add an observer for preference changes. |name| is the name of the preference to observe. If |name| is NULL then all preferences will be observed. Observing all preferences has performance consequences and is not recommended outside of testing scenarios. The observer will remain registered until the returned Registration object is destroyed. This function must be called on the browser process UI thread. </p>
<p>
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_preference_capi.h (cef_preference_manager_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="RemovePreferenceObserver-ustring-"></span><code>procedure <strong>RemovePreferenceObserver</strong>(const name_ : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Remove an observer for preference changes. </p>
<p>
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_preference_capi.h (cef_preference_manager_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="DeleteCookies-ustring-ustring-boolean-"></span><code>function <strong>DeleteCookies</strong>(const url : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const cookieName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; aDeleteImmediately : boolean = False) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Used to delete cookies immediately or asynchronously. If aDeleteImmediately is false TChromiumCore.DeleteCookies triggers the TChromiumCore.OnCookiesDeleted event when the cookies are deleted. </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="VisitAllCookies-integer-"></span><code>function <strong>VisitAllCookies</strong>(aID : integer = 0) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>TChromiumCore.VisitAllCookies triggers the TChromiumCore.OnCookiesVisited event for each cookie aID is an optional parameter to identify which VisitAllCookies call has triggered the OnCookiesVisited event.
<p>TChromiumCore.OnCookiesVisited may not be triggered if the cookie store is empty but the TChromium.OnCookieVisitorDestroyed event will always be triggered to signal when the browser when the visit is over.
<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="VisitURLCookies-ustring-boolean-integer-"></span><code>function <strong>VisitURLCookies</strong>(const url : <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly : boolean = False; aID : integer = 0) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>TChromiumCore.VisitURLCookies triggers the TChromiumCore.OnCookiesVisited event for each cookie aID is an optional parameter to identify which VisitURLCookies call has triggered the OnCookiesVisited event.
<p>TChromiumCore.OnCookiesVisited may not be triggered if the cookie store is empty but the TChromium.OnCookieVisitorDestroyed event will always be triggered to signal when the browser when the visit is over.
<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="SetCookie-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-boolean-integer-"></span><code>function <strong>SetCookie</strong>(const url, name_, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; aSetImmediately : boolean = True; aID : integer = 0): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
TChromiumCore.SetCookie triggers the TChromiumCore.OnCookieSet event when the cookie has been set aID is an optional parameter to identify which SetCookie call has triggered the OnCookieSet event. </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="FlushCookieStore-boolean-"></span><code>function <strong>FlushCookieStore</strong>(aFlushImmediately : boolean = True) : boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Flush the backing store (if any) to disk. </p>
<p>
<p></p>
<h6 class="description_section">Parameters</h6>
<dl class="parameters">
<dt>aFlushImmediately</dt>
<dd>If aFlushImmediately is false the cookies will be flushed on the CEF UI thread and the OnCookiesFlushed event will be triggered.</dd>
</dl>
<h6 class="description_section">Returns</h6>
<p class="return">Returns false (0) if cookies cannot be accessed.</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="ShowDevTools-TPoint-PCefWindowInfo-"></span><code>procedure <strong>ShowDevTools</strong>(const inspectElementAt: TPoint; aWindowInfo: <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Open developer tools (DevTools) in its own browser. If inspectElementAt has a valid point with coordinates different than low(integer) then the element at the specified location will be inspected. If the DevTools browser is already open then it will be focused. </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="CloseDevTools"></span><code>procedure <strong>CloseDevTools</strong>; overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
close the developer tools. </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="CloseDevTools-TCefWindowHandle-"></span><code>procedure <strong>CloseDevTools</strong>(const aDevToolsWnd : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
close the developer tools. </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="SendDevToolsMessage-ustring-"></span><code>function <strong>SendDevToolsMessage</strong>(const message_: <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Send a function call message over the DevTools protocol. |message_| must be a UTF8-encoded JSON dictionary that contains &quot;id&quot; (int), &quot;function&quot; (string) and &quot;params&quot; (dictionary, optional) values. See the DevTools protocol documentation at <a href="https://chromedevtools.github.io/devtools">https://chromedevtools.github.io/devtools</a>- protocol/ for details of supported functions and the expected &quot;params&quot; dictionary contents. |message_| will be copied if necessary. This function will return true (1) if called on the UI thread and the message was successfully submitted for validation, otherwise false (0). Validation will be applied asynchronously and any messages that fail due to formatting errors or missing parameters may be discarded without notification. Prefer ExecuteDevToolsMethod if a more structured approach to message formatting is desired.
<p>Every valid function call will result in an asynchronous function result or error message that references the sent message &quot;id&quot;. Event messages are received while notifications are enabled (for example, between function calls for &quot;Page.enable&quot; and &quot;Page.disable&quot;). All received messages will be delivered to the observer(s) registered with AddDevToolsMessageObserver. See ICefDevToolsMessageObserver.OnDevToolsMessage documentation for details of received message contents.
<p>Usage of the SendDevToolsMessage, ExecuteDevToolsMethod and AddDevToolsMessageObserver functions does not require an active DevTools front-end or remote-debugging session. Other active DevTools sessions will continue to function independently. However, any modification of global browser state by one session may not be reflected in the UI of other sessions.
<p>Communication with the DevTools front-end (when displayed) can be logged for development purposes by passing the `&ndash;devtools-protocol-log- file=&lt;path&gt;` command-line flag.
<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="ExecuteDevToolsMethod-integer-ustring-ICefDictionaryValue-"></span><code>function <strong>ExecuteDevToolsMethod</strong>(message_id: integer; const method: <a href="uCEFTypes.html#ustring">ustring</a>; const params: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>): Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Execute a function call over the DevTools protocol. This is a more structured version of SendDevToolsMessage. |message_id| is an incremental number that uniquely identifies the message (pass 0 to have the next number assigned automatically based on previous values). |function| is the function name. |params| are the function parameters, which may be NULL.
<p>See the DevTools protocol documentation (linked above) for details of supported functions and the expected |params| dictionary contents. This function will return the assigned message ID if called on the UI thread and the message was successfully submitted for validation, otherwise 0.
<p>See the SendDevToolsMessage documentation for additional usage information.
<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="AddDevToolsMessageObserver-ICefDevToolsMessageObserver-"></span><code>function <strong>AddDevToolsMessageObserver</strong>(const observer: <a href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</a>): <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Add an observer for DevTools protocol messages (function results and events). The observer will remain registered until the returned Registration object is destroyed. See the SendDevToolsMessage documentation for additional usage 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="AddSettingObserver-ICefSettingObserver-"></span><code>function <strong>AddSettingObserver</strong>(const observer: <a href="uCEFInterfaces.ICefSettingObserver.html">ICefSettingObserver</a>): <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Add an observer for content and website setting changes. The observer will remain registered until the returned Registration object is destroyed. This function must be called on the browser process UI thread. </p>
<p>
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_context_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_context_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_context_capi.h (cef_request_context_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="Find-ustring-Boolean-Boolean-Boolean-"></span><code>procedure <strong>Find</strong>(const aSearchText : <a href="uCEFTypes.html#ustring">ustring</a>; aForward, aMatchCase, aFindNext : Boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Search for |searchText|. |forward| indicates whether to search forward or backward within the page. |matchCase| indicates whether the search should be case-sensitive. |findNext| indicates whether this is the first request or a follow-up. The search will be restarted if |searchText| or |matchCase| change. The search will be stopped if |searchText| is NULL.
<p>OnFindResult will be triggered to report find results.
<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="StopFinding-Boolean-"></span><code>procedure <strong>StopFinding</strong>(aClearSelection : Boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
Cancel all searches that are currently going on. </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="Print"></span><code>procedure <strong>Print</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Print the current browser contents. </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="PrintToPDF-ustring-"></span><code>procedure <strong>PrintToPDF</strong>(const aFilePath : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Print the current browser contents to the PDF file specified by |path| and execute |callback| on completion. The caller is responsible for deleting |path| when done. For PDF printing to work on Linux you must implement the ICefPrintHandler.GetPdfPaperSize function.
<p>The TChromiumCore.OnPdfPrintFinished event will be triggered when the PDF file is created.
<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="ClipboardCopy"></span><code>procedure <strong>ClipboardCopy</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute copy on the focused frame. </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="ClipboardPaste"></span><code>procedure <strong>ClipboardPaste</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute paste on the focused frame. </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="ClipboardPasteAndMatchStyle"></span><code>procedure <strong>ClipboardPasteAndMatchStyle</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute paste and match style on the focused frame. </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="ClipboardCut"></span><code>procedure <strong>ClipboardCut</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute cut on the focused frame. </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="ClipboardUndo"></span><code>procedure <strong>ClipboardUndo</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute undo on the focused frame. </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="ClipboardRedo"></span><code>procedure <strong>ClipboardRedo</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute redo on the focused frame. </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="ClipboardDel"></span><code>procedure <strong>ClipboardDel</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute delete on the focused frame. </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="SelectAll"></span><code>procedure <strong>SelectAll</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute select all on the focused frame. </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="IncZoomStep"></span><code>procedure <strong>IncZoomStep</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Increase the zoom value. This procedure triggers the TChromium.OnZoomPctAvailable event with the new zoom 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="DecZoomStep"></span><code>procedure <strong>DecZoomStep</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Decrease the zoom value. This procedure triggers the TChromium.OnZoomPctAvailable event with the new zoom 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="IncZoomPct"></span><code>procedure <strong>IncZoomPct</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Increase the zoom value. This procedure triggers the TChromium.OnZoomPctAvailable event with the new zoom 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="DecZoomPct"></span><code>procedure <strong>DecZoomPct</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Decrease the zoom value. This procedure triggers the TChromium.OnZoomPctAvailable event with the new zoom 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="ResetZoomStep"></span><code>procedure <strong>ResetZoomStep</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Reset the zoom value. This procedure triggers the TChromium.OnZoomPctAvailable event with the new zoom 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="ResetZoomLevel"></span><code>procedure <strong>ResetZoomLevel</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Reset the zoom value. This procedure triggers the TChromium.OnZoomPctAvailable event with the new zoom 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="ResetZoomPct"></span><code>procedure <strong>ResetZoomPct</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Reset the zoom value. This procedure triggers the TChromium.OnZoomPctAvailable event with the new zoom 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="ReadZoom"></span><code>procedure <strong>ReadZoom</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Read the zoom value. This procedure triggers the TChromium.OnZoomPctAvailable event with the zoom 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="IncZoomCommand"></span><code>procedure <strong>IncZoomCommand</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute a zoom IN command in this browser. If called on the CEF UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously on the CEF UI thread. </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="DecZoomCommand"></span><code>procedure <strong>DecZoomCommand</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute a zoom OUT command in this browser. If called on the CEF UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously on the CEF UI thread. </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="ResetZoomCommand"></span><code>procedure <strong>ResetZoomCommand</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Execute a zoom RESET command in this browser. If called on the CEF UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously on the CEF UI thread. </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="WasResized"></span><code>procedure <strong>WasResized</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Notify the browser that the widget has been resized. The browser will first call ICefRenderHandler.GetViewRect to get the new size and then call ICefRenderHandler.OnPaint asynchronously with the updated regions. This function is only used when window rendering is disabled. </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="WasHidden-Boolean-"></span><code>procedure <strong>WasHidden</strong>(hidden: Boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
Notify the browser that it has been hidden or shown. Layouting and ICefRenderHandler.OnPaint notification will stop when the browser is hidden. This function is only used when window rendering is disabled. </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="NotifyScreenInfoChanged"></span><code>procedure <strong>NotifyScreenInfoChanged</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a notification to the browser that the screen info has changed. The browser will then call ICefRenderHandler.GetScreenInfo to update the screen information with the new values. This simulates moving the webview window from one display to another, or changing the properties of the current display. This function is only used when window rendering is disabled. </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="NotifyMoveOrResizeStarted"></span><code>procedure <strong>NotifyMoveOrResizeStarted</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Notify the browser that the window hosting it is about to be moved or resized. This function is only used 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="Invalidate-TCefPaintElementType-"></span><code>procedure <strong>Invalidate</strong>(type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a> = <a href="uCEFTypes.html#PET_VIEW">PET_VIEW</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Invalidate the view. The browser will call ICefRenderHandler.OnPaint asynchronously. This function is only used when window rendering is disabled. </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="ExitFullscreen-boolean-"></span><code>procedure <strong>ExitFullscreen</strong>(will_cause_resize: boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
Requests the renderer to exit browser fullscreen. In most cases exiting window fullscreen should also exit browser fullscreen. With Alloy style this function should be called in response to a user action such as clicking the green traffic light button on MacOS (ICefWindowDelegate.OnWindowFullscreenTransition callback) or pressing the &quot;ESC&quot; key (ICefKeyboardHandler.OnPreKeyEvent callback). With Chrome style these standard exit actions are handled internally but new/additional user actions can use this function. Set |will_cause_resize| to true (1) if exiting browser fullscreen will cause a view 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="CanExecuteChromeCommand-integer-"></span><code>function <strong>CanExecuteChromeCommand</strong>(command_id: integer): boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if a Chrome command is supported and enabled. Use the cef_id_for_command_id_name() function for version-safe mapping of command IDC names from cef_command_ids.h to version-specific numerical |command_id| values. This function can only be called on the UI thread. Only used with Chrome style. </p>
<p>
<p><a class="normal" href="uCEFConstants.html">See the IDC_* constants in uCEFConstants.pas for all the |command_id| values.</a>
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/app/chrome_command_ids.h&quot;&gt;The command_id values are also available in chrome/app/chrome_command_ids.h)</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="ExecuteChromeCommand-integer-TCefWindowOpenDisposition-"></span><code>procedure <strong>ExecuteChromeCommand</strong>(command_id: integer; disposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if a Chrome command is supported and enabled. Use the cef_id_for_command_id_name() function for version-safe mapping of command IDC names from cef_command_ids.h to version-specific numerical |command_id| values. This function can only be called on the UI thread. Only used with Chrome style. </p>
<p>
<p><a class="normal" href="uCEFConstants.html">See the IDC_* constants in uCEFConstants.pas for all the |command_id| values.</a>
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/app/chrome_command_ids.h&quot;&gt;The command_id values are also available in chrome/app/chrome_command_ids.h)</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="SendExternalBeginFrame"></span><code>procedure <strong>SendExternalBeginFrame</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Issue a BeginFrame request to Chromium. Only valid when TCefWindowInfo.external_begin_frame_enabled is set to true (1). </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="SendKeyEvent-PCefKeyEvent-"></span><code>procedure <strong>SendKeyEvent</strong>(const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a key event to the browser. </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="SendMouseClickEvent-PCefMouseEvent-TCefMouseButtonType-Boolean-Integer-"></span><code>procedure <strong>SendMouseClickEvent</strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; type_: <a href="uCEFTypes.html#TCefMouseButtonType">TCefMouseButtonType</a>; mouseUp: Boolean; clickCount: Integer);</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a mouse click event to the browser. The |x| and |y| coordinates are relative to the upper-left corner of the view. </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="SendMouseMoveEvent-PCefMouseEvent-Boolean-"></span><code>procedure <strong>SendMouseMoveEvent</strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; mouseLeave: Boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a mouse move event to the browser. The |x| and |y| coordinates are relative to the upper-left corner of the view. </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="SendMouseWheelEvent-PCefMouseEvent-Integer-Integer-"></span><code>procedure <strong>SendMouseWheelEvent</strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; deltaX, deltaY: Integer);</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a mouse wheel event to the browser. The |x| and |y| coordinates are relative to the upper-left corner of the view. The |deltaX| and |deltaY| values represent the movement delta in the X and Y directions respectively. In order to scroll inside select popups with window rendering disabled ICefRenderHandler.GetScreenPoint should be implemented properly. </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="SendTouchEvent-PCefTouchEvent-"></span><code>procedure <strong>SendTouchEvent</strong>(const event: <a href="uCEFTypes.html#PCefTouchEvent">PCefTouchEvent</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a touch event to the browser for a windowless browser. </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="SendCaptureLostEvent"></span><code>procedure <strong>SendCaptureLostEvent</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a capture lost event to the browser. </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="SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-"></span><code>procedure <strong>SendProcessMessage</strong>(targetProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const ProcMessage: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a message to the specified |targetProcess|. Ownership of the message contents will be transferred and the |ProcMessage| reference will be invalidated. Message delivery is not guaranteed in all cases (for example, if the browser is closing, navigating, or if the target process crashes). Send an ACK message back from the target process if confirmation is required. </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="SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-"></span><code>procedure <strong>SendProcessMessage</strong>(targetProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const ProcMessage: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
Send a message to the specified |targetProcess|. Ownership of the message contents will be transferred and the |ProcMessage| reference will be invalidated. Message delivery is not guaranteed in all cases (for example, if the browser is closing, navigating, or if the target process crashes). Send an ACK message back from the target process if confirmation is required. </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="CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-"></span><code>function <strong>CreateUrlRequest</strong>(const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const client: <a href="uCEFInterfaces.ICefUrlrequestClient.html">ICefUrlrequestClient</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''): <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Create a new URL request that will be treated as originating from this frame and the associated browser. Use TCustomCefUrlrequestClient.Create instead if you do not want the request to have this association, in which case it may be handled differently (see documentation on that function). A request created with this function may only originate from the browser process, and will behave as follows:
<p></p>
<pre class="preformatted">
- It may be intercepted by the client via CefResourceRequestHandler or
CefSchemeHandlerFactory.
- POST data may only contain a single element of type PDE_TYPE_FILE or
PDE_TYPE_BYTES.</pre>
<p>
<p>The |request| object will be marked as read-only after calling this function.
<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="CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-"></span><code>function <strong>CreateUrlRequest</strong>(const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const client: <a href="uCEFInterfaces.ICefUrlrequestClient.html">ICefUrlrequestClient</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>): <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; overload;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Create a new URL request that will be treated as originating from this frame and the associated browser. Use TCustomCefUrlrequestClient.Create instead if you do not want the request to have this association, in which case it may be handled differently (see documentation on that function). A request created with this function may only originate from the browser process, and will behave as follows:
<p></p>
<pre class="preformatted">
- It may be intercepted by the client via CefResourceRequestHandler or
CefSchemeHandlerFactory.
- POST data may only contain a single element of type PDE_TYPE_FILE or
PDE_TYPE_BYTES.</pre>
<p>
<p>The |request| object will be marked as read-only after calling this function.
<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="SetFocus-Boolean-"></span><code>procedure <strong>SetFocus</strong>(focus: Boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
Set whether the browser is focused. </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="SetAccessibilityState-TCefState-"></span><code>procedure <strong>SetAccessibilityState</strong>(accessibilityState: <a href="uCEFTypes.html#TCefState">TCefState</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Set accessibility state for all frames. |accessibility_state| may be default, enabled or disabled. If |accessibility_state| is STATE_DEFAULT then accessibility will be disabled by default and the state may be further controlled with the &quot;force-renderer-accessibility&quot; and &quot;disable- renderer-accessibility&quot; command-line switches. If |accessibility_state| is STATE_ENABLED then accessibility will be enabled. If |accessibility_state| is STATE_DISABLED then accessibility will be completely disabled.
<p>For windowed browsers accessibility will be enabled in Complete mode (which corresponds to kAccessibilityModeComplete in Chromium). In this mode all platform accessibility objects will be created and managed by Chromium's internal implementation. The client needs only to detect the screen reader and call this function appropriately. For example, on macOS the client can handle the @&quot;AXEnhancedUserStructure&quot; accessibility attribute to detect VoiceOver state changes and on Windows the client can handle WM_GETOBJECT with OBJID_CLIENT to detect accessibility readers.
<p>For windowless browsers accessibility will be enabled in TreeOnly mode (which corresponds to kAccessibilityModeWebContentsOnly in Chromium). In this mode renderer accessibility is enabled, the full tree is computed, and events are passed to CefAccessibiltyHandler, but platform accessibility objects are not created. The client may implement platform accessibility objects using CefAccessibiltyHandler callbacks if desired.
<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="DragTargetDragEnter-ICefDragData-PCefMouseEvent-TCefDragOperations-"></span><code>procedure <strong>DragTargetDragEnter</strong>(const dragData: <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowedOps: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Call this function when the user drags the mouse into the web view (before calling DragTargetDragOver/DragTargetLeave/DragTargetDrop). |drag_data| should not contain file contents as this type of data is not allowed to be dragged into the web view. File contents can be removed using ICefDragData.ResetFileContents (for example, if |drag_data| comes from ICefRenderHandler.StartDragging). This function is only used when window rendering is disabled. </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="DragTargetDragOver-PCefMouseEvent-TCefDragOperations-"></span><code>procedure <strong>DragTargetDragOver</strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowedOps: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Call this function each time the mouse is moved across the web view during a drag operation (after calling DragTargetDragEnter and before calling DragTargetDragLeave/DragTargetDrop). This function is only used when window rendering is disabled. </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="DragTargetDragLeave"></span><code>procedure <strong>DragTargetDragLeave</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Call this function when the user drags the mouse out of the web view (after calling DragTargetDragEnter). This function is only used when window rendering is disabled. </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="DragTargetDrop-PCefMouseEvent-"></span><code>procedure <strong>DragTargetDrop</strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Call this function when the user completes the drag operation by dropping the object onto the web view (after calling DragTargetDragEnter). The object being dropped is |drag_data|, given as an argument to the previous DragTargetDragEnter call. This function is only used when window rendering is disabled. </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="DragSourceEndedAt-Integer-Integer-TCefDragOperation-"></span><code>procedure <strong>DragSourceEndedAt</strong>(x, y: Integer; op: <a href="uCEFTypes.html#TCefDragOperation">TCefDragOperation</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Call this function when the drag operation started by a ICefRenderHandler.StartDragging call has ended either in a drop or by being cancelled. |x| and |y| are mouse coordinates relative to the upper- left corner of the view. If the web view is both the drag source and the drag target then all DragTarget* functions should be called before DragSource* mthods. This function is only used when window rendering is disabled. </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="DragSourceSystemDragEnded"></span><code>procedure <strong>DragSourceSystemDragEnded</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Call this function when the drag operation started by a ICefRenderHandler.StartDragging call has completed. This function may be called immediately without first calling DragSourceEndedAt to cancel a drag operation. If the web view is both the drag source and the drag target then all DragTarget* functions should be called before DragSource* mthods. This function is only used when window rendering is disabled. </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="IMESetComposition-ustring-TCefCompositionUnderlineDynArray-PCefRange-PCefRange-"></span><code>procedure <strong>IMESetComposition</strong>(const text: <a href="uCEFTypes.html#ustring">ustring</a>; const underlines : <a href="uCEFTypes.html#TCefCompositionUnderlineDynArray">TCefCompositionUnderlineDynArray</a>; const replacement_range, selection_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Begins a new composition or updates the existing composition. Blink has a special node (a composition node) that allows the input function to change text without affecting other DOM nodes. |text| is the optional text that will be inserted into the composition node. |underlines| is an optional set of ranges that will be underlined in the resulting text.
<p>|replacement_range| is an optional range of the existing text that will be replaced. |selection_range| is an optional range of the resulting text that will be selected after insertion or replacement. The |replacement_range| value is only used on OS X.
<p>This function may be called multiple times as the composition changes. When the client is done making changes the composition should either be canceled or completed. To cancel the composition call ImeCancelComposition. To complete the composition call either ImeCommitText or ImeFinishComposingText. Completion is usually signaled when:
<p></p>
<pre class="preformatted">
1. The client receives a WM_IME_COMPOSITION message with a GCS_RESULTSTR
flag (on Windows), or;
2. The client receives a &quot;commit&quot; signal of GtkIMContext (on Linux), or;
3. insertText of NSTextInput is called (on Mac).</pre>
<p>
<p>This function is only used when window rendering is disabled.
<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="IMECommitText-ustring-PCefRange-integer-"></span><code>procedure <strong>IMECommitText</strong>(const text: <a href="uCEFTypes.html#ustring">ustring</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : integer);</code></td>
</tr>
<tr><td colspan="2">
<p>
Completes the existing composition by optionally inserting the specified |text| into the composition node. |replacement_range| is an optional range of the existing text that will be replaced. |relative_cursor_pos| is where the cursor will be positioned relative to the current cursor position. See comments on ImeSetComposition for usage. The |replacement_range| and |relative_cursor_pos| values are only used on OS X. This function is only used when window rendering is disabled. </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="IMEFinishComposingText-boolean-"></span><code>procedure <strong>IMEFinishComposingText</strong>(keep_selection : boolean);</code></td>
</tr>
<tr><td colspan="2">
<p>
Completes the existing composition by applying the current composition node contents. If |keep_selection| is false (0) the current selection, if any, will be discarded. See comments on ImeSetComposition for usage. This function is only used when window rendering is disabled. </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="IMECancelComposition"></span><code>procedure <strong>IMECancelComposition</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Cancels the existing composition and discards the composition node contents without applying them. See comments on ImeSetComposition for usage. This function is only used when window rendering is disabled. </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="ReplaceMisspelling-ustring-"></span><code>procedure <strong>ReplaceMisspelling</strong>(const aWord : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
If a misspelled word is currently selected in an editable node calling this function will replace it with the specified |word|. </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="AddWordToDictionary-ustring-"></span><code>procedure <strong>AddWordToDictionary</strong>(const aWord : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Add the specified |word| to the spelling dictionary. </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="AddObserver-ICefMediaObserver-"></span><code>function <strong>AddObserver</strong>(const observer: <a href="uCEFInterfaces.ICefMediaObserver.html">ICefMediaObserver</a>): <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Add an observer for MediaRouter events. The observer will remain registered until the returned Registration object 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="GetSource-ustring-"></span><code>function <strong>GetSource</strong>(const urn: <a href="uCEFTypes.html#ustring">ustring</a>): <a href="uCEFInterfaces.ICefMediaSource.html">ICefMediaSource</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns a MediaSource object for the specified media source URN. Supported URN schemes include &quot;cast:&quot; and &quot;dial:&quot;, and will be already known by the client application (e.g. &quot;cast:&lt;appId&gt;?clientId=&lt;clientId&gt;&quot;). </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="NotifyCurrentSinks"></span><code>procedure <strong>NotifyCurrentSinks</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Trigger an asynchronous call to ICefMediaObserver.OnSinks on all registered observers. </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="NotifyCurrentRoutes"></span><code>procedure <strong>NotifyCurrentRoutes</strong>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Trigger an asynchronous call to ICefMediaObserver.OnRoutes on all registered observers. </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="CreateRoute-ICefMediaSource-ICefMediaSink-"></span><code>procedure <strong>CreateRoute</strong>(const source: <a href="uCEFInterfaces.ICefMediaSource.html">ICefMediaSource</a>; const sink: <a href="uCEFInterfaces.ICefMediaSink.html">ICefMediaSink</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Create a new route between |source| and |sink|. Source and sink must be valid, compatible (as reported by ICefMediaSink.IsCompatibleWith), and a route between them must not already exist. |callback| will be executed on success or failure. If route creation succeeds it will also trigger an asynchronous call to ICefMediaObserver.OnRoutes on all registered observers.
<p>This procedure is asynchronous and the result, ICefMediaRoute and the error message will be available in the TChromium.OnMediaRouteCreateFinished event.
<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="GetDeviceInfo-ICefMediaSink-"></span><code>procedure <strong>GetDeviceInfo</strong>(const aMediaSink: <a href="uCEFInterfaces.ICefMediaSink.html">ICefMediaSink</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Asynchronously retrieves device info.
<p>This procedure will trigger OnMediaSinkDeviceInfo with the device info.
<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="GetWebsiteSetting-ustring-ustring-TCefContentSettingTypes-"></span><code>function <strong>GetWebsiteSetting</strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>): <a href="uCEFInterfaces.ICefValue.html">ICefValue</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current value for |content_type| that applies for the specified URLs. If both URLs are NULL the default value will be returned. Returns nullptr if no value is configured. Must be called on the browser process UI thread. </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="SetWebsiteSetting-ustring-ustring-TCefContentSettingTypes-ICefValue-"></span><code>procedure <strong>SetWebsiteSetting</strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>; const value: <a href="uCEFInterfaces.ICefValue.html">ICefValue</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Sets the current value for |content_type| for the specified URLs in the default scope. If both URLs are NULL, and the context is not incognito, the default value will be set. Pass nullptr for |value| to remove the default value for this content type.
<p>WARNING: Incorrect usage of this function may cause instability or security issues in Chromium. Make sure that you first understand the potential impact of any changes to |content_type| by reviewing the related source code in Chromium. For example, if you plan to modify CEF_CONTENT_SETTING_TYPE_POPUPS, first review and understand the usage of ContentSettingsType::POPUPS in Chromium: <a href="https://source.chromium.org/search?q=ContentSettingsType::POPUPS">https://source.chromium.org/search?q=ContentSettingsType::POPUPS</a>
<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="GetContentSetting-ustring-ustring-TCefContentSettingTypes-"></span><code>function <strong>GetContentSetting</strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>): <a href="uCEFTypes.html#TCefContentSettingValues">TCefContentSettingValues</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current value for |content_type| that applies for the specified URLs. If both URLs are NULL the default value will be returned. Returns CEF_CONTENT_SETTING_VALUE_DEFAULT if no value is configured. Must be called on the browser process UI thread. </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="SetContentSetting-ustring-ustring-TCefContentSettingTypes-TCefContentSettingValues-"></span><code>procedure <strong>SetContentSetting</strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>; value: <a href="uCEFTypes.html#TCefContentSettingValues">TCefContentSettingValues</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Sets the current value for |content_type| for the specified URLs in the default scope. If both URLs are NULL, and the context is not incognito, the default value will be set. Pass CEF_CONTENT_SETTING_VALUE_DEFAULT for |value| to use the default value for this content type.
<p>WARNING: Incorrect usage of this function may cause instability or security issues in Chromium. Make sure that you first understand the potential impact of any changes to |content_type| by reviewing the related source code in Chromium. For example, if you plan to modify CEF_CONTENT_SETTING_TYPE_POPUPS, first review and understand the usage of ContentSettingsType::POPUPS in Chromium: <a href="https://source.chromium.org/search?q=ContentSettingsType::POPUPS">https://source.chromium.org/search?q=ContentSettingsType::POPUPS</a>
<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="SetChromeColorScheme-TCefColorVariant-TCefColor-"></span><code>procedure <strong>SetChromeColorScheme</strong>(variant: <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</a>; user_color: <a href="uCEFTypes.html#TCefColor">TCefColor</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Sets the Chrome color scheme for all browsers that share this request context. |variant| values of SYSTEM, LIGHT and DARK change the underlying color mode (e.g. light vs dark). Other |variant| values determine how |user_color| will be applied in the current color mode. If |user_color| is transparent (0) the default color will be used. </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="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="ParentFormHandle"></span><code>property <strong>ParentFormHandle</strong> : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetParentFormHandle">GetParentFormHandle</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="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="DefaultUrl"></span><code>property <strong>DefaultUrl</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDefaultUrl">FDefaultUrl</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetDefaultUrl-ustring-">SetDefaultUrl</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
First URL loaded by the browser after its creation. </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="Options"></span><code>property <strong>Options</strong> : <a href="uCEFChromiumOptions.TChromiumOptions.html">TChromiumOptions</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOptions">FOptions</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOptions">FOptions</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Properties used to fill the TCefBrowserSettings record which is used during the browser creation. </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="FontOptions"></span><code>property <strong>FontOptions</strong> : <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html">TChromiumFontOptions</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FFontOptions">FFontOptions</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FFontOptions">FFontOptions</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Font properties used to fill the TCefBrowserSettings record which is used during the browser creation. </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="PDFPrintOptions"></span><code>property <strong>PDFPrintOptions</strong> : <a href="uCEFPDFPrintOptions.TPDFPrintOptions.html">TPDFPrintOptions</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FPDFPrintOptions">FPDFPrintOptions</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FPDFPrintOptions">FPDFPrintOptions</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Properties used to fill the TCefPdfPrintSettings record which is used in the TChromiumCore.PrintToPDF call. </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="uCEFChromiumCore.TChromiumCore.html#FDefaultEncoding">FDefaultEncoding</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FDefaultEncoding">FDefaultEncoding</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Default encoding for Web content. If empty &quot;ISO-8859-1&quot; will be used. Also configurable using the &quot;default-encoding&quot; command-line switch. It's used during the browser creation. </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="BrowserId"></span><code>property <strong>BrowserId</strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserId">GetBrowserId</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Globally unique identifier for the seleted browser. </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="Browser"></span><code>property <strong>Browser</strong> : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowser">GetBrowser</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns a ICefBrowser instance of the selected browser. </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="BrowserById"></span><code>property <strong>BrowserById</strong>[id: integer]: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserById-integer-">GetBrowserById</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns a ICefBrowser instance of the browser with the specified id. </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="BrowserCount"></span><code>property <strong>BrowserCount</strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserCount">GetBrowserCount</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the number of browsers in the browser array when the multi-browser mode is 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="BrowserIdByIndex"></span><code>property <strong>BrowserIdByIndex</strong>[i: integer]: integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetBrowserIdByIndex-integer-">GetBrowserIdByIndex</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the identifier of the browser in the specified array position when the multi-browser mode is 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="CefClient"></span><code>property <strong>CefClient</strong> : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FHandler">FHandler</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the ICefClient instance used by the selected browser. </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="ReqContextHandler"></span><code>property <strong>ReqContextHandler</strong> : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FReqContextHandler">FReqContextHandler</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the ICefRequestContextHandler instance used in this browser. </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="ResourceRequestHandler"></span><code>property <strong>ResourceRequestHandler</strong> : <a href="uCEFInterfaces.ICefResourceRequestHandler.html">ICefResourceRequestHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FResourceRequestHandler">FResourceRequestHandler</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the ICefResourceRequestHandler instance used in this browser. </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="CefWindowInfo"></span><code>property <strong>CefWindowInfo</strong> : <a href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetCefWindowInfo">GetCefWindowInfo</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the TCefWindowInfo record used when the browser was created. </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="VisibleNavigationEntry"></span><code>property <strong>VisibleNavigationEntry</strong> : <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetVisibleNavigationEntry">GetVisibleNavigationEntry</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current visible navigation entry for this browser. </p>
<p>
<p>This property can only be used on the CEF UI thread.</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="RuntimeStyle"></span><code>property <strong>RuntimeStyle</strong> : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetRuntimeStyle">GetRuntimeStyle</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetRuntimeStyle-TCefRuntimeStyle-">SetRuntimeStyle</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the runtime style for this browser (ALLOY or CHROME). See TCefRuntimeStyle documentation for details. </p>
<p>
<p>This property can only be read on the CEF UI thread.</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="RequestContext"></span><code>property <strong>RequestContext</strong> : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetRequestContext">GetRequestContext</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns a ICefRequestContext instance used by the selected browser. </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="MediaRouter"></span><code>property <strong>MediaRouter</strong> : <a href="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetMediaRouter">GetMediaRouter</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns a ICefMediaRouter instance used by the selected browser. </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="MediaObserver"></span><code>property <strong>MediaObserver</strong> : <a href="uCEFInterfaces.ICefMediaObserver.html">ICefMediaObserver</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FMediaObserver">FMediaObserver</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns a ICefMediaObserver instance used by the selected browser. </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="MediaObserverReg"></span><code>property <strong>MediaObserverReg</strong> : <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FMediaObserverReg">FMediaObserverReg</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the ICefRegistration instance obtained when the default MediaObserver was added. </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="DevToolsMsgObserver"></span><code>property <strong>DevToolsMsgObserver</strong> : <a href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDevToolsMsgObserver">FDevToolsMsgObserver</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns a ICefDevToolsMessageObserver instance used by the selected browser. </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="DevToolsMsgObserverReg"></span><code>property <strong>DevToolsMsgObserverReg</strong> : <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDevToolsMsgObserverReg">FDevToolsMsgObserverReg</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the ICefRegistration instance obtained when the default DevToolsMessageObserver was added. </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="MultithreadApp"></span><code>property <strong>MultithreadApp</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetMultithreadApp">GetMultithreadApp</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the value of GlobalCEFApp.MultiThreadedMessageLoop. </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="IsLoading"></span><code>property <strong>IsLoading</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetIsLoading">GetIsLoading</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowser.IsLoading and returns true if the browser is currently 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="HasDocument"></span><code>property <strong>HasDocument</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasDocument">GetHasDocument</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowser.HasDocument and returns true if a document has been loaded in the browser. </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="HasView"></span><code>property <strong>HasView</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasView">GetHasView</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowserHost.HasView and returns true if this browser is wrapped in a ICefBrowserView. </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="HasDevTools"></span><code>property <strong>HasDevTools</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasDevTools">GetHasDevTools</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowserHost.HasDevTools and returns true if this browser currently has an associated DevTools browser. </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="HasClientHandler"></span><code>property <strong>HasClientHandler</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasClientHandler">GetHasClientHandler</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true if ICefClient has a valid 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="HasBrowser"></span><code>property <strong>HasBrowser</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasBrowser">GetHasBrowser</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true if this component has a valid selected browser. </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="CanGoBack"></span><code>property <strong>CanGoBack</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanGoBack">GetCanGoBack</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowser.CanGoBack and returns true if the browser can navigate back. </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="CanGoForward"></span><code>property <strong>CanGoForward</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanGoForward">GetCanGoForward</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowser.CanGoForward and returns true if the browser can navigate forward. </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="IsPopUp"></span><code>property <strong>IsPopUp</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetIsPopUp">GetIsPopUp</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowser.IsPopUp and returns true if the window is a popup window. </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="WindowHandle"></span><code>property <strong>WindowHandle</strong> : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetWindowHandle">GetWindowHandle</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowserHost.GetWindowHandle and returns the window handle for this browser. </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="OpenerWindowHandle"></span><code>property <strong>OpenerWindowHandle</strong> : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetOpenerWindowHandle">GetOpenerWindowHandle</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefBrowserHost.GetOpenerWindowHandle and returns the window handle of the browser that opened this browser. </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="OpenerIdentifier"></span><code>property <strong>OpenerIdentifier</strong> : Integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetOpenerIdentifier">GetOpenerIdentifier</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Retrieve the unique identifier of the browser that opened this browser. Will return 0 for non-popup 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="BrowserHandle"></span><code>property <strong>BrowserHandle</strong> : THandle read <a href="uCEFChromiumCore.TChromiumCore.html#FBrowserCompHWND">FBrowserCompHWND</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Handle of one to the child controls created automatically by CEF to show the web contents. </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="RenderHandle"></span><code>property <strong>RenderHandle</strong> : THandle read <a href="uCEFChromiumCore.TChromiumCore.html#FRenderCompHWND">FRenderCompHWND</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Handle of one to the child controls created automatically by CEF to show the web contents. </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="FrameIsFocused"></span><code>property <strong>FrameIsFocused</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetFrameIsFocused">GetFrameIsFocused</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true if ICefBrowser.FocusedFrame has a valid 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="Initialized"></span><code>property <strong>Initialized</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetInitialized">GetInitialized</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true when the browser is fully initialized and it's not being closed. </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="RequestContextCache"></span><code>property <strong>RequestContextCache</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetRequestContextCache">GetRequestContextCache</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the cache value in ICefRequestContext.CachePath. </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="RequestContextIsGlobal"></span><code>property <strong>RequestContextIsGlobal</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetRequestContextIsGlobal">GetRequestContextIsGlobal</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Calls ICefRequestContext.IsGlobal to check if the request context is the global context or it's independent. </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="ChromeColorSchemeMode"></span><code>property <strong>ChromeColorSchemeMode</strong> : <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeMode">GetChromeColorSchemeMode</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current Chrome color scheme mode (SYSTEM, LIGHT or DARK). Must be called on the browser process UI thread. </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="ChromeColorSchemeColor"></span><code>property <strong>ChromeColorSchemeColor</strong> : <a href="uCEFTypes.html#TCefColor">TCefColor</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeColor">GetChromeColorSchemeColor</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current Chrome color scheme color, or transparent (0) for the default color. Must be called on the browser process UI thread. </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="ChromeColorSchemeVariant"></span><code>property <strong>ChromeColorSchemeVariant</strong> : <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetChromeColorSchemeVariant">GetChromeColorSchemeVariant</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current Chrome color scheme variant. Must be called on the browser process UI thread. </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="DocumentURL"></span><code>property <strong>DocumentURL</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetDocumentURL">GetDocumentURL</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the URL of the main frame. </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="ZoomLevel"></span><code>property <strong>ZoomLevel</strong> : double read <a href="uCEFChromiumCore.TChromiumCore.html#GetZoomLevel">GetZoomLevel</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetZoomLevel-double-">SetZoomLevel</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current zoom value. This property is based on the CefBrowserHost.ZoomLevel value which can only be read in the CEF UI thread. </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="DefaultZoomLevel"></span><code>property <strong>DefaultZoomLevel</strong> : double read <a href="uCEFChromiumCore.TChromiumCore.html#GetDefaultZoomLevel">GetDefaultZoomLevel</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Get the default zoom level. This value will be 0.0 by default but can be configured. This function can only be called on the UI thread. </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="CanIncZoom"></span><code>property <strong>CanIncZoom</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanIncZoom">GetCanIncZoom</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if this browser can execute the zoom IN command. This function can only be called on the CEF UI thread. </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="CanDecZoom"></span><code>property <strong>CanDecZoom</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanDecZoom">GetCanDecZoom</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if this browser can execute the zoom OUT command. This function can only be called on the CEF UI thread. </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="CanResetZoom"></span><code>property <strong>CanResetZoom</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetCanResetZoom">GetCanResetZoom</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if this browser can execute the zoom RESET command. This function can only be called on the CEF UI thread. </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="ZoomPct"></span><code>property <strong>ZoomPct</strong> : double read <a href="uCEFChromiumCore.TChromiumCore.html#GetZoomPct">GetZoomPct</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetZoomPct-double-">SetZoomPct</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current zoom value. This property is based on the CefBrowserHost.ZoomLevel value which can only be read in the CEF UI thread. </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="ZoomStep"></span><code>property <strong>ZoomStep</strong> : byte read <a href="uCEFChromiumCore.TChromiumCore.html#GetZoomStep">GetZoomStep</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetZoomStep-byte-">SetZoomStep</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current zoom value. This property is based on the CefBrowserHost.ZoomLevel value which can only be read in the CEF UI thread. </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="WindowlessFrameRate"></span><code>property <strong>WindowlessFrameRate</strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#GetWindowlessFrameRate">GetWindowlessFrameRate</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWindowlessFrameRate-integer-">SetWindowlessFrameRate</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the maximum rate in frames per second (fps) that OnPaint will be called for a browser 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="CustomHeaderName"></span><code>property <strong>CustomHeaderName</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCustomHeaderName">FCustomHeaderName</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetCustomHeaderName-ustring-">SetCustomHeaderName</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Custom HTTP header name added to all requests. </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="CustomHeaderValue"></span><code>property <strong>CustomHeaderValue</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCustomHeaderValue">FCustomHeaderValue</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetCustomHeaderValue-ustring-">SetCustomHeaderValue</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Custom HTTP header value added to all requests. </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="DoNotTrack"></span><code>property <strong>DoNotTrack</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FDoNotTrack">FDoNotTrack</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetDoNotTrack-boolean-">SetDoNotTrack</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Set to True if you want to send the DNT header. </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="SendReferrer"></span><code>property <strong>SendReferrer</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FSendReferrer">FSendReferrer</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetSendReferrer-boolean-">SetSendReferrer</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Set to True if you want to send the referer header. </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="uCEFChromiumCore.TChromiumCore.html#FHyperlinkAuditing">FHyperlinkAuditing</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetHyperlinkAuditing-boolean-">SetHyperlinkAuditing</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Enable hyperlink auditing. </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="AllowOutdatedPlugins"></span><code>property <strong>AllowOutdatedPlugins</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FAllowOutdatedPlugins">FAllowOutdatedPlugins</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAllowOutdatedPlugins-boolean-">SetAllowOutdatedPlugins</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Allow using outdated plugins. </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="AlwaysAuthorizePlugins"></span><code>property <strong>AlwaysAuthorizePlugins</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FAlwaysAuthorizePlugins">FAlwaysAuthorizePlugins</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAlwaysAuthorizePlugins-boolean-">SetAlwaysAuthorizePlugins</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Always authorize plugins. </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="AlwaysOpenPDFExternally"></span><code>property <strong>AlwaysOpenPDFExternally</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FAlwaysOpenPDFExternally">FAlwaysOpenPDFExternally</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAlwaysOpenPDFExternally-boolean-">SetAlwaysOpenPDFExternally</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Always open PDF files externally. </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="SpellChecking"></span><code>property <strong>SpellChecking</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FSpellChecking">FSpellChecking</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetSpellChecking-boolean-">SetSpellChecking</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Set to True if you want to enable the spell checker. </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="SpellCheckerDicts"></span><code>property <strong>SpellCheckerDicts</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FSpellCheckerDicts">FSpellCheckerDicts</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetSpellCheckerDicts-ustring-">SetSpellCheckerDicts</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Comma delimited list of language codes used by the spell checker, for example &quot;es-ES,en-US,fr-FR,de-DE,it-IT&quot;. </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="HasValidMainFrame"></span><code>property <strong>HasValidMainFrame</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetHasValidMainFrame">GetHasValidMainFrame</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true if the main frame exists and it's valid. </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="FrameCount"></span><code>property <strong>FrameCount</strong> : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a> read <a href="uCEFChromiumCore.TChromiumCore.html#GetFrameCount">GetFrameCount</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the number of frames that currently exist. </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="DragOperations"></span><code>property <strong>DragOperations</strong> : <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDragOperations">FDragOperations</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FDragOperations">FDragOperations</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the TcefDragOperation value used during drag and drop. </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="AudioMuted"></span><code>property <strong>AudioMuted</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetAudioMuted">GetAudioMuted</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAudioMuted-boolean-">SetAudioMuted</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true if the browser's audio is muted. </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="Fullscreen"></span><code>property <strong>Fullscreen</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetFullscreen">GetFullscreen</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if the renderer is currently in browser fullscreen. This differs from window fullscreen in that browser fullscreen is entered using the JavaScript Fullscreen API and modifies CSS attributes such as the ::backdrop pseudo-element and :fullscreen pseudo-structure. This property can only be called on the UI thread. </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="IsRenderProcessUnresponsive"></span><code>property <strong>IsRenderProcessUnresponsive</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#GetIsRenderProcessUnresponsive">GetIsRenderProcessUnresponsive</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if the render process associated with this browser is currently unresponsive as indicated by a lack of input event processing for at least 15 seconds. To receive associated state change notifications and optionally handle an unresponsive render process implement ICefRequestHandler.OnRenderProcessUnresponsive. </p>
<p>
<p>This property can only be read on the CEF UI thread.</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="SafeSearch"></span><code>property <strong>SafeSearch</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FSafeSearch">FSafeSearch</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetSafeSearch-boolean-">SetSafeSearch</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Forces the Google safesearch in the browser preferences. </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="YouTubeRestrict"></span><code>property <strong>YouTubeRestrict</strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#FYouTubeRestrict">FYouTubeRestrict</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetYouTubeRestrict-integer-">SetYouTubeRestrict</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Forces the YouTube restrictions in the browser preferences. </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="PrintingEnabled"></span><code>property <strong>PrintingEnabled</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FPrintingEnabled">FPrintingEnabled</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetPrintingEnabled-boolean-">SetPrintingEnabled</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Enables printing in the browser preferences. </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="uCEFChromiumCore.TChromiumCore.html#FAcceptLanguageList">FAcceptLanguageList</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAcceptLanguageList-ustring-">SetAcceptLanguageList</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Set the accept language list in the browser preferences. </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="AcceptCookies"></span><code>property <strong>AcceptCookies</strong> : <a href="uCEFTypes.html#TCefCookiePref">TCefCookiePref</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAcceptCookies">FAcceptCookies</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetAcceptCookies-TCefCookiePref-">SetAcceptCookies</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Sets the cookies policy value in the browser preferences. </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="Block3rdPartyCookies"></span><code>property <strong>Block3rdPartyCookies</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FBlock3rdPartyCookies">FBlock3rdPartyCookies</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetBlock3rdPartyCookies-boolean-">SetBlock3rdPartyCookies</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Blocks third party cookies in the browser preferences. </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="MultiBrowserMode"></span><code>property <strong>MultiBrowserMode</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FMultiBrowserMode">FMultiBrowserMode</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetMultiBrowserMode-boolean-">SetMultiBrowserMode</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Enables the multi-browser mode that allows TChromiumCore to handle several browsers with one component. These browsers are usually the main browser, popup windows and new tabs. </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="DefaultWindowInfoExStyle"></span><code>property <strong>DefaultWindowInfoExStyle</strong> : DWORD read <a href="uCEFChromiumCore.TChromiumCore.html#GetWindowInfoExStyle">GetWindowInfoExStyle</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWindowInfoExStyle-DWORD-">SetWindowInfoExStyle</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Default ExStyle value used to initialize the browser. A value of WS_EX_NOACTIVATE can be used as a workaround for some focus issues in CEF. </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="Offline"></span><code>property <strong>Offline</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FOffline">FOffline</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetOffline-boolean-">SetOffline</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Uses the Network.emulateNetworkConditions DevTool method to set the browser in offline 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="QuicAllowed"></span><code>property <strong>QuicAllowed</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FQuicAllowed">FQuicAllowed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetQuicAllowed-boolean-">SetQuicAllowed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Enables the Quic protocol in the browser preferences. </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="JavascriptEnabled"></span><code>property <strong>JavascriptEnabled</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FJavascriptEnabled">FJavascriptEnabled</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetJavascriptEnabled-boolean-">SetJavascriptEnabled</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Enables JavaScript in the browser preferences. </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="LoadImagesAutomatically"></span><code>property <strong>LoadImagesAutomatically</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FLoadImagesAutomatically">FLoadImagesAutomatically</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetLoadImagesAutomatically-boolean-">SetLoadImagesAutomatically</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Enables automatic image loading in the browser preferences. </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="BatterySaverModeState"></span><code>property <strong>BatterySaverModeState</strong> : <a href="uCEFTypes.html#TCefBatterySaverModeState">TCefBatterySaverModeState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FBatterySaverModeState">FBatterySaverModeState</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetBatterySaverModeState-TCefBatterySaverModeState-">SetBatterySaverModeState</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Battery saver mode state. </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="HighEfficiencyModeState"></span><code>property <strong>HighEfficiencyModeState</strong> : <a href="uCEFTypes.html#TCefHighEfficiencyModeState">TCefHighEfficiencyModeState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FHighEfficiencyModeState">FHighEfficiencyModeState</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetHighEfficiencyModeState-TCefHighEfficiencyModeState-">SetHighEfficiencyModeState</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
High efficiency mode state. </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="CanFocus"></span><code>property <strong>CanFocus</strong> : boolean read <a href="uCEFChromiumCore.TChromiumCore.html#FCanFocus">FCanFocus</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Indicates whether the browser can receive focus. </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="EnableFocusDelayMs"></span><code>property <strong>EnableFocusDelayMs</strong> : cardinal read <a href="uCEFChromiumCore.TChromiumCore.html#FEnableFocusDelayMs">FEnableFocusDelayMs</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FEnableFocusDelayMs">FEnableFocusDelayMs</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Delay in milliseconds to enable browser focus. </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="WebRTCIPHandlingPolicy"></span><code>property <strong>WebRTCIPHandlingPolicy</strong> : <a href="uCEFTypes.html#TCefWebRTCHandlingPolicy">TCefWebRTCHandlingPolicy</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FWebRTCIPHandlingPolicy">FWebRTCIPHandlingPolicy</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWebRTCIPHandlingPolicy-TCefWebRTCHandlingPolicy-">SetWebRTCIPHandlingPolicy</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
WebRTC handling policy setting in the browser preferences. </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="WebRTCMultipleRoutes"></span><code>property <strong>WebRTCMultipleRoutes</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FWebRTCMultipleRoutes">FWebRTCMultipleRoutes</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWebRTCMultipleRoutes-TCefState-">SetWebRTCMultipleRoutes</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
WebRTC multiple routes setting in the browser preferences. </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="WebRTCNonproxiedUDP"></span><code>property <strong>WebRTCNonproxiedUDP</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FWebRTCNonProxiedUDP">FWebRTCNonProxiedUDP</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetWebRTCNonProxiedUDP-TCefState-">SetWebRTCNonProxiedUDP</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
WebRTC nonproxied UDP setting in the browser preferences. </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="ProxyType"></span><code>property <strong>ProxyType</strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyType">FProxyType</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyType-integer-">SetProxyType</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Proxy type: CEF_PROXYTYPE_DIRECT, CEF_PROXYTYPE_AUTODETECT, CEF_PROXYTYPE_SYSTEM, CEF_PROXYTYPE_FIXED_SERVERS or CEF_PROXYTYPE_PAC_SCRIPT. </p>
<p>
<p>If you use the proxy settings in GlobalCEFApp you will not be able to use the proxy properties in TChromiumCore.
<p>&lt;see href=&quot;<a href="https://www.chromium.org/developers/design-documents/network-settings/">https://www.chromium.org/developers/design-documents/network-settings/</a>&quot;&gt;See the Network Settings article.)
<p>&lt;see href=&quot;<a href="https://github.com/chromium/chromium/blob/main/net/docs/proxy.md">https://github.com/chromium/chromium/blob/main/net/docs/proxy.md</a>&quot;/&quot;&gt;See the Proxy Support article.)
<p>&lt;see href=&quot;<a href="https://developer.chrome.com/docs/extensions/reference/api/proxy">https://developer.chrome.com/docs/extensions/reference/api/proxy</a>&quot;&gt;See the chrome.proxy API article.)</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="ProxyScheme"></span><code>property <strong>ProxyScheme</strong> : <a href="uCEFTypes.html#TCefProxyScheme">TCefProxyScheme</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyScheme">FProxyScheme</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyScheme-TCefProxyScheme-">SetProxyScheme</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Proxy scheme </p>
<p>
<p>If you use the proxy settings in GlobalCEFApp you will not be able to use the proxy properties in TChromiumCore.
<p>&lt;see href=&quot;<a href="https://www.chromium.org/developers/design-documents/network-settings/">https://www.chromium.org/developers/design-documents/network-settings/</a>&quot;&gt;See the Network Settings article.)
<p>&lt;see href=&quot;<a href="https://github.com/chromium/chromium/blob/main/net/docs/proxy.md">https://github.com/chromium/chromium/blob/main/net/docs/proxy.md</a>&quot;/&quot;&gt;See the Proxy Support article.)
<p>&lt;see href=&quot;<a href="https://developer.chrome.com/docs/extensions/reference/api/proxy">https://developer.chrome.com/docs/extensions/reference/api/proxy</a>&quot;&gt;See the chrome.proxy API article.)</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="ProxyServer"></span><code>property <strong>ProxyServer</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyServer">FProxyServer</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyServer-ustring-">SetProxyServer</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Proxy server address </p>
<p>
<p>If you use the proxy settings in GlobalCEFApp you will not be able to use the proxy properties in TChromiumCore.
<p>&lt;see href=&quot;<a href="https://www.chromium.org/developers/design-documents/network-settings/">https://www.chromium.org/developers/design-documents/network-settings/</a>&quot;&gt;See the Network Settings article.)
<p>&lt;see href=&quot;<a href="https://github.com/chromium/chromium/blob/main/net/docs/proxy.md">https://github.com/chromium/chromium/blob/main/net/docs/proxy.md</a>&quot;/&quot;&gt;See the Proxy Support article.)
<p>&lt;see href=&quot;<a href="https://developer.chrome.com/docs/extensions/reference/api/proxy">https://developer.chrome.com/docs/extensions/reference/api/proxy</a>&quot;&gt;See the chrome.proxy API article.)</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="ProxyPort"></span><code>property <strong>ProxyPort</strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyPort">FProxyPort</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyPort-integer-">SetProxyPort</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Proxy server port </p>
<p>
<p>If you use the proxy settings in GlobalCEFApp you will not be able to use the proxy properties in TChromiumCore.
<p>&lt;see href=&quot;<a href="https://www.chromium.org/developers/design-documents/network-settings/">https://www.chromium.org/developers/design-documents/network-settings/</a>&quot;&gt;See the Network Settings article.)
<p>&lt;see href=&quot;<a href="https://github.com/chromium/chromium/blob/main/net/docs/proxy.md">https://github.com/chromium/chromium/blob/main/net/docs/proxy.md</a>&quot;/&quot;&gt;See the Proxy Support article.)
<p>&lt;see href=&quot;<a href="https://developer.chrome.com/docs/extensions/reference/api/proxy">https://developer.chrome.com/docs/extensions/reference/api/proxy</a>&quot;&gt;See the chrome.proxy API article.)</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="ProxyUsername"></span><code>property <strong>ProxyUsername</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyUsername">FProxyUsername</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyUsername-ustring-">SetProxyUsername</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Proxy username </p>
<p>
<p>If you use the proxy settings in GlobalCEFApp you will not be able to use the proxy properties in TChromiumCore.
<p>&lt;see href=&quot;<a href="https://www.chromium.org/developers/design-documents/network-settings/">https://www.chromium.org/developers/design-documents/network-settings/</a>&quot;&gt;See the Network Settings article.)
<p>&lt;see href=&quot;<a href="https://github.com/chromium/chromium/blob/main/net/docs/proxy.md">https://github.com/chromium/chromium/blob/main/net/docs/proxy.md</a>&quot;/&quot;&gt;See the Proxy Support article.)
<p>&lt;see href=&quot;<a href="https://developer.chrome.com/docs/extensions/reference/api/proxy">https://developer.chrome.com/docs/extensions/reference/api/proxy</a>&quot;&gt;See the chrome.proxy API article.)</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="ProxyPassword"></span><code>property <strong>ProxyPassword</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyPassword">FProxyPassword</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyPassword-ustring-">SetProxyPassword</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Proxy password </p>
<p>
<p>If you use the proxy settings in GlobalCEFApp you will not be able to use the proxy properties in TChromiumCore.
<p>&lt;see href=&quot;<a href="https://www.chromium.org/developers/design-documents/network-settings/">https://www.chromium.org/developers/design-documents/network-settings/</a>&quot;&gt;See the Network Settings article.)
<p>&lt;see href=&quot;<a href="https://github.com/chromium/chromium/blob/main/net/docs/proxy.md">https://github.com/chromium/chromium/blob/main/net/docs/proxy.md</a>&quot;/&quot;&gt;See the Proxy Support article.)
<p>&lt;see href=&quot;<a href="https://developer.chrome.com/docs/extensions/reference/api/proxy">https://developer.chrome.com/docs/extensions/reference/api/proxy</a>&quot;&gt;See the chrome.proxy API article.)</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="ProxyScriptURL"></span><code>property <strong>ProxyScriptURL</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyScriptURL">FProxyScriptURL</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyScriptURL-ustring-">SetProxyScriptURL</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
URL of the PAC script file. </p>
<p>
<p>If you use the proxy settings in GlobalCEFApp you will not be able to use the proxy properties in TChromiumCore.
<p>&lt;see href=&quot;<a href="https://www.chromium.org/developers/design-documents/network-settings/">https://www.chromium.org/developers/design-documents/network-settings/</a>&quot;&gt;See the Network Settings article.)
<p>&lt;see href=&quot;<a href="https://github.com/chromium/chromium/blob/main/net/docs/proxy.md">https://github.com/chromium/chromium/blob/main/net/docs/proxy.md</a>&quot;/&quot;&gt;See the Proxy Support article.)
<p>&lt;see href=&quot;<a href="https://developer.chrome.com/docs/extensions/reference/api/proxy">https://developer.chrome.com/docs/extensions/reference/api/proxy</a>&quot;&gt;See the chrome.proxy API article.)</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="ProxyByPassList"></span><code>property <strong>ProxyByPassList</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FProxyByPassList">FProxyByPassList</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetProxyByPassList-ustring-">SetProxyByPassList</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
This tells chromium to bypass any specified proxy for the given semi-colon-separated list of hosts. </p>
<p>
<p>If you use the proxy settings in GlobalCEFApp you will not be able to use the proxy properties in TChromiumCore.
<p>&lt;see href=&quot;<a href="https://www.chromium.org/developers/design-documents/network-settings/">https://www.chromium.org/developers/design-documents/network-settings/</a>&quot;&gt;See the Network Settings article.)
<p>&lt;see href=&quot;<a href="https://github.com/chromium/chromium/blob/main/net/docs/proxy.md">https://github.com/chromium/chromium/blob/main/net/docs/proxy.md</a>&quot;/&quot;&gt;See the Proxy Support article.)
<p>&lt;see href=&quot;<a href="https://developer.chrome.com/docs/extensions/reference/api/proxy">https://developer.chrome.com/docs/extensions/reference/api/proxy</a>&quot;&gt;See the chrome.proxy API article.)</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="MaxConnectionsPerProxy"></span><code>property <strong>MaxConnectionsPerProxy</strong> : integer read <a href="uCEFChromiumCore.TChromiumCore.html#FMaxConnectionsPerProxy">FMaxConnectionsPerProxy</a> write <a href="uCEFChromiumCore.TChromiumCore.html#SetMaxConnectionsPerProxy-integer-">SetMaxConnectionsPerProxy</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Sets the maximum connections per proxy value in the browser preferences (experimental). </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="DownloadBubble"></span><code>property <strong>DownloadBubble</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FDownloadBubble">FDownloadBubble</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FDownloadBubble">FDownloadBubble</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Enable the file download bubble when using Chrome style. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="HTTPSUpgrade"></span><code>property <strong>HTTPSUpgrade</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FHTTPSUpgrade">FHTTPSUpgrade</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FHTTPSUpgrade">FHTTPSUpgrade</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Automatically upgrade to HTTPS connections. </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="HSTSPolicyBypassList"></span><code>property <strong>HSTSPolicyBypassList</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FHSTSPolicyBypassList">FHSTSPolicyBypassList</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FHSTSPolicyBypassList">FHSTSPolicyBypassList</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
List of comma-delimited single-label hostnames that will skip the check to possibly upgrade from http to https. </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="CredentialsService"></span><code>property <strong>CredentialsService</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCredentialsService">FCredentialsService</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FCredentialsService">FCredentialsService</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
This service shows a dialog to save the usernames and passwords in Chrome style. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="AutofillCreditCard"></span><code>property <strong>AutofillCreditCard</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillCreditCard">FAutofillCreditCard</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Browser preference used to enable the autofill feature for credit card information. </p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="AutofillProfile"></span><code>property <strong>AutofillProfile</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Browser preference used to enable the autofill feature for profile information. </p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnTextResultAvailable"></span><code>property <strong>OnTextResultAvailable</strong> : <a href="uCEFChromiumEvents.html#TOnTextResultAvailableEvent">TOnTextResultAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.RetrieveHTML or TChromiumCore.RetrieveText call with the HTML or text results. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnPdfPrintFinished"></span><code>property <strong>OnPdfPrintFinished</strong> : <a href="uCEFChromiumEvents.html#TOnPdfPrintFinishedEvent">TOnPdfPrintFinishedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPdfPrintFinished">FOnPdfPrintFinished</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPdfPrintFinished">FOnPdfPrintFinished</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.PrintToPDF call when the PDF has been created. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnPrefsAvailable"></span><code>property <strong>OnPrefsAvailable</strong> : <a href="uCEFChromiumEvents.html#TOnPrefsAvailableEvent">TOnPrefsAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsAvailable">FOnPrefsAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsAvailable">FOnPrefsAvailable</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.SavePreferences call when the preferences have been saved. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnPrefsUpdated"></span><code>property <strong>OnPrefsUpdated</strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsUpdated">FOnPrefsUpdated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPrefsUpdated">FOnPrefsUpdated</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered when the browser preferences have been updated. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCookiesDeleted"></span><code>property <strong>OnCookiesDeleted</strong> : <a href="uCEFChromiumEvents.html#TOnCookiesDeletedEvent">TOnCookiesDeletedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesDeleted">FOnCookiesDeleted</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesDeleted">FOnCookiesDeleted</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.DeleteCookies call when the cookies have been deleted. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnResolvedHostAvailable"></span><code>property <strong>OnResolvedHostAvailable</strong> : <a href="uCEFChromiumEvents.html#TOnResolvedIPsAvailableEvent">TOnResolvedIPsAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResolvedHostAvailable">FOnResolvedHostAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResolvedHostAvailable">FOnResolvedHostAvailable</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.ResolveHost call with the host information. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnNavigationVisitorResultAvailable"></span><code>property <strong>OnNavigationVisitorResultAvailable</strong> : <a href="uCEFChromiumEvents.html#TOnNavigationVisitorResultAvailableEvent">TOnNavigationVisitorResultAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnNavigationVisitorResultAvailable">FOnNavigationVisitorResultAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnNavigationVisitorResultAvailable">FOnNavigationVisitorResultAvailable</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.GetNavigationEntries call with a navigation entry. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDownloadImageFinished"></span><code>property <strong>OnDownloadImageFinished</strong> : <a href="uCEFChromiumEvents.html#TOnDownloadImageFinishedEvent">TOnDownloadImageFinishedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadImageFinished">FOnDownloadImageFinished</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadImageFinished">FOnDownloadImageFinished</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.DownloadImage call when the download is complete. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCookiesFlushed"></span><code>property <strong>OnCookiesFlushed</strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesFlushed">FOnCookiesFlushed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesFlushed">FOnCookiesFlushed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.FlushCookieStore call when the cookies are flushed. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCertificateExceptionsCleared"></span><code>property <strong>OnCertificateExceptionsCleared</strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateExceptionsCleared">FOnCertificateExceptionsCleared</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateExceptionsCleared">FOnCertificateExceptionsCleared</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.ClearCertificateExceptions call when the exceptions are cleared. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnHttpAuthCredentialsCleared"></span><code>property <strong>OnHttpAuthCredentialsCleared</strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnHttpAuthCredentialsCleared">FOnHttpAuthCredentialsCleared</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnHttpAuthCredentialsCleared">FOnHttpAuthCredentialsCleared</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.ClearHttpAuthCredentials call when the credentials are cleared. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAllConnectionsClosed"></span><code>property <strong>OnAllConnectionsClosed</strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAllConnectionsClosed">FOnAllConnectionsClosed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAllConnectionsClosed">FOnAllConnectionsClosed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.CloseAllConnections call when the connections are closed. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnExecuteTaskOnCefThread"></span><code>property <strong>OnExecuteTaskOnCefThread</strong> : <a href="uCEFChromiumEvents.html#TOnExecuteTaskOnCefThread">TOnExecuteTaskOnCefThread</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnExecuteTaskOnCefThread">FOnExecuteTaskOnCefThread</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnExecuteTaskOnCefThread">FOnExecuteTaskOnCefThread</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.ExecuteTaskOnCefThread call in the context of the specified CEF thread. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCookiesVisited"></span><code>property <strong>OnCookiesVisited</strong> : <a href="uCEFChromiumEvents.html#TOnCookiesVisited">TOnCookiesVisited</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesVisited">FOnCookiesVisited</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookiesVisited">FOnCookiesVisited</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.VisitAllCookies call with cookie information. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCookieVisitorDestroyed"></span><code>property <strong>OnCookieVisitorDestroyed</strong> : <a href="uCEFChromiumEvents.html#TOnCookieVisitorDestroyed">TOnCookieVisitorDestroyed</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieVisitorDestroyed">FOnCookieVisitorDestroyed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieVisitorDestroyed">FOnCookieVisitorDestroyed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.VisitAllCookies call when the IcefCookieVisitor has been destroyed. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCookieSet"></span><code>property <strong>OnCookieSet</strong> : <a href="uCEFChromiumEvents.html#TOnCookieSet">TOnCookieSet</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieSet">FOnCookieSet</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCookieSet">FOnCookieSet</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.SetCookie call when the cookie has been set. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnZoomPctAvailable"></span><code>property <strong>OnZoomPctAvailable</strong> : <a href="uCEFChromiumEvents.html#TOnZoomPctAvailable">TOnZoomPctAvailable</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnZoomPctAvailable">FOnZoomPctAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnZoomPctAvailable">FOnZoomPctAvailable</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a call to any of the procedures to increase, decrease or reset the zoom with the new zoom value. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnMediaRouteCreateFinished"></span><code>property <strong>OnMediaRouteCreateFinished</strong> : <a href="uCEFChromiumEvents.html#TOnMediaRouteCreateFinishedEvent">TOnMediaRouteCreateFinishedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaRouteCreateFinished">FOnMediaRouteCreateFinished</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaRouteCreateFinished">FOnMediaRouteCreateFinished</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.CreateRoute call when the route is created. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnMediaSinkDeviceInfo"></span><code>property <strong>OnMediaSinkDeviceInfo</strong> : <a href="uCEFChromiumEvents.html#TOnMediaSinkDeviceInfoEvent">TOnMediaSinkDeviceInfoEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaSinkDeviceInfo">FOnMediaSinkDeviceInfo</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaSinkDeviceInfo">FOnMediaSinkDeviceInfo</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered after a TChromiumCore.GetDeviceInfo call with the device info. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCanFocus"></span><code>property <strong>OnCanFocus</strong> : TNotifyEvent read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanFocus">FOnCanFocus</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanFocus">FOnCanFocus</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered when the browser is capable of being focused. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBrowserCompMsg"></span><code>property <strong>OnBrowserCompMsg</strong> : <a href="uCEFChromiumEvents.html#TOnCompMsgEvent">TOnCompMsgEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBrowserCompMsg">FOnBrowserCompMsg</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBrowserCompMsg">FOnBrowserCompMsg</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered for all messages sent to the child controls created by CEF to show the web contents. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRenderCompMsg"></span><code>property <strong>OnRenderCompMsg</strong> : <a href="uCEFChromiumEvents.html#TOnCompMsgEvent">TOnCompMsgEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderCompMsg">FOnRenderCompMsg</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderCompMsg">FOnRenderCompMsg</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Triggered for all messages sent to the child controls created by CEF to show the web contents. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnProcessMessageReceived"></span><code>property <strong>OnProcessMessageReceived</strong> : <a href="uCEFChromiumEvents.html#TOnProcessMessageReceived">TOnProcessMessageReceived</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFChromiumCore.TChromiumCore.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>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_client_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_client_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_client_capi.h (cef_client_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnLoadStart"></span><code>property <strong>OnLoadStart</strong> : <a href="uCEFChromiumEvents.html#TOnLoadStart">TOnLoadStart</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFChromiumCore.TChromiumCore.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 &ndash; 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 browser process CEF UI thread.
<p>&lt;see href=&quot;<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>&quot;&gt;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="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnLoadEnd"></span><code>property <strong>OnLoadEnd</strong> : <a href="uCEFChromiumEvents.html#TOnLoadEnd">TOnLoadEnd</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFChromiumCore.TChromiumCore.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 &ndash; 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 browser process CEF UI thread.
<p>&lt;see href=&quot;<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>&quot;&gt;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="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnLoadError"></span><code>property <strong>OnLoadError</strong> : <a href="uCEFChromiumEvents.html#TOnLoadError">TOnLoadError</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFChromiumCore.TChromiumCore.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 browser process CEF UI thread.
<p>&lt;see href=&quot;<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>&quot;&gt;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="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnLoadingStateChange"></span><code>property <strong>OnLoadingStateChange</strong> : <a href="uCEFChromiumEvents.html#TOnLoadingStateChange">TOnLoadingStateChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFChromiumCore.TChromiumCore.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 &ndash; 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 browser process CEF UI thread.
<p>&lt;see href=&quot;<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>&quot;&gt;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="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnTakeFocus"></span><code>property <strong>OnTakeFocus</strong> : <a href="uCEFChromiumEvents.html#TOnTakeFocus">TOnTakeFocus</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTakeFocus">FOnTakeFocus</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTakeFocus">FOnTakeFocus</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser component is about to loose focus. For instance, if focus was on the last HTML element and the user pressed the TAB key. |next| will be true (1) if the browser is giving focus to the next component and false (0) if the browser is giving focus to the previous component. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_focus_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_focus_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_focus_handler_capi.h (cef_focus_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnSetFocus"></span><code>property <strong>OnSetFocus</strong> : <a href="uCEFChromiumEvents.html#TOnSetFocus">TOnSetFocus</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnSetFocus">FOnSetFocus</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnSetFocus">FOnSetFocus</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser component is requesting focus. |source| indicates where the focus request is originating from. Return false (0) to allow the focus to be set or true (1) to cancel setting the focus. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_focus_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_focus_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_focus_handler_capi.h (cef_focus_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGotFocus"></span><code>property <strong>OnGotFocus</strong> : <a href="uCEFChromiumEvents.html#TOnGotFocus">TOnGotFocus</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGotFocus">FOnGotFocus</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGotFocus">FOnGotFocus</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser component has received focus. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_focus_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_focus_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_focus_handler_capi.h (cef_focus_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforeContextMenu"></span><code>property <strong>OnBeforeContextMenu</strong> : <a href="uCEFChromiumEvents.html#TOnBeforeContextMenu">TOnBeforeContextMenu</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeContextMenu">FOnBeforeContextMenu</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeContextMenu">FOnBeforeContextMenu</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called before a context menu is displayed. |params| provides information about the context menu state. |model| initially contains the default context menu. The |model| can be cleared to show no context menu or modified to show a custom menu. Do not keep references to |params| or |model| outside of this callback. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_context_menu_handler_capi.h (cef_context_menu_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRunContextMenu"></span><code>property <strong>OnRunContextMenu</strong> : <a href="uCEFChromiumEvents.html#TOnRunContextMenu">TOnRunContextMenu</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRunContextMenu">FOnRunContextMenu</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRunContextMenu">FOnRunContextMenu</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to allow custom display of the context menu. |params| provides information about the context menu state. |model| contains the context menu model resulting from OnBeforeContextMenu. For custom display return true (1) and execute |callback| either synchronously or asynchronously with the selected command ID. For default display return false (0). Do not keep references to |params| or |model| outside of this callback. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_context_menu_handler_capi.h (cef_context_menu_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnContextMenuCommand"></span><code>property <strong>OnContextMenuCommand</strong> : <a href="uCEFChromiumEvents.html#TOnContextMenuCommand">TOnContextMenuCommand</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuCommand">FOnContextMenuCommand</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuCommand">FOnContextMenuCommand</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to execute a command selected from the context menu. Return true (1) if the command was handled or false (0) for the default implementation. See cef_menu_id_t for the command ids that have default implementations. All user-defined command ids should be between MENU_ID_USER_FIRST and MENU_ID_USER_LAST. |params| will have the same values as what was passed to on_before_context_menu(). Do not keep a reference to |params| outside of this callback. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_context_menu_handler_capi.h (cef_context_menu_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnContextMenuDismissed"></span><code>property <strong>OnContextMenuDismissed</strong> : <a href="uCEFChromiumEvents.html#TOnContextMenuDismissed">TOnContextMenuDismissed</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuDismissed">FOnContextMenuDismissed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuDismissed">FOnContextMenuDismissed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the context menu is dismissed irregardless of whether the menu was canceled or a command was selected. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_context_menu_handler_capi.h (cef_context_menu_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRunQuickMenu"></span><code>property <strong>OnRunQuickMenu</strong> : <a href="uCEFChromiumEvents.html#TOnRunQuickMenuEvent">TOnRunQuickMenuEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRunQuickMenu">FOnRunQuickMenu</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRunQuickMenu">FOnRunQuickMenu</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to allow custom display of the quick menu for a windowless browser. |location| is the top left corner of the selected region. |size| is the size of the selected region. |edit_state_flags| is a combination of flags that represent the state of the quick menu. Return true (1) if the menu will be handled and execute |callback| either synchronously or asynchronously with the selected command ID. Return false (0) to cancel the menu. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_context_menu_handler_capi.h (cef_context_menu_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnQuickMenuCommand"></span><code>property <strong>OnQuickMenuCommand</strong> : <a href="uCEFChromiumEvents.html#TOnQuickMenuCommandEvent">TOnQuickMenuCommandEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuCommand">FOnQuickMenuCommand</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuCommand">FOnQuickMenuCommand</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to execute a command selected from the quick menu for a windowless browser. Return true (1) if the command was handled or false (0) for the default implementation. See cef_menu_id_t for command IDs that have default implementations. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_context_menu_handler_capi.h (cef_context_menu_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnQuickMenuDismissed"></span><code>property <strong>OnQuickMenuDismissed</strong> : <a href="uCEFChromiumEvents.html#TOnQuickMenuDismissedEvent">TOnQuickMenuDismissedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuDismissed">FOnQuickMenuDismissed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnQuickMenuDismissed">FOnQuickMenuDismissed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the quick menu for a windowless browser is dismissed irregardless of whether the menu was canceled or a command was selected. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_context_menu_handler_capi.h (cef_context_menu_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnPreKeyEvent"></span><code>property <strong>OnPreKeyEvent</strong> : <a href="uCEFChromiumEvents.html#TOnPreKeyEvent">TOnPreKeyEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPreKeyEvent">FOnPreKeyEvent</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPreKeyEvent">FOnPreKeyEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called before a keyboard event is sent to the renderer. |event| contains information about the keyboard event. |os_event| is the operating system event message, if any. Return true (1) if the event was handled or false (0) otherwise. If the event will be handled in on_key_event() as a keyboard shortcut set |is_keyboard_shortcut| to true (1) and return false (0). </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_keyboard_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_keyboard_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_keyboard_handler_capi.h (cef_keyboard_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnKeyEvent"></span><code>property <strong>OnKeyEvent</strong> : <a href="uCEFChromiumEvents.html#TOnKeyEvent">TOnKeyEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnKeyEvent">FOnKeyEvent</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnKeyEvent">FOnKeyEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called after the renderer and JavaScript in the page has had a chance to handle the event. |event| contains information about the keyboard event. |os_event| is the operating system event message, if any. Return true (1) if the keyboard event was handled or false (0) otherwise. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_keyboard_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_keyboard_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_keyboard_handler_capi.h (cef_keyboard_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAddressChange"></span><code>property <strong>OnAddressChange</strong> : <a href="uCEFChromiumEvents.html#TOnAddressChange">TOnAddressChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAddressChange">FOnAddressChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAddressChange">FOnAddressChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when a frame's address has changed. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnTitleChange"></span><code>property <strong>OnTitleChange</strong> : <a href="uCEFChromiumEvents.html#TOnTitleChange">TOnTitleChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTitleChange">FOnTitleChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTitleChange">FOnTitleChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the page title changes. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnFavIconUrlChange"></span><code>property <strong>OnFavIconUrlChange</strong> : <a href="uCEFChromiumEvents.html#TOnFavIconUrlChange">TOnFavIconUrlChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFavIconUrlChange">FOnFavIconUrlChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFavIconUrlChange">FOnFavIconUrlChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the page icon changes. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnFullScreenModeChange"></span><code>property <strong>OnFullScreenModeChange</strong> : <a href="uCEFChromiumEvents.html#TOnFullScreenModeChange">TOnFullScreenModeChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFullScreenModeChange">FOnFullScreenModeChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFullScreenModeChange">FOnFullScreenModeChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when web content in the page has toggled fullscreen mode. If |fullscreen| is true (1) the content will automatically be sized to fill the browser content area. If |fullscreen| is false (0) the content will automatically return to its original size and position. With Alloy style the client is responsible for triggering the fullscreen transition (for example, by calling ICefWindow.SetFullscreen when using Views). With Chrome style the fullscreen transition will be triggered automatically. The ICefWindowDelegate.OnWindowFullscreenTransition function will be called during the fullscreen transition for notification purposes. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnTooltip"></span><code>property <strong>OnTooltip</strong> : <a href="uCEFChromiumEvents.html#TOnTooltip">TOnTooltip</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTooltip">FOnTooltip</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTooltip">FOnTooltip</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser is about to display a tooltip. |text| contains the text that will be displayed in the tooltip. To handle the display of the tooltip yourself return true (1). Otherwise, you can optionally modify |text| and then return false (0) to allow the browser to display the tooltip. When window rendering is disabled the application is responsible for drawing tooltips and the return value is ignored. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnStatusMessage"></span><code>property <strong>OnStatusMessage</strong> : <a href="uCEFChromiumEvents.html#TOnStatusMessage">TOnStatusMessage</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnStatusMessage">FOnStatusMessage</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnStatusMessage">FOnStatusMessage</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser receives a status message. |value| contains the text that will be displayed in the status message. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnConsoleMessage"></span><code>property <strong>OnConsoleMessage</strong> : <a href="uCEFChromiumEvents.html#TOnConsoleMessage">TOnConsoleMessage</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnConsoleMessage">FOnConsoleMessage</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnConsoleMessage">FOnConsoleMessage</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to display a console message. Return true (1) to stop the message from being output to the console. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAutoResize"></span><code>property <strong>OnAutoResize</strong> : <a href="uCEFChromiumEvents.html#TOnAutoResize">TOnAutoResize</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAutoResize">FOnAutoResize</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAutoResize">FOnAutoResize</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when auto-resize is enabled via cef_browser_host_t::SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in view coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnLoadingProgressChange"></span><code>property <strong>OnLoadingProgressChange</strong> : <a href="uCEFChromiumEvents.html#TOnLoadingProgressChange">TOnLoadingProgressChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingProgressChange">FOnLoadingProgressChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnLoadingProgressChange">FOnLoadingProgressChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the overall page loading progress has changed. |progress| ranges from 0.0 to 1.0. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCursorChange"></span><code>property <strong>OnCursorChange</strong> : <a href="uCEFChromiumEvents.html#TOnCursorChange">TOnCursorChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCursorChange">FOnCursorChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCursorChange">FOnCursorChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser's cursor has changed. If |type| is CT_CUSTOM then |custom_cursor_info| will be populated with the custom cursor information. Return true (1) if the cursor change was handled or false (0) for default handling. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnMediaAccessChange"></span><code>property <strong>OnMediaAccessChange</strong> : <a href="uCEFChromiumEvents.html#TOnMediaAccessChange">TOnMediaAccessChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaAccessChange">FOnMediaAccessChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnMediaAccessChange">FOnMediaAccessChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser's access to an audio and/or video source has changed. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCanDownload"></span><code>property <strong>OnCanDownload</strong> : <a href="uCEFChromiumEvents.html#TOnCanDownloadEvent">TOnCanDownloadEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">FOnCanDownload</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">FOnCanDownload</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called before a download begins in response to a user-initiated action (e.g. alt + link click or link click that returns a `Content-Disposition: attachment` response from the server). |url| is the target download URL and |request_function| is the target function (GET, POST, etc). Return true (1) to proceed with the download or false (0) to cancel the download. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_download_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_download_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_download_handler_capi.h (cef_download_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforeDownload"></span><code>property <strong>OnBeforeDownload</strong> : <a href="uCEFChromiumEvents.html#TOnBeforeDownload">TOnBeforeDownload</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDownload">FOnBeforeDownload</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDownload">FOnBeforeDownload</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called before a download begins. |suggested_name| is the suggested name for the download file. Set aResult to true (1) and execute |callback| either asynchronously or in this function to continue or cancel the download. Set aResult to false (0) to proceed with default handling (cancel with Alloy style, download shelf with Chrome style). Do not keep a reference to |download_item| outside of this function. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_download_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_download_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_download_handler_capi.h (cef_download_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDownloadUpdated"></span><code>property <strong>OnDownloadUpdated</strong> : <a href="uCEFChromiumEvents.html#TOnDownloadUpdated">TOnDownloadUpdated</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadUpdated">FOnDownloadUpdated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDownloadUpdated">FOnDownloadUpdated</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when a download's status or progress information has been updated. This may be called multiple times before and after OnBeforeDownload. Execute |callback| either asynchronously or in this function to cancel the download if desired. Do not keep a reference to |download_item| outside of this function. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_download_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_download_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_download_handler_capi.h (cef_download_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnJsdialog"></span><code>property <strong>OnJsdialog</strong> : <a href="uCEFChromiumEvents.html#TOnJsdialog">TOnJsdialog</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnJsdialog">FOnJsdialog</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnJsdialog">FOnJsdialog</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to run a JavaScript dialog. If |origin_url| is non-NULL it can be passed to the CefFormatUrlForSecurityDisplay function to retrieve a secure and user-friendly display string. The |default_prompt_text| value will be specified for prompt dialogs only. Set |suppress_message| to true (1) and return false (0) to suppress the message (suppressing messages is preferable to immediately executing the callback as this is used to detect presumably malicious behavior like spamming alert messages in onbeforeunload). Set |suppress_message| to false (0) and return false (0) to use the default implementation (the default implementation will show one modal dialog at a time and suppress any additional dialog requests until the displayed dialog is dismissed). Return true (1) if the application will use a custom dialog or if the callback has been executed immediately. Custom dialogs may be either modal or modeless. If a custom dialog is used the application must execute |callback| once the custom dialog is dismissed. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_jsdialog_handler_capi.h (cef_jsdialog_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforeUnloadDialog"></span><code>property <strong>OnBeforeUnloadDialog</strong> : <a href="uCEFChromiumEvents.html#TOnBeforeUnloadDialog">TOnBeforeUnloadDialog</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeUnloadDialog">FOnBeforeUnloadDialog</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeUnloadDialog">FOnBeforeUnloadDialog</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to run a dialog asking the user if they want to leave a page. Return false (0) to use the default dialog implementation. Return true (1) if the application will use a custom dialog or if the callback has been executed immediately. Custom dialogs may be either modal or modeless. If a custom dialog is used the application must execute |callback| once the custom dialog is dismissed. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_jsdialog_handler_capi.h (cef_jsdialog_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnResetDialogState"></span><code>property <strong>OnResetDialogState</strong> : <a href="uCEFChromiumEvents.html#TOnResetDialogState">TOnResetDialogState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResetDialogState">FOnResetDialogState</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResetDialogState">FOnResetDialogState</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to cancel any pending dialogs and reset any saved dialog state. Will be called due to events like page navigation irregardless of whether any dialogs are currently pending. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_jsdialog_handler_capi.h (cef_jsdialog_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDialogClosed"></span><code>property <strong>OnDialogClosed</strong> : <a href="uCEFChromiumEvents.html#TOnDialogClosed">TOnDialogClosed</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDialogClosed">FOnDialogClosed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDialogClosed">FOnDialogClosed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the dialog is closed. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_jsdialog_handler_capi.h (cef_jsdialog_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforePopup"></span><code>property <strong>OnBeforePopup</strong> : <a href="uCEFChromiumEvents.html#TOnBeforePopup">TOnBeforePopup</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopup">FOnBeforePopup</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopup">FOnBeforePopup</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called on the UI thread before a new popup browser is created. The |browser| and |frame| values represent the source of the popup request (opener browser and frame). The |popup_id| value uniquely identifies the popup in the context of the opener browser. The |target_url| and |target_frame_name| values indicate where the popup browser should navigate and may be NULL if not specified with the request. The |target_disposition| value indicates where the user intended to open the popup (e.g. current tab, new tab, etc). The |user_gesture| value will be true (1) if the popup was opened via explicit user gesture (e.g. clicking a link) or false (0) if the popup opened automatically (e.g. via the DomContentLoaded event). The |popupFeatures| structure contains additional information about the requested popup window. To allow creation of the popup browser optionally modify |windowInfo|, |client|, |settings| and |no_javascript_access| and return false (0). To cancel creation of the popup browser return true (1). The |client| and |settings| values will default to the source browser's values. If the |no_javascript_access| value is set to false (0) the new browser will not be scriptable and may not be hosted in the same renderer process as the source browser. Any modifications to |windowInfo| will be ignored if the parent browser is wrapped in a ICefBrowserView. The |extra_info| parameter provides an opportunity to specify extra information specific to the created popup browser that will be passed to GlobalCEFApp.OnBrowserCreated in the render process.
<p>If popup browser creation succeeds then OnAfterCreated will be called for the new popup browser. If popup browser creation fails, and if the opener browser has not yet been destroyed, then OnBeforePopupAborted will be called for the opener browser. See OnBeforePopupAborted documentation for additional details.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_life_span_handler_capi.h (cef_life_span_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforePopupAborted"></span><code>property <strong>OnBeforePopupAborted</strong> : <a href="uCEFChromiumEvents.html#TOnBeforePopupAborted">TOnBeforePopupAborted</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopupAborted">FOnBeforePopupAborted</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforePopupAborted">FOnBeforePopupAborted</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called on the CEF UI thread if a new popup browser is aborted. This only occurs if the popup is allowed in OnBeforePopup and creation fails before OnAfterCreated is called for the new popup browser. The |browser| value is the source of the popup request (opener browser). The |popup_id| value uniquely identifies the popup in the context of the opener browser, and is the same value that was passed to OnBeforePopup.
<p>Any client state associated with pending popups should be cleared in OnBeforePopupAborted, OnAfterCreated of the popup browser, or OnBeforeClose of the opener browser. OnBeforeClose of the opener browser may be called before this function in cases where the opener is closing during popup creation, in which case ICefBrowser.IsValid will return false (0) in this function.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_life_span_handler_capi.h (cef_life_span_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforeDevToolsPopup"></span><code>property <strong>OnBeforeDevToolsPopup</strong> : <a href="uCEFChromiumEvents.html#TOnBeforeDevToolsPopup">TOnBeforeDevToolsPopup</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDevToolsPopup">FOnBeforeDevToolsPopup</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeDevToolsPopup">FOnBeforeDevToolsPopup</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called on the CEF UI thread before a new DevTools popup browser is created. The |browser| value represents the source of the popup request. Optionally modify |windowInfo|, |client|, |settings| and |extra_info| values. The |client|, |settings| and |extra_info| values will default to the source browser's values. Any modifications to |windowInfo| will be ignored if the parent browser is Views-hosted (wrapped in a ICefBrowserView).
<p>The |extra_info| parameter provides an opportunity to specify extra information specific to the created popup browser that will be passed to GlobalCEFApp.OnBrowserCreated in the render process. The existing |extra_info| object, if any, will be read-only but may be replaced with a new object.
<p>Views-hosted source browsers will create Views-hosted DevTools popups unless |use_default_window| is set to to true (1). DevTools popups can be blocked by returning true (1) from ICefCommandHandler.OnChromeCommand for IDC_DEV_TOOLS. Only used with Chrome style.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_life_span_handler_capi.h (cef_life_span_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAfterCreated"></span><code>property <strong>OnAfterCreated</strong> : <a href="uCEFChromiumEvents.html#TOnAfterCreated">TOnAfterCreated</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAfterCreated">FOnAfterCreated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAfterCreated">FOnAfterCreated</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called after a new browser is created. It is now safe to begin performing actions with |browser|. ICefFrameHandler callbacks related to initial main frame creation will arrive before this callback. See ICefFrameHandler documentation for additional usage information. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_life_span_handler_capi.h (cef_life_span_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforeClose"></span><code>property <strong>OnBeforeClose</strong> : <a href="uCEFChromiumEvents.html#TOnBeforeClose">TOnBeforeClose</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeClose">FOnBeforeClose</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeClose">FOnBeforeClose</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called just before a browser is destroyed. Release all references to the browser object and do not attempt to execute any functions on the browser object (other than IsValid, GetIdentifier or IsSame) after this callback returns. ICefFrameHandler callbacks related to final main frame destruction, and OnBeforePopupAborted callbacks for any pending popups, will arrive after this callback and ICefBrowser.IsValid will return false (0) at that time. Any in-progress network requests associated with |browser| will be aborted when the browser is destroyed, and ICefResourceRequestHandler callbacks related to those requests may still arrive on the IO thread after this callback. See ICefFrameHandler and DoClose() documentation for additional usage information. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_life_span_handler_capi.h (cef_life_span_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnClose"></span><code>property <strong>OnClose</strong> : <a href="uCEFChromiumEvents.html#TOnClose">TOnClose</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnClose">FOnClose</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnClose">FOnClose</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called when an Alloy style browser is ready to be closed, meaning that the close has already been initiated and that JavaScript unload handlers have already executed or should be ignored. This may result directly from a call to TChromiumCore.[Try]CloseBrowser() or indirectly if the browser's top-level parent window was created by CEF and the user attempts to close that window (by clicking the 'X', for example). TChromiumCore.OnClose will not be called if the browser's host window/view has already been destroyed (via parent window/view hierarchy tear-down, for example), as it is no longer possible to customize the close behavior at that point.
<p>An application should handle top-level parent window close notifications by calling TChromiumCore.TryCloseBrowser() or TChromiumCore.CloseBrowser(false) instead of allowing the window to close immediately (see the examples below). This gives CEF an opportunity to process JavaScript unload handlers and optionally cancel the close before TChromiumCore.OnClose is called.
<p>When windowed rendering is enabled CEF will create an internal child window/view to host the browser. In that case returning false (0) from TChromiumCore.OnClose will send the standard close notification to the browser's top- level parent window (e.g. WM_CLOSE on Windows, performClose: on OS X, &quot;delete_event&quot; on Linux or TCEFWindowComponent.OnCanClose callback from Views).
<p>When windowed rendering is disabled there is no internal window/view and returning false (0) from TChromiumCore.OnClose will cause the browser object to be destroyed immediately.
<p>If the browser's top-level parent window requires a non-standard close notification then send that notification from TChromiumCore.OnClose and return true (1). You are still required to complete the browser close as soon as possible (either by calling TChromiumCore.[Try]CloseBrowser() or by proceeding with window/view hierarchy tear-down), otherwise the browser will be left in a partially closed state that interferes with proper functioning. Top-level windows created on the browser process UI thread can alternately call TChromiumCore.IsReadyToBeClosed() in the close handler to check close status instead of relying on custom TChromiumCore.OnClose handling. See documentation on that function for additional details.
<p>The TChromiumCore.OnBeforeClose event will be called after TChromiumCore.OnClose (if TChromiumCore.OnClose is called) and immediately before the browser object is destroyed. The application should only exit after TChromiumCore.OnBeforeClose has been called for all existing browsers.
<p>The below examples describe what should happen during window close when the browser is parented to an application-provided top-level window.
<p>Example 1: Using TChromiumCore.TryCloseBrowser(). This is recommended for clients using standard close handling and windows created on the browser process UI thread.
<p></p>
<pre class="preformatted">
1. User clicks the window close button which sends a close notification
to the application's top-level window.
2. Application's top-level window receives the close notification and
calls TChromiumCore.TryCloseBrowser() (similar to calling TChromiumCore.CloseBrowser(false)).
TChromiumCore.TryCloseBrowser() returns false so the client cancels the window
close.
3. JavaScript 'onbeforeunload' handler executes and shows the close
confirmation dialog (which can be overridden via TChromiumCore.OnBeforeUnloadDialog).
4. User approves the close.
5. JavaScript 'onunload' handler executes.
6. Application's TChromiumCore.OnClose handler is called and returns false (0) by
default.
7. CEF sends a close notification to the application's top-level window
(because TChromiumCore.OnClose returned false).
8. Application's top-level window receives the close notification and
calls TryCloseBrowser(). TryCloseBrowser() returns true so the client
allows the window close.
9. Application's top-level window is destroyed, triggering destruction
of the child browser window.
10. Application's TChromiumCore.OnBeforeClose handler is called and the browser object
is destroyed.
11. Application exits by calling TCefApplicationCore.QuitMessageLoop if no other browsers
exist.</pre>
<p>
<p>Example 2: Using TChromiumCore.CloseBrowser(false) and implementing the TChromiumCore.OnClose event. This is recommended for clients using non-standard close handling or windows that were not created on the browser process UI thread.
<p></p>
<pre class="preformatted">
1. User clicks the window close button which sends a close notification
to the application's top-level window.
2. Application's top-level window receives the close notification and:
A. Calls ICefBrowserHost.CloseBrowser(false).
B. Cancels the window close.
3. JavaScript 'onbeforeunload' handler executes and shows the close
confirmation dialog (which can be overridden via TChromiumCore.OnBeforeUnloadDialog).
4. User approves the close.
5. JavaScript 'onunload' handler executes.
6. Application's TChromiumCore.OnClose handler is called. Application will:
A. Set a flag to indicate that the next top-level window close attempt
will be allowed.
B. Return false.
7. CEF sends a close notification to the application's top-level window
(because TChromiumCore.OnClose returned false).
8. Application's top-level window receives the close notification and
allows the window to close based on the flag from #6A.
9. Application's top-level window is destroyed, triggering destruction
of the child browser window.
10. Application's TChromiumCore.OnBeforeClose handler is called and the browser object
is destroyed.
11. Application exits by calling TCefApplicationCore.QuitMessageLoop if no other browsers exist.</pre>
<p> </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_life_span_handler_capi.h (cef_life_span_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforeBrowse"></span><code>property <strong>OnBeforeBrowse</strong> : <a href="uCEFChromiumEvents.html#TOnBeforeBrowse">TOnBeforeBrowse</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeBrowse">FOnBeforeBrowse</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeBrowse">FOnBeforeBrowse</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called on the UI thread before browser navigation. Return true (1) to cancel the navigation or false (0) to allow the navigation to proceed. The |request| object cannot be modified in this callback.
<p>TChromiumCore.OnLoadingStateChange will be called twice in all cases. If the navigation is allowed TChromiumCore.OnLoadStart and TChromiumCore.OnLoadEnd will be called. If the navigation is canceled TChromiumCore.OnLoadError will be called with an |errorCode| value of ERR_ABORTED. The |user_gesture| value will be true (1) if the browser navigated via explicit user gesture (e.g. clicking a link) or false (0) if it navigated automatically (e.g. via the DomContentLoaded event).
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnOpenUrlFromTab"></span><code>property <strong>OnOpenUrlFromTab</strong> : <a href="uCEFChromiumEvents.html#TOnOpenUrlFromTab">TOnOpenUrlFromTab</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnOpenUrlFromTab">FOnOpenUrlFromTab</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnOpenUrlFromTab">FOnOpenUrlFromTab</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the UI thread before OnBeforeBrowse in certain limited cases where navigating a new or different browser might be desirable. This includes user-initiated navigation that might open in a special way (e.g. links clicked via middle-click or ctrl + left-click) and certain types of cross-origin navigation initiated from the renderer process (e.g. navigating the top-level frame to/from a file URL). The |browser| and |frame| values represent the source of the navigation. The |target_disposition| value indicates where the user intended to navigate the browser based on standard Chromium behaviors (e.g. current tab, new tab, etc). The |user_gesture| value will be true (1) if the browser navigated via explicit user gesture (e.g. clicking a link) or false (0) if it navigated automatically (e.g. via the DomContentLoaded event). Return true (1) to cancel the navigation or false (0) to allow the navigation to proceed in the source browser's top-level frame. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetAuthCredentials"></span><code>property <strong>OnGetAuthCredentials</strong> : <a href="uCEFChromiumEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the IO thread when the browser needs credentials from the user. |origin_url| is the origin making this authentication request. |isProxy| indicates whether the host is a proxy server. |host| contains the hostname and |port| contains the port number. |realm| is the realm of the challenge and may be NULL. |scheme| is the authentication scheme used, such as &quot;basic&quot; or &quot;digest&quot;, and will be NULL if the source of the request is an FTP server. Return true (1) to continue the request and call ICefAuthCallback.cont() either in this function or at a later time when the authentication information is available. Return false (0) to cancel the request immediately. </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCertificateError"></span><code>property <strong>OnCertificateError</strong> : <a href="uCEFChromiumEvents.html#TOnCertificateError">TOnCertificateError</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateError">FOnCertificateError</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCertificateError">FOnCertificateError</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the UI thread to handle requests for URLs with an invalid SSL certificate. Return true (1) and call ICefCallback functions either in this function or at a later time to continue or cancel the request. Return false (0) to cancel the request immediately. If TCefSettings.ignore_certificate_errors is set all invalid certificates will be accepted without calling this function. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnSelectClientCertificate"></span><code>property <strong>OnSelectClientCertificate</strong> : <a href="uCEFChromiumEvents.html#TOnSelectClientCertificate">TOnSelectClientCertificate</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnSelectClientCertificate">FOnSelectClientCertificate</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnSelectClientCertificate">FOnSelectClientCertificate</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the UI thread when a client certificate is being requested for authentication. Return false (0) to use the default behavior. If the |certificates| list is not NULL the default behavior will be to display a dialog for certificate selection. If the |certificates| list is NULL then the default behavior will be not to show a dialog and it will continue without using any certificate. Return true (1) and call ICefSelectClientCertificateCallback.Select either in this function or at a later time to select a certificate. Do not call Select or call it with NULL to continue without using any certificate. |isProxy| indicates whether the host is an HTTPS proxy or the origin server. |host| and |port| contains the hostname and port of the SSL server. |certificates| is the list of certificates to choose from; this list has already been pruned by Chromium so that it only contains certificates from issuers that the server trusts. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRenderViewReady"></span><code>property <strong>OnRenderViewReady</strong> : <a href="uCEFChromiumEvents.html#TOnRenderViewReady">TOnRenderViewReady</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderViewReady">FOnRenderViewReady</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderViewReady">FOnRenderViewReady</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the browser process UI thread when the render view associated with |browser| is ready to receive/handle IPC messages in the render process. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRenderProcessUnresponsive"></span><code>property <strong>OnRenderProcessUnresponsive</strong> : <a href="uCEFChromiumEvents.html#TOnRenderProcessUnresponsive">TOnRenderProcessUnresponsive</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessUnresponsive">FOnRenderProcessUnresponsive</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessUnresponsive">FOnRenderProcessUnresponsive</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the browser process UI thread when the render process is unresponsive as indicated by a lack of input event processing for at least 15 seconds. Return false (0) for the default behavior which is an indefinite wait with Alloy style or display of the &quot;Page unresponsive&quot; dialog with Chrome style. Return true (1) and don't execute the callback for an indefinite wait without display of the Chrome style dialog. Return true (1) and call ICefUnresponsiveProcessCallback.Wait either in this function or at a later time to reset the wait timer, potentially triggering another call to this function if the process remains unresponsive. Return true (1) and call ICefUnresponsiveProcessCallback.Terminate either in this function or at a later time to terminate the unresponsive process, resulting in a call to OnRenderProcessTerminated. OnRenderProcessResponsive will be called if the process becomes responsive after this function is called. This functionality depends on the hang monitor which can be disabled by passing the `&ndash;disable-hang-monitor` command-line flag. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRenderProcessResponsive"></span><code>property <strong>OnRenderProcessResponsive</strong> : <a href="uCEFChromiumEvents.html#TOnRenderProcessResponsive">TOnRenderProcessResponsive</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessResponsive">FOnRenderProcessResponsive</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessResponsive">FOnRenderProcessResponsive</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the browser process UI thread when the render process becomes responsive after previously being unresponsive. See documentation on OnRenderProcessUnresponsive. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRenderProcessTerminated"></span><code>property <strong>OnRenderProcessTerminated</strong> : <a href="uCEFChromiumEvents.html#TOnRenderProcessTerminated">TOnRenderProcessTerminated</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessTerminated">FOnRenderProcessTerminated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRenderProcessTerminated">FOnRenderProcessTerminated</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the browser process UI thread when the render process terminates unexpectedly. |status| indicates how the process terminated. |error_code| and |error_string| represent the error that would be displayed in Chrome's &quot;Aw, Snap!&quot; view. Possible |error_code| values include TCefResultCode non-normal exit values and platform-specific crash values (for example, a Posix signal or Windows hardware exception). </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetResourceRequestHandler_ReqHdlr"></span><code>property <strong>OnGetResourceRequestHandler_ReqHdlr</strong> : <a href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqHdlr">FOnGetResourceRequestHandler_ReqHdlr</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqHdlr">FOnGetResourceRequestHandler_ReqHdlr</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the browser process IO thread before a resource request is initiated. The |browser| and |frame| values represent the source of the request. |request| represents the request contents and cannot be modified in this callback. |is_navigation| will be true (1) if the resource request is a navigation. |is_download| will be true (1) if the resource request is a download. |request_initiator| is the origin (scheme + domain) of the page that initiated the request. Set |disable_default_handling| to true (1) to disable default handling of the request, in which case it will need to be handled via ICefResourceRequestHandler.GetResourceHandler or it will be canceled. To allow the resource load to proceed with default handling return NULL. To specify a handler for the resource return a ICefResourceRequestHandler object. If this callback returns NULL the same function will be called on the associated ICefRequestContextHandler, if any. </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDocumentAvailableInMainFrame"></span><code>property <strong>OnDocumentAvailableInMainFrame</strong> : <a href="uCEFChromiumEvents.html#TOnDocumentAvailableInMainFrame">TOnDocumentAvailableInMainFrame</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDocumentAvailableInMainFrame">FOnDocumentAvailableInMainFrame</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDocumentAvailableInMainFrame">FOnDocumentAvailableInMainFrame</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the browser process UI thread when the window.document object of the main frame has been created. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_handler_capi.h (cef_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnBeforeResourceLoad"></span><code>property <strong>OnBeforeResourceLoad</strong> : <a href="uCEFChromiumEvents.html#TOnBeforeResourceLoad">TOnBeforeResourceLoad</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeResourceLoad">FOnBeforeResourceLoad</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnBeforeResourceLoad">FOnBeforeResourceLoad</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the IO thread before a resource request is loaded. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. To redirect or change the resource load optionally modify |request|. Modification of the request URL will be treated as a redirect. Return RV_CONTINUE to continue the request immediately. Return RV_CONTINUE_ASYNC and call ICefCallback functions at a later time to continue or cancel the request asynchronously. Return RV_CANCEL to cancel the request immediately. </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_resource_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetResourceHandler"></span><code>property <strong>OnGetResourceHandler</strong> : <a href="uCEFChromiumEvents.html#TOnGetResourceHandler">TOnGetResourceHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceHandler">FOnGetResourceHandler</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceHandler">FOnGetResourceHandler</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the IO thread before a resource is loaded. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. To allow the resource to load using the default network loader return NULL. To specify a handler for the resource return a ICefResourceHandler object. The |request| object cannot not be modified in this callback. </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_resource_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnResourceRedirect"></span><code>property <strong>OnResourceRedirect</strong> : <a href="uCEFChromiumEvents.html#TOnResourceRedirect">TOnResourceRedirect</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceRedirect">FOnResourceRedirect</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceRedirect">FOnResourceRedirect</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the IO thread when a resource load is redirected. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. The |request| parameter will contain the old URL and other request-related information. The |response| parameter will contain the response that resulted in the redirect. The |new_url| parameter will contain the new URL and can be changed if desired. The |request| and |response| objects cannot be modified in this callback. </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_resource_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnResourceResponse"></span><code>property <strong>OnResourceResponse</strong> : <a href="uCEFChromiumEvents.html#TOnResourceResponse">TOnResourceResponse</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceResponse">FOnResourceResponse</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceResponse">FOnResourceResponse</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called on the IO thread when a resource response is received. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. To allow the resource load to proceed without modification return false (0). To redirect or retry the resource load optionally modify |request| and return true (1). Modification of the request URL will be treated as a redirect. Requests handled using the default network loader cannot be redirected in this callback. The |response| object cannot be modified in this callback.
<p>WARNING: Redirecting using this function is deprecated. Use OnBeforeResourceLoad or GetResourceHandler to perform redirects.
<p></p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_resource_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetResourceResponseFilter"></span><code>property <strong>OnGetResourceResponseFilter</strong> : <a href="uCEFChromiumEvents.html#TOnGetResourceResponseFilter">TOnGetResourceResponseFilter</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceResponseFilter">FOnGetResourceResponseFilter</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceResponseFilter">FOnGetResourceResponseFilter</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the IO thread to optionally filter resource response content. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. |request| and |response| represent the request and response respectively and cannot be modified in this callback. </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_resource_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnResourceLoadComplete"></span><code>property <strong>OnResourceLoadComplete</strong> : <a href="uCEFChromiumEvents.html#TOnResourceLoadComplete">TOnResourceLoadComplete</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceLoadComplete">FOnResourceLoadComplete</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnResourceLoadComplete">FOnResourceLoadComplete</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the IO thread when a resource load has completed. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. |request| and |response| represent the request and response respectively and cannot be modified in this callback. |status| indicates the load completion status. |received_content_length| is the number of response bytes actually read. This function will be called for all requests, including requests that are aborted due to CEF shutdown or destruction of the associated browser. In cases where the associated browser is destroyed this callback may arrive after the ICefLifeSpanHandler.OnBeforeClose callback for that browser. The ICefFrame.IsValid function can be used to test for this situation, and care should be taken not to call |browser| or |frame| functions that modify state (like LoadURL, SendProcessMessage, etc.) if the frame is invalid. </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_resource_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnProtocolExecution"></span><code>property <strong>OnProtocolExecution</strong> : <a href="uCEFChromiumEvents.html#TOnProtocolExecution">TOnProtocolExecution</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnProtocolExecution">FOnProtocolExecution</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnProtocolExecution">FOnProtocolExecution</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the IO thread to handle requests for URLs with an unknown protocol component. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. |request| cannot be modified in this callback. Set |allow_os_execution| to true (1) to attempt execution via the registered OS protocol handler, if any. SECURITY WARNING: YOU SHOULD USE THIS METHOD TO ENFORCE RESTRICTIONS BASED ON SCHEME, HOST OR OTHER URL ANALYSIS BEFORE ALLOWING OS EXECUTION. </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_resource_request_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCanSendCookie"></span><code>property <strong>OnCanSendCookie</strong> : <a href="uCEFChromiumEvents.html#TOnCanSendCookie">TOnCanSendCookie</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSendCookie">FOnCanSendCookie</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSendCookie">FOnCanSendCookie</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called on the IO thread before a resource request is sent. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest.
<p>|request| cannot be modified in this callback. Return true (1) if the specified cookie can be sent with the request or false (0) otherwise.
<p></p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_cookie_access_filter_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnCanSaveCookie"></span><code>property <strong>OnCanSaveCookie</strong> : <a href="uCEFChromiumEvents.html#TOnCanSaveCookie">TOnCanSaveCookie</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSaveCookie">FOnCanSaveCookie</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanSaveCookie">FOnCanSaveCookie</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called on the IO thread after a resource response is received. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest.
<p>|request| cannot be modified in this callback. Return true (1) if the specified cookie returned with the response can be saved or false (0) otherwise.
<p></p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_resource_request_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_resource_request_handler_capi.h (cef_cookie_access_filter_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnFileDialog"></span><code>property <strong>OnFileDialog</strong> : <a href="uCEFChromiumEvents.html#TOnFileDialog">TOnFileDialog</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFileDialog">FOnFileDialog</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFileDialog">FOnFileDialog</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called to run a file chooser dialog. |mode| represents the type of dialog to display. |title| to the title to be used for the dialog and may be NULL to show the default title (&quot;Open&quot; or &quot;Save&quot; depending on the mode).
<p>|default_file_path| is the path with optional directory and/or file name component that should be initially selected in the dialog.
<p>|accept_filters| are used to restrict the selectable file types and may be any combination of valid lower-cased MIME types (e.g. &quot;text/*&quot; or &quot;image/*&quot;) and individual file extensions (e.g. &quot;.txt&quot; or &quot;.png&quot;).
<p>|accept_extensions| provides the semicolon-delimited expansion of MIME types to file extensions (if known, or NULL string otherwise).
<p>|accept_descriptions| provides the descriptions for MIME types (if known, or NULL string otherwise). For example, the &quot;image/*&quot; mime type might have extensions &quot;.png;.jpg;.bmp;...&quot; and description &quot;Image Files&quot;.
<p>|accept_filters|, |accept_extensions| and |accept_descriptions| will all be the same size. To display a custom dialog return true (1) and execute |callback| either inline or at a later time. To display the default dialog return false (0). If this function returns false (0) it may be called an additional time for the same dialog (both before and after MIME type expansion).
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_dialog_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_dialog_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_dialog_handler_capi.h (cef_dialog_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetAccessibilityHandler"></span><code>property <strong>OnGetAccessibilityHandler</strong> : <a href="uCEFChromiumEvents.html#TOnGetAccessibilityHandler">TOnGetAccessibilityHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAccessibilityHandler">FOnGetAccessibilityHandler</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAccessibilityHandler">FOnGetAccessibilityHandler</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Return the handler for accessibility notifications. If no handler is provided the default implementation will be used. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetRootScreenRect"></span><code>property <strong>OnGetRootScreenRect</strong> : <a href="uCEFChromiumEvents.html#TOnGetRootScreenRect">TOnGetRootScreenRect</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootScreenRect">FOnGetRootScreenRect</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootScreenRect">FOnGetRootScreenRect</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to retrieve the root window rectangle in screen DIP coordinates. Return true (1) if the rectangle was provided. If this function returns false (0) the rectangle from OnGetViewRect will be used. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetViewRect"></span><code>property <strong>OnGetViewRect</strong> : <a href="uCEFChromiumEvents.html#TOnGetViewRect">TOnGetViewRect</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetViewRect">FOnGetViewRect</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetViewRect">FOnGetViewRect</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to retrieve the view rectangle in screen DIP coordinates. This function must always provide a non-NULL rectangle. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetScreenPoint"></span><code>property <strong>OnGetScreenPoint</strong> : <a href="uCEFChromiumEvents.html#TOnGetScreenPoint">TOnGetScreenPoint</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenPoint">FOnGetScreenPoint</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenPoint">FOnGetScreenPoint</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to retrieve the translation from view DIP coordinates to screen coordinates. Windows/Linux should provide screen device (pixel) coordinates and MacOS should provide screen DIP coordinates. Return true (1) if the requested coordinates were provided. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetScreenInfo"></span><code>property <strong>OnGetScreenInfo</strong> : <a href="uCEFChromiumEvents.html#TOnGetScreenInfo">TOnGetScreenInfo</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenInfo">FOnGetScreenInfo</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenInfo">FOnGetScreenInfo</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to allow the client to fill in the TCefScreenInfo object with appropriate values. Return true (1) if the |screen_info| structure has been modified. If the screen info rectangle is left NULL the rectangle from OnGetViewRect will be used. If the rectangle is still NULL or invalid popups may not be drawn correctly. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnPopupShow"></span><code>property <strong>OnPopupShow</strong> : <a href="uCEFChromiumEvents.html#TOnPopupShow">TOnPopupShow</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupShow">FOnPopupShow</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupShow">FOnPopupShow</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser wants to show or hide the popup widget. The popup should be shown if |show| is true (1) and hidden if |show| is false (0). </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnPopupSize"></span><code>property <strong>OnPopupSize</strong> : <a href="uCEFChromiumEvents.html#TOnPopupSize">TOnPopupSize</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupSize">FOnPopupSize</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPopupSize">FOnPopupSize</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the browser wants to move or resize the popup widget. |rect| contains the new location and size in view coordinates. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnPaint"></span><code>property <strong>OnPaint</strong> : <a href="uCEFChromiumEvents.html#TOnPaint">TOnPaint</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPaint">FOnPaint</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPaint">FOnPaint</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when an element should be painted. Pixel values passed to this function are scaled relative to view coordinates based on the value of TCefScreenInfo.device_scale_factor returned from OnGetScreenInfo. |type| indicates whether the element is the view or the popup widget. |buffer| contains the pixel data for the whole image. |dirtyRects| contains the set of rectangles in pixel coordinates that need to be repainted. |buffer| will be |width|*|height|*4 bytes in size and represents a BGRA image with an upper-left origin. This function is only called when TCefWindowInfo.shared_texture_enabled is set to false (0). </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAcceleratedPaint"></span><code>property <strong>OnAcceleratedPaint</strong> : <a href="uCEFChromiumEvents.html#TOnAcceleratedPaint">TOnAcceleratedPaint</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAcceleratedPaint">FOnAcceleratedPaint</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAcceleratedPaint">FOnAcceleratedPaint</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called when an element has been rendered to the shared texture handle. |type| indicates whether the element is the view or the popup widget. |dirtyRects| contains the set of rectangles in pixel coordinates that need to be repainted. |info| contains the shared handle; on Windows it is a HANDLE to a texture that can be opened with D3D11 OpenSharedResource, on macOS it is an IOSurface pointer that can be opened with Metal or OpenGL, and on Linux it contains several planes, each with an fd to the underlying system native buffer.
<p>The underlying implementation uses a pool to deliver frames. As a result, the handle may differ every frame depending on how many frames are in- progress. The handle's resource cannot be cached and cannot be accessed outside of this callback. It should be reopened each time this callback is executed and the contents should be copied to a texture owned by the client application. The contents of |info| will be released back to the pool after this callback returns.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetTouchHandleSize"></span><code>property <strong>OnGetTouchHandleSize</strong> : <a href="uCEFChromiumEvents.html#TOnGetTouchHandleSize">TOnGetTouchHandleSize</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetTouchHandleSize">FOnGetTouchHandleSize</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetTouchHandleSize">FOnGetTouchHandleSize</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to retrieve the size of the touch handle for the specified |orientation|. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnTouchHandleStateChanged"></span><code>property <strong>OnTouchHandleStateChanged</strong> : <a href="uCEFChromiumEvents.html#TOnTouchHandleStateChanged">TOnTouchHandleStateChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTouchHandleStateChanged">FOnTouchHandleStateChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTouchHandleStateChanged">FOnTouchHandleStateChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when touch handle state is updated. The client is responsible for rendering the touch handles. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnStartDragging"></span><code>property <strong>OnStartDragging</strong> : <a href="uCEFChromiumEvents.html#TOnStartDragging">TOnStartDragging</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnStartDragging">FOnStartDragging</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnStartDragging">FOnStartDragging</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called when the user starts dragging content in the web view. Contextual information about the dragged content is supplied by |drag_data|. (|x|, |y|) is the drag start location in screen coordinates. OS APIs that run a system message loop may be used within the StartDragging call.
<p>Return false (0) to abort the drag operation. Don't call any of ICefBrowserHost.DragSource*Ended* functions after returning false (0).
<p>Return true (1) to handle the drag operation. Call ICefBrowserHost.DragSourceEndedAt and DragSourceSystemDragEnded either synchronously or asynchronously to inform the web view that the drag operation has ended.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnUpdateDragCursor"></span><code>property <strong>OnUpdateDragCursor</strong> : <a href="uCEFChromiumEvents.html#TOnUpdateDragCursor">TOnUpdateDragCursor</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnUpdateDragCursor">FOnUpdateDragCursor</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnUpdateDragCursor">FOnUpdateDragCursor</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the web view wants to update the mouse cursor during a drag &amp; drop operation. |operation| describes the allowed operation (none, move, copy, link). </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnScrollOffsetChanged"></span><code>property <strong>OnScrollOffsetChanged</strong> : <a href="uCEFChromiumEvents.html#TOnScrollOffsetChanged">TOnScrollOffsetChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnScrollOffsetChanged">FOnScrollOffsetChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnScrollOffsetChanged">FOnScrollOffsetChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the scroll offset has changed. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnIMECompositionRangeChanged"></span><code>property <strong>OnIMECompositionRangeChanged</strong> : <a href="uCEFChromiumEvents.html#TOnIMECompositionRangeChanged">TOnIMECompositionRangeChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIMECompositionRangeChanged">FOnIMECompositionRangeChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIMECompositionRangeChanged">FOnIMECompositionRangeChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the IME composition range has changed. |selected_range| is the range of characters that have been selected. |character_bounds| is the bounds of each character in view coordinates. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnTextSelectionChanged"></span><code>property <strong>OnTextSelectionChanged</strong> : <a href="uCEFChromiumEvents.html#TOnTextSelectionChanged">TOnTextSelectionChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextSelectionChanged">FOnTextSelectionChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextSelectionChanged">FOnTextSelectionChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when text selection has changed for the specified |browser|. |selected_text| is the currently selected text and |selected_range| is the character range. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnVirtualKeyboardRequested"></span><code>property <strong>OnVirtualKeyboardRequested</strong> : <a href="uCEFChromiumEvents.html#TOnVirtualKeyboardRequested">TOnVirtualKeyboardRequested</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnVirtualKeyboardRequested">FOnVirtualKeyboardRequested</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnVirtualKeyboardRequested">FOnVirtualKeyboardRequested</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when an on-screen keyboard should be shown or hidden for the specified |browser|. |input_mode| specifies what kind of keyboard should be opened. If |input_mode| is CEF_TEXT_INPUT_MODE_NONE, any existing keyboard for this browser should be hidden. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_render_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_render_handler_capi.h (cef_render_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDragEnter"></span><code>property <strong>OnDragEnter</strong> : <a href="uCEFChromiumEvents.html#TOnDragEnter">TOnDragEnter</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDragEnter">FOnDragEnter</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDragEnter">FOnDragEnter</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when an external drag event enters the browser window. |dragData| contains the drag event data and |mask| represents the type of drag operation. Return false (0) for default drag handling behavior or true (1) to cancel the drag event. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_drag_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_drag_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_drag_handler_capi.h (cef_drag_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDraggableRegionsChanged"></span><code>property <strong>OnDraggableRegionsChanged</strong> : <a href="uCEFChromiumEvents.html#TOnDraggableRegionsChanged">TOnDraggableRegionsChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDraggableRegionsChanged">FOnDraggableRegionsChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDraggableRegionsChanged">FOnDraggableRegionsChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called whenever draggable regions for the browser window change. These can be specified using the '-webkit-app-region: drag/no-drag' CSS-property. If draggable regions are never defined in a document this function will also never be called. If the last draggable region is removed from a document this function will be called with an NULL vector. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_drag_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_drag_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_drag_handler_capi.h (cef_drag_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnFindResult"></span><code>property <strong>OnFindResult</strong> : <a href="uCEFChromiumEvents.html#TOnFindResult">TOnFindResult</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFindResult">FOnFindResult</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFindResult">FOnFindResult</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to report find results returned by ICefBrowserHost.find(). |identifer| is a unique incremental identifier for the currently active search, |count| is the number of matches currently identified, |selectionRect| is the location of where the match was found (in window coordinates), |activeMatchOrdinal| is the current position in the search results, and |finalUpdate| is true (1) if this is the last find notification. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_find_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_find_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_find_handler_capi.h (cef_find_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRequestContextInitialized"></span><code>property <strong>OnRequestContextInitialized</strong> : <a href="uCEFChromiumEvents.html#TOnRequestContextInitialized">TOnRequestContextInitialized</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestContextInitialized">FOnRequestContextInitialized</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestContextInitialized">FOnRequestContextInitialized</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the browser process UI thread immediately after the request context has been initialized. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_context_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_context_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_context_handler_capi.h (cef_request_context_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetResourceRequestHandler_ReqCtxHdlr"></span><code>property <strong>OnGetResourceRequestHandler_ReqCtxHdlr</strong> : <a href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqCtxHdlr">FOnGetResourceRequestHandler_ReqCtxHdlr</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetResourceRequestHandler_ReqCtxHdlr">FOnGetResourceRequestHandler_ReqCtxHdlr</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the browser process IO thread before a resource request is initiated. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. |request| represents the request contents and cannot be modified in this callback. |is_navigation| will be true (1) if the resource request is a navigation. |is_download| will be true (1) if the resource request is a download. |request_initiator| is the origin (scheme + domain) of the page that initiated the request. Set |disable_default_handling| to true (1) to disable default handling of the request, in which case it will need to be handled via ICefResourceRequestHandler.GetResourceHandler or it will be canceled. To allow the resource load to proceed with default handling return NULL. To specify a handler for the resource return a ICefResourceRequestHandler object. This function will not be called if the client associated with |browser| returns a non-NULL value from ICefRequestHandler.GetResourceRequestHandler for the same request (identified by ICefRequest.GetIdentifier). </p>
<p>
<p>This event will be called on the browser process CEF IO thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_context_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_context_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_request_context_handler_capi.h (cef_request_context_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnSinks"></span><code>property <strong>OnSinks</strong> : <a href="uCEFChromiumEvents.html#TOnSinksEvent">TOnSinksEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnSinks">FOnSinks</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnSinks">FOnSinks</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
The list of available media sinks has changed or ICefMediaRouter.NotifyCurrentSinks was called. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_media_router_capi.h (cef_media_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRoutes"></span><code>property <strong>OnRoutes</strong> : <a href="uCEFChromiumEvents.html#TOnRoutesEvent">TOnRoutesEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRoutes">FOnRoutes</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRoutes">FOnRoutes</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
The list of available media routes has changed or ICefMediaRouter.NotifyCurrentRoutes was called. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_media_router_capi.h (cef_media_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRouteStateChanged"></span><code>property <strong>OnRouteStateChanged</strong> : <a href="uCEFChromiumEvents.html#TOnRouteStateChangedEvent">TOnRouteStateChangedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteStateChanged">FOnRouteStateChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteStateChanged">FOnRouteStateChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
The connection state of |route| has changed. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_media_router_capi.h (cef_media_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRouteMessageReceived"></span><code>property <strong>OnRouteMessageReceived</strong> : <a href="uCEFChromiumEvents.html#TOnRouteMessageReceivedEvent">TOnRouteMessageReceivedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteMessageReceived">FOnRouteMessageReceived</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRouteMessageReceived">FOnRouteMessageReceived</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
A message was recieved over |route|. |message| is only valid for the scope of this callback and should be copied if necessary. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_media_router_capi.h (cef_media_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetAudioParameters"></span><code>property <strong>OnGetAudioParameters</strong> : <a href="uCEFChromiumEvents.html#TOnGetAudioParametersEvent">TOnGetAudioParametersEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAudioParameters">FOnGetAudioParameters</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetAudioParameters">FOnGetAudioParameters</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the UI thread to allow configuration of audio stream parameters. Return true (1) to proceed with audio stream capture, or false (0) to cancel it. All members of |params| can optionally be configured here, but they are also pre-filled with some sensible defaults. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_audio_handler_capi.h (cef_audio_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAudioStreamStarted"></span><code>property <strong>OnAudioStreamStarted</strong> : <a href="uCEFChromiumEvents.html#TOnAudioStreamStartedEvent">TOnAudioStreamStartedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStarted">FOnAudioStreamStarted</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStarted">FOnAudioStreamStarted</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on a browser audio capture thread when the browser starts streaming audio. OnAudioStreamStopped will always be called after OnAudioStreamStarted; both functions may be called multiple times for the same browser. |params| contains the audio parameters like sample rate and channel layout. |channels| is the number of channels. </p>
<p>
<p>This event will be called on a browser audio capture thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_audio_handler_capi.h (cef_audio_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAudioStreamPacket"></span><code>property <strong>OnAudioStreamPacket</strong> : <a href="uCEFChromiumEvents.html#TOnAudioStreamPacketEvent">TOnAudioStreamPacketEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamPacket">FOnAudioStreamPacket</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamPacket">FOnAudioStreamPacket</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the audio stream thread when a PCM packet is received for the stream. |data| is an array representing the raw PCM data as a floating point type, i.e. 4-byte value(s). |frames| is the number of frames in the PCM packet. |pts| is the presentation timestamp (in milliseconds since the Unix Epoch) and represents the time at which the decompressed packet should be presented to the user. Based on |frames| and the |channel_layout| value passed to OnAudioStreamStarted you can calculate the size of the |data| array in bytes. </p>
<p>
<p>This event will be called on a browser audio capture thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_audio_handler_capi.h (cef_audio_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAudioStreamStopped"></span><code>property <strong>OnAudioStreamStopped</strong> : <a href="uCEFChromiumEvents.html#TOnAudioStreamStoppedEvent">TOnAudioStreamStoppedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStopped">FOnAudioStreamStopped</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamStopped">FOnAudioStreamStopped</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the UI thread when the stream has stopped. OnAudioSteamStopped will always be called after OnAudioStreamStarted; both functions may be called multiple times for the same stream. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_audio_handler_capi.h (cef_audio_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnAudioStreamError"></span><code>property <strong>OnAudioStreamError</strong> : <a href="uCEFChromiumEvents.html#TOnAudioStreamErrorEvent">TOnAudioStreamErrorEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamError">FOnAudioStreamError</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnAudioStreamError">FOnAudioStreamError</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called on the UI or audio stream thread when an error occurred. During the stream creation phase this callback will be called on the UI thread while in the capturing phase it will be called on the audio stream thread. The stream will be stopped immediately. </p>
<p>
<p>This event will be called on the browser process CEF UI thread or a browser audio capture thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_audio_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_audio_handler_capi.h (cef_audio_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDevToolsMessage"></span><code>property <strong>OnDevToolsMessage</strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsMessageEvent">TOnDevToolsMessageEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMessage">FOnDevToolsMessage</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMessage">FOnDevToolsMessage</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Method that will be called on receipt of a DevTools protocol message. |browser| is the originating browser instance. |message| is a UTF8-encoded JSON dictionary representing either a function result or an event.
<p>|message| is only valid for the scope of this callback and should be copied if necessary. Return true (1) if the message was handled or false (0) if the message should be further processed and passed to the OnDevToolsMethodResult or OnDevToolsEvent functions as appropriate.
<p>Method result dictionaries include an &quot;id&quot; (int) value that identifies the orginating function call sent from ICefBrowserHost.SendDevToolsMessage, and optionally either a &quot;result&quot; (dictionary) or &quot;error&quot; (dictionary) value. The &quot;error&quot; dictionary will contain &quot;code&quot; (int) and &quot;message&quot; (string) values. Event dictionaries include a &quot;function&quot; (string) value and optionally a &quot;params&quot; (dictionary) value. See the DevTools protocol documentation at <a href="https://chromedevtools.github.io/devtools-protocol/">https://chromedevtools.github.io/devtools-protocol/</a> for details of supported function calls and the expected &quot;result&quot; or &quot;params&quot; dictionary contents. JSON dictionaries can be parsed using the CefParseJSON function if desired, however be aware of performance considerations when parsing large messages (some of which may exceed 1MB in size).
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_devtools_message_observer_capi.h (cef_dev_tools_message_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDevToolsRawMessage"></span><code>property <strong>OnDevToolsRawMessage</strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsRawMessageEvent">TOnDevToolsRawMessageEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawMessage">FOnDevToolsRawMessage</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawMessage">FOnDevToolsRawMessage</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Method that will be called on receipt of a DevTools protocol message. |browser| is the originating browser instance. |message| is a UTF8-encoded JSON dictionary representing either a function result or an event.
<p>|message| is only valid for the scope of this callback and should be copied if necessary. Return true (1) if the message was handled or false (0) if the message should be further processed and passed to the OnDevToolsMethodResult or OnDevToolsEvent functions as appropriate.
<p>Method result dictionaries include an &quot;id&quot; (int) value that identifies the orginating function call sent from ICefBrowserHost.SendDevToolsMessage, and optionally either a &quot;result&quot; (dictionary) or &quot;error&quot; (dictionary) value. The &quot;error&quot; dictionary will contain &quot;code&quot; (int) and &quot;message&quot; (string) values. Event dictionaries include a &quot;function&quot; (string) value and optionally a &quot;params&quot; (dictionary) value. See the DevTools protocol documentation at <a href="https://chromedevtools.github.io/devtools-protocol/">https://chromedevtools.github.io/devtools-protocol/</a> for details of supported function calls and the expected &quot;result&quot; or &quot;params&quot; dictionary contents. JSON dictionaries can be parsed using the CefParseJSON function if desired, however be aware of performance considerations when parsing large messages (some of which may exceed 1MB in size).
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_devtools_message_observer_capi.h (cef_dev_tools_message_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDevToolsMethodResult"></span><code>property <strong>OnDevToolsMethodResult</strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsMethodResultEvent">TOnDevToolsMethodResultEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodResult">FOnDevToolsMethodResult</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodResult">FOnDevToolsMethodResult</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Method that will be called after attempted execution of a DevTools protocol function. |browser| is the originating browser instance.
<p>|message_id| is the &quot;id&quot; value that identifies the originating function call message. If the function succeeded |success| will be true (1) and |result| will be the UTF8-encoded JSON &quot;result&quot; dictionary value (which may be NULL). If the function failed |success| will be false (0) and |result| will be the UTF8-encoded JSON &quot;error&quot; dictionary value. |result| is only valid for the scope of this callback and should be copied if necessary. See the OnDevToolsMessage documentation for additional details on |result| contents.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_devtools_message_observer_capi.h (cef_dev_tools_message_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDevToolsMethodRawResult"></span><code>property <strong>OnDevToolsMethodRawResult</strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsMethodRawResultEvent">TOnDevToolsMethodRawResultEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodRawResult">FOnDevToolsMethodRawResult</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsMethodRawResult">FOnDevToolsMethodRawResult</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Method that will be called after attempted execution of a DevTools protocol function. |browser| is the originating browser instance.
<p>|message_id| is the &quot;id&quot; value that identifies the originating function call message. If the function succeeded |success| will be true (1) and |result| will be the UTF8-encoded JSON &quot;result&quot; dictionary value (which may be NULL). If the function failed |success| will be false (0) and |result| will be the UTF8-encoded JSON &quot;error&quot; dictionary value. |result| is only valid for the scope of this callback and should be copied if necessary. See the OnDevToolsMessage documentation for additional details on |result| contents.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_devtools_message_observer_capi.h (cef_dev_tools_message_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDevToolsEvent"></span><code>property <strong>OnDevToolsEvent</strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsEventEvent">TOnDevToolsEventEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsEvent">FOnDevToolsEvent</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsEvent">FOnDevToolsEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Method that will be called on receipt of a DevTools protocol event. |browser| is the originating browser instance. |function| is the &quot;function&quot; value. |params| is the UTF8-encoded JSON &quot;params&quot; dictionary value (which may be NULL). |params| is only valid for the scope of this callback and should be copied if necessary. See the OnDevToolsMessage documentation for additional details on |params| contents. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_devtools_message_observer_capi.h (cef_dev_tools_message_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDevToolsRawEvent"></span><code>property <strong>OnDevToolsRawEvent</strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsEventRawEvent">TOnDevToolsEventRawEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawEvent">FOnDevToolsRawEvent</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsRawEvent">FOnDevToolsRawEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Method that will be called on receipt of a DevTools protocol event. |browser| is the originating browser instance. |function| is the &quot;function&quot; value. |params| is the UTF8-encoded JSON &quot;params&quot; dictionary value (which may be NULL). |params| is only valid for the scope of this callback and should be copied if necessary. See the OnDevToolsMessage documentation for additional details on |params| contents. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_devtools_message_observer_capi.h (cef_dev_tools_message_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDevToolsAgentAttached"></span><code>property <strong>OnDevToolsAgentAttached</strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsAgentAttachedEvent">TOnDevToolsAgentAttachedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentAttached">FOnDevToolsAgentAttached</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentAttached">FOnDevToolsAgentAttached</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Method that will be called when the DevTools agent has attached. |browser| is the originating browser instance. This will generally occur in response to the first message sent while the agent is detached. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_devtools_message_observer_capi.h (cef_dev_tools_message_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDevToolsAgentDetached"></span><code>property <strong>OnDevToolsAgentDetached</strong> : <a href="uCEFChromiumEvents.html#TOnDevToolsAgentDetachedEvent">TOnDevToolsAgentDetachedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentDetached">FOnDevToolsAgentDetached</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDevToolsAgentDetached">FOnDevToolsAgentDetached</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Method that will be called when the DevTools agent has detached. |browser| is the originating browser instance. Any function results that were pending before the agent became detached will not be delivered, and any active event subscriptions will be canceled. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_devtools_message_observer_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_devtools_message_observer_capi.h (cef_dev_tools_message_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnFrameCreated"></span><code>property <strong>OnFrameCreated</strong> : <a href="uCEFChromiumEvents.html#TOnFrameCreated">TOnFrameCreated</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameCreated">FOnFrameCreated</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameCreated">FOnFrameCreated</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when a new frame is created. This will be the first notification that references |frame|. Any commands that require transport to the associated renderer process (LoadRequest, SendProcessMessage, GetSource, etc.) will be queued. The queued commands will be sent before OnFrameAttached or discarded before OnFrameDestroyed if the frame never attaches. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_frame_handler_capi.h (cef_frame_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnFrameDestroyed"></span><code>property <strong>OnFrameDestroyed</strong> : <a href="uCEFChromiumEvents.html#TOnFrameDestroyed">TOnFrameDestroyed</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDestroyed">FOnFrameDestroyed</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDestroyed">FOnFrameDestroyed</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when an existing frame is destroyed. This will be the last notification that references |frame| and ICefFrame.IsValid will return false (0) for |frame|. If called during browser destruction and after TChromiumCore.OnBeforeClose then ICefBrowser.IsValid will return false (0) for |browser|. Any queued commands that have not been sent will be discarded before this callback. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_frame_handler_capi.h (cef_frame_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnFrameAttached"></span><code>property <strong>OnFrameAttached</strong> : <a href="uCEFChromiumEvents.html#TOnFrameAttached">TOnFrameAttached</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameAttached">FOnFrameAttached</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameAttached">FOnFrameAttached</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when a frame can begin routing commands to/from the associated renderer process. |reattached| will be true (1) if the frame was re- attached after exiting the BackForwardCache or after encountering a recoverable connection error. Any queued commands will now have been dispatched. This function will not be called for temporary frames created during cross-origin navigation. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_frame_handler_capi.h (cef_frame_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnFrameDetached"></span><code>property <strong>OnFrameDetached</strong> : <a href="uCEFChromiumEvents.html#TOnFrameDetached">TOnFrameDetached</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDetached">FOnFrameDetached</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnFrameDetached">FOnFrameDetached</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when a frame loses its connection to the renderer process. This may occur when a frame is destroyed, enters the BackForwardCache, or encounters a rare connection error. In the case of frame destruction this call will be followed by a (potentially async) call to OnFrameDestroyed. If frame destruction is occuring synchronously then ICefFrame.IsValid will return false (0) for |frame|. If called during browser destruction and after TChromiumCore.OnBeforeClose then ICefBrowser.IsValid will return false (0) for |browser|. If, in the non-destruction case, the same frame later exits the BackForwardCache or recovers from a connection error then there will be a follow-up call to OnFrameAttached. This function will not be called for temporary frames created during cross- origin navigation. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_frame_handler_capi.h (cef_frame_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnMainFrameChanged"></span><code>property <strong>OnMainFrameChanged</strong> : <a href="uCEFChromiumEvents.html#TOnMainFrameChanged">TOnMainFrameChanged</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnMainFrameChanged">FOnMainFrameChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnMainFrameChanged">FOnMainFrameChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when the main frame changes due to (a) initial browser creation, (b) final browser destruction, (c) cross-origin navigation or (d) re- navigation after renderer process termination (due to crashes, etc). |old_frame| will be NULL and |new_frame| will be non-NULL when a main frame is assigned to |browser| for the first time. |old_frame| will be non-NULL and |new_frame| will be NULL when a main frame is removed from |browser| for the last time. Both |old_frame| and |new_frame| will be non- NULL for cross-origin navigations or re-navigation after renderer process termination. This function will be called after OnFrameCreated for |new_frame| and/or after OnFrameDestroyed for |old_frame|. If called during browser destruction and after TChromiumCore.OnBeforeClose then ICefBrowser.IsValid will return false (0) for |browser|. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_frame_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_frame_handler_capi.h (cef_frame_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnChromeCommand"></span><code>property <strong>OnChromeCommand</strong> : <a href="uCEFChromiumEvents.html#TOnChromeCommandEvent">TOnChromeCommandEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnChromeCommand">FOnChromeCommand</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnChromeCommand">FOnChromeCommand</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to execute a Chrome command triggered via menu selection or keyboard shortcut. Use the cef_id_for_command_id_name() function for version-safe mapping of command IDC names from cef_command_ids.h to version-specific numerical |command_id| values. |disposition| provides information about the intended command target. Return true (1) if the command was handled or false (0) for the default implementation. For context menu commands this will be called after ICefContextMenuHandler.OnContextMenuCommand. </p>
<p>
<p>Only used with Chrome style.
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_command_handler_capi.h (cef_command_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnIsChromeAppMenuItemVisible"></span><code>property <strong>OnIsChromeAppMenuItemVisible</strong> : <a href="uCEFChromiumEvents.html#TOnIsChromeAppMenuItemVisibleEvent">TOnIsChromeAppMenuItemVisibleEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemVisible">FOnIsChromeAppMenuItemVisible</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemVisible">FOnIsChromeAppMenuItemVisible</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to check if a Chrome app menu item should be visible. Use the cef_id_for_command_id_name() function for version-safe mapping of command IDC names from cef_command_ids.h to version-specific numerical |command_id| values. Only called for menu items that would be visible by default. </p>
<p>
<p>Only used with Chrome style.
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_command_handler_capi.h (cef_command_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnIsChromeAppMenuItemEnabled"></span><code>property <strong>OnIsChromeAppMenuItemEnabled</strong> : <a href="uCEFChromiumEvents.html#TOnIsChromeAppMenuItemEnabledEvent">TOnIsChromeAppMenuItemEnabledEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemEnabled">FOnIsChromeAppMenuItemEnabled</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeAppMenuItemEnabled">FOnIsChromeAppMenuItemEnabled</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to check if a Chrome app menu item should be enabled. Use the cef_id_for_command_id_name() function for version-safe mapping of command IDC names from cef_command_ids.h to version-specific numerical |command_id| values. Only called for menu items that would be enabled by default. </p>
<p>
<p>Only used with Chrome style.
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_command_handler_capi.h (cef_command_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnIsChromePageActionIconVisible"></span><code>property <strong>OnIsChromePageActionIconVisible</strong> : <a href="uCEFChromiumEvents.html#TOnIsChromePageActionIconVisibleEvent">TOnIsChromePageActionIconVisibleEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromePageActionIconVisible">FOnIsChromePageActionIconVisible</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromePageActionIconVisible">FOnIsChromePageActionIconVisible</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called during browser creation to check if a Chrome page action icon should be visible. Only called for icons that would be visible by default. </p>
<p>
<p>Only used with Chrome style.
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_command_handler_capi.h (cef_command_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnIsChromeToolbarButtonVisible"></span><code>property <strong>OnIsChromeToolbarButtonVisible</strong> : <a href="uCEFChromiumEvents.html#TOnIsChromeToolbarButtonVisibleEvent">TOnIsChromeToolbarButtonVisibleEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeToolbarButtonVisible">FOnIsChromeToolbarButtonVisible</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnIsChromeToolbarButtonVisible">FOnIsChromeToolbarButtonVisible</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called during browser creation to check if a Chrome toolbar button should be visible. Only called for buttons that would be visible by default. </p>
<p>
<p>Only used with Chrome style.
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_command_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_command_handler_capi.h (cef_command_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnRequestMediaAccessPermission"></span><code>property <strong>OnRequestMediaAccessPermission</strong> : <a href="uCEFChromiumEvents.html#TOnRequestMediaAccessPermissionEvent">TOnRequestMediaAccessPermissionEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestMediaAccessPermission">FOnRequestMediaAccessPermission</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnRequestMediaAccessPermission">FOnRequestMediaAccessPermission</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called when a page requests permission to access media.
<p>|requesting_origin| is the URL origin requesting permission.
<p>|requested_permissions| is a combination of values from TCefMediaAccessPermissionTypes that represent the requested permissions.
<p>Return true (1) and call ICefMediaAccessCallback functions either in this function or at a later time to continue or cancel the request.
<p>Return false (0) to proceed with default handling. With Chrome style, default handling will display the permission request UI.
<p>With Alloy style, default handling will deny the request. This function will not be called if the &quot;&ndash;enable-media-stream&quot; command-line switch is used to grant all permissions.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_permission_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_permission_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_permission_handler_capi.h (cef_permission_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnShowPermissionPrompt"></span><code>property <strong>OnShowPermissionPrompt</strong> : <a href="uCEFChromiumEvents.html#TOnShowPermissionPromptEvent">TOnShowPermissionPromptEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnShowPermissionPrompt">FOnShowPermissionPrompt</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnShowPermissionPrompt">FOnShowPermissionPrompt</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called when a page should show a permission prompt. |prompt_id| uniquely identifies the prompt. |requesting_origin| is the URL origin requesting permission. |requested_permissions| is a combination of values from TCefPermissionRequestTypes that represent the requested permissions.
<p>Return true (1) and call ICefPermissionPromptCallback.Continue either in this function or at a later time to continue or cancel the request.
<p>Return false (0) to proceed with default handling. With Chrome style, default handling will display the permission prompt UI. With Alloy style, default handling is CEF_PERMISSION_RESULT_IGNORE.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_permission_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_permission_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_permission_handler_capi.h (cef_permission_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnDismissPermissionPrompt"></span><code>property <strong>OnDismissPermissionPrompt</strong> : <a href="uCEFChromiumEvents.html#TOnDismissPermissionPromptEvent">TOnDismissPermissionPromptEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnDismissPermissionPrompt">FOnDismissPermissionPrompt</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnDismissPermissionPrompt">FOnDismissPermissionPrompt</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when a permission prompt handled via OnShowPermissionPrompt is dismissed. |prompt_id| will match the value that was passed to OnShowPermissionPrompt. |result| will be the value passed to ICefPermissionPromptCallback.Continue or CEF_PERMISSION_RESULT_IGNORE if the dialog was dismissed for other reasons such as navigation, browser closure, etc. This function will not be called if OnShowPermissionPrompt returned false (0) for |prompt_id|. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_permission_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_permission_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_permission_handler_capi.h (cef_permission_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnPreferenceChanged"></span><code>property <strong>OnPreferenceChanged</strong> : <a href="uCEFChromiumEvents.html#TOnPreferenceChangedEvent">TOnPreferenceChangedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnPreferenceChanged">FOnPreferenceChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnPreferenceChanged">FOnPreferenceChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when a preference has changed. The new value can be retrieved using ICefRequestContext.GetPreference. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_preference_capi.h (cef_preference_observer_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnSettingChanged"></span><code>property <strong>OnSettingChanged</strong> : <a href="uCEFChromiumEvents.html#TOnSettingChangedEvent">TOnSettingChangedEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnSettingChanged">FOnSettingChanged</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnSettingChanged">FOnSettingChanged</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called when a content or website setting has changed. The new value can be retrieved using ICefRequestContext.GetContentSetting or ICefRequestContext.GetWebsiteSetting. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_preference_capi.h (cef_setting_observer_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>