You've already forked CEF4Delphi
							
							
				mirror of
				https://github.com/salvadordf/CEF4Delphi.git
				synced 2025-10-30 23:07:52 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			326 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			326 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| <title>cef4delphi: uCEFInterfaces: Interface ICefClient</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="ICefClient"></span><h1 class="cio">Interface ICefClient</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">Fields</div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div><div class="one_section">Properties</div></div>
 | |
| <span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
 | |
| <p class="unitlink">
 | |
| <a href="uCEFInterfaces.html">uCEFInterfaces</a></p>
 | |
| <h2 class="declaration">Declaration</h2>
 | |
| <p class="declaration">
 | |
| <code>type ICefClient = interface(<a class="normal" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a>)</code></p>
 | |
| <h2 class="description">Description</h2>
 | |
| <p>
 | |
|  Implement this interface to provide handler implementations. </p>
 | |
| <p>
 | |
| 
 | |
| 
 | |
| <p>UNKNOWN
 | |
| 
 | |
| <p><see href="<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>">CEF source file: /include/capi/cef_client_capi.h (cef_client_t))</p>
 | |
| <span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
 | |
| <ul class="hierarchy"><li class="ancestor">IInterface</li>
 | |
| <li class="ancestor"><a class="normal" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a></li>
 | |
| <li class="thisitem">ICefClient</li></ul><h2 class="overview">Overview</h2>
 | |
| <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="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefClient.html#GetAudioHandler-ICefAudioHandler-">GetAudioHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefAudioHandler.html">ICefAudioHandler</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="uCEFInterfaces.ICefClient.html#GetCommandHandler-ICefCommandHandler-">GetCommandHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefCommandHandler.html">ICefCommandHandler</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="uCEFInterfaces.ICefClient.html#GetContextMenuHandler-ICefContextMenuHandler-">GetContextMenuHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefContextMenuHandler.html">ICefContextMenuHandler</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="uCEFInterfaces.ICefClient.html#GetDialogHandler-ICefDialogHandler-">GetDialogHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefDialogHandler.html">ICefDialogHandler</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="uCEFInterfaces.ICefClient.html#GetDisplayHandler-ICefDisplayHandler-">GetDisplayHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefDisplayHandler.html">ICefDisplayHandler</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="uCEFInterfaces.ICefClient.html#GetDownloadHandler-ICefDownloadHandler-">GetDownloadHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefDownloadHandler.html">ICefDownloadHandler</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="uCEFInterfaces.ICefClient.html#GetDragHandler-ICefDragHandler-">GetDragHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefDragHandler.html">ICefDragHandler</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="uCEFInterfaces.ICefClient.html#GetFindHandler-ICefFindHandler-">GetFindHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefFindHandler.html">ICefFindHandler</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="uCEFInterfaces.ICefClient.html#GetFocusHandler-ICefFocusHandler-">GetFocusHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefFocusHandler.html">ICefFocusHandler</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="uCEFInterfaces.ICefClient.html#GetFrameHandler-ICefFrameHandler-">GetFrameHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefFrameHandler.html">ICefFrameHandler</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="uCEFInterfaces.ICefClient.html#GetPermissionHandler-ICefPermissionHandler-">GetPermissionHandler</a></strong>(var aHandler: <a href="uCEFInterfaces.ICefPermissionHandler.html">ICefPermissionHandler</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="uCEFInterfaces.ICefClient.html#GetJsdialogHandler-ICefJsdialogHandler-">GetJsdialogHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefJsDialogHandler.html">ICefJsdialogHandler</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="uCEFInterfaces.ICefClient.html#GetKeyboardHandler-ICefKeyboardHandler-">GetKeyboardHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefKeyboardHandler.html">ICefKeyboardHandler</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="uCEFInterfaces.ICefClient.html#GetLifeSpanHandler-ICefLifeSpanHandler-">GetLifeSpanHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefLifeSpanHandler.html">ICefLifeSpanHandler</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="uCEFInterfaces.ICefClient.html#GetLoadHandler-ICefLoadHandler-">GetLoadHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefLoadHandler.html">ICefLoadHandler</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="uCEFInterfaces.ICefClient.html#GetPrintHandler-ICefPrintHandler-">GetPrintHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefPrintHandler.html">ICefPrintHandler</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="uCEFInterfaces.ICefClient.html#GetRenderHandler-ICefRenderHandler-">GetRenderHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefRenderHandler.html">ICefRenderHandler</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="uCEFInterfaces.ICefClient.html#GetRequestHandler-ICefRequestHandler-">GetRequestHandler</a></strong>(var aHandler : <a href="uCEFInterfaces.ICefRequestHandler.html">ICefRequestHandler</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="uCEFInterfaces.ICefClient.html#OnProcessMessageReceived-ICefBrowser-ICefFrame-TCefProcessId-ICefProcessMessage-">OnProcessMessageReceived</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 message_ : <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</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>procedure <strong><a href="uCEFInterfaces.ICefClient.html#RemoveReferences">RemoveReferences</a></strong>;</code></td>
 | |
| </tr>
 | |
| </table>
 | |
| <h2 class="description">Description</h2>
 | |
| <h3 class="detail">Methods</h3>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetAudioHandler-ICefAudioHandler-"></span><code>procedure <strong>GetAudioHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefAudioHandler.html">ICefAudioHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for audio rendering events. </p>
 | |
| <h6 class="description_section">Attributes</h6>
 | |
| <dl class="attributes">
 | |
|   <dt>GUID['{1D502075-2FF0-4E13-A112-9E541CD811F4}']</dt>
 | |
|   <dd></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="GetCommandHandler-ICefCommandHandler-"></span><code>procedure <strong>GetCommandHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefCommandHandler.html">ICefCommandHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for commands. If no handler is provided the default implementation will be used. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetContextMenuHandler-ICefContextMenuHandler-"></span><code>procedure <strong>GetContextMenuHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefContextMenuHandler.html">ICefContextMenuHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for context menus. If no handler is provided the default implementation will be used. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetDialogHandler-ICefDialogHandler-"></span><code>procedure <strong>GetDialogHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefDialogHandler.html">ICefDialogHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for dialogs. If no handler is provided the default implementation will be used. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetDisplayHandler-ICefDisplayHandler-"></span><code>procedure <strong>GetDisplayHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefDisplayHandler.html">ICefDisplayHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for browser display state events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetDownloadHandler-ICefDownloadHandler-"></span><code>procedure <strong>GetDownloadHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefDownloadHandler.html">ICefDownloadHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for download events. If no handler is returned downloads will not be allowed. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetDragHandler-ICefDragHandler-"></span><code>procedure <strong>GetDragHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefDragHandler.html">ICefDragHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for drag events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetFindHandler-ICefFindHandler-"></span><code>procedure <strong>GetFindHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefFindHandler.html">ICefFindHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for find result events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetFocusHandler-ICefFocusHandler-"></span><code>procedure <strong>GetFocusHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefFocusHandler.html">ICefFocusHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for focus events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetFrameHandler-ICefFrameHandler-"></span><code>procedure <strong>GetFrameHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefFrameHandler.html">ICefFrameHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for events related to ICefFrame lifespan. This function will be called once during ICefBrowser creation and the result will be cached for performance reasons. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetPermissionHandler-ICefPermissionHandler-"></span><code>procedure <strong>GetPermissionHandler</strong>(var aHandler: <a href="uCEFInterfaces.ICefPermissionHandler.html">ICefPermissionHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for permission 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="GetJsdialogHandler-ICefJsdialogHandler-"></span><code>procedure <strong>GetJsdialogHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefJsDialogHandler.html">ICefJsdialogHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for JavaScript dialogs. If no handler is provided the default implementation will be used. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetKeyboardHandler-ICefKeyboardHandler-"></span><code>procedure <strong>GetKeyboardHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefKeyboardHandler.html">ICefKeyboardHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for keyboard events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetLifeSpanHandler-ICefLifeSpanHandler-"></span><code>procedure <strong>GetLifeSpanHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefLifeSpanHandler.html">ICefLifeSpanHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for browser life span events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetLoadHandler-ICefLoadHandler-"></span><code>procedure <strong>GetLoadHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefLoadHandler.html">ICefLoadHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for browser load status events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetPrintHandler-ICefPrintHandler-"></span><code>procedure <strong>GetPrintHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefPrintHandler.html">ICefPrintHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for printing on Linux. If a print handler is not provided then printing will not be supported on the Linux platform. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetRenderHandler-ICefRenderHandler-"></span><code>procedure <strong>GetRenderHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefRenderHandler.html">ICefRenderHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for off-screen rendering events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="GetRequestHandler-ICefRequestHandler-"></span><code>procedure <strong>GetRequestHandler</strong>(var aHandler : <a href="uCEFInterfaces.ICefRequestHandler.html">ICefRequestHandler</a>);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Return the handler for browser request events. </p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="OnProcessMessageReceived-ICefBrowser-ICefFrame-TCefProcessId-ICefProcessMessage-"></span><code>function <strong>OnProcessMessageReceived</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 message_ : <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>): Boolean;</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>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="visibility"><a href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 | |
| <td class="itemcode"><span id="RemoveReferences"></span><code>procedure <strong>RemoveReferences</strong>;</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="2">
 | |
| <p>
 | |
|  Custom procedure to clear all references. </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>
 |