2024-02-24 12:01:31 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > cef4delphi: uCEFClient: Class TCefClientRef< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2026-04-04 18:01:24 +02:00
< meta name = "generator" content = "PasDoc 1.0.4" >
2024-02-24 12:01:31 +01:00
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
2026-03-19 13:17:28 +01:00
< link rel = "StyleSheet" type = "text/css" href = "bootstrap.min.css" >
2024-02-24 12:01:31 +01:00
< link rel = "StyleSheet" type = "text/css" href = "pasdoc.css" >
2026-03-30 18:44:20 +02:00
< style type = "text/css" >
body { margin : 0.5 em ; }
. badge { padding : 0.1 em 0.5 em ; color : white ; }
< / style > < / head >
2024-02-24 12:01:31 +01:00
< body >
< span id = "TCefClientRef" > < / span > < h1 class = "cio" > Class TCefClientRef< / h1 >
< div class = "sections" >
2026-03-19 13:17:28 +01:00
< 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-Methods" > Methods< / a > < / div > < / div >
2024-02-24 12:01:31 +01:00
< span id = "PasDoc-Description" > < / span > < h2 class = "unit" > Unit< / h2 >
< p class = "unitlink" >
< a href = "uCEFClient.html" > uCEFClient< / a > < / p >
< h2 class = "declaration" > Declaration< / h2 >
< p class = "declaration" >
< code > type TCefClientRef = class(< a class = "normal" href = "uCEFBaseRefCounted.TCefBaseRefCountedRef.html" > TCefBaseRefCountedRef< / a > , < a class = "normal" href = "uCEFInterfaces.ICefClient.html" > ICefClient< / a > )< / code > < / p >
< h2 class = "description" > Description< / h2 >
< p class = "nodescription" > This item has no description.< / p > < span id = "PasDoc-Hierarchy" > < / span > < h2 class = "hierarchy" > Hierarchy< / h2 >
< ul class = "hierarchy" > < li class = "ancestor" > TInterfacedObject< / li >
< li class = "ancestor" > < a class = "normal" href = "uCEFBaseRefCounted.TCefBaseRefCountedRef.html" > TCefBaseRefCountedRef< / a > < / li >
< li class = "thisitem" > TCefClientRef< / li > < / ul > < h2 class = "overview" > Overview< / h2 >
< span id = "PasDoc-Methods" > < / span > < h3 class = "summary" > Methods< / h3 >
< table class = "summary wide_list" >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetAudioHandler-ICefAudioHandler-" > GetAudioHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefAudioHandler.html" > ICefAudioHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetCommandHandler-ICefCommandHandler-" > GetCommandHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefCommandHandler.html" > ICefCommandHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetContextMenuHandler-ICefContextMenuHandler-" > GetContextMenuHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefContextMenuHandler.html" > ICefContextMenuHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetDialogHandler-ICefDialogHandler-" > GetDialogHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefDialogHandler.html" > ICefDialogHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetDisplayHandler-ICefDisplayHandler-" > GetDisplayHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefDisplayHandler.html" > ICefDisplayHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetDownloadHandler-ICefDownloadHandler-" > GetDownloadHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefDownloadHandler.html" > ICefDownloadHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetDragHandler-ICefDragHandler-" > GetDragHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefDragHandler.html" > ICefDragHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetFindHandler-ICefFindHandler-" > GetFindHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefFindHandler.html" > ICefFindHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetFocusHandler-ICefFocusHandler-" > GetFocusHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefFocusHandler.html" > ICefFocusHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetFrameHandler-ICefFrameHandler-" > GetFrameHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefFrameHandler.html" > ICefFrameHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetPermissionHandler-ICefPermissionHandler-" > GetPermissionHandler< / a > < / strong > (var aHandler: < a href = "uCEFInterfaces.ICefPermissionHandler.html" > ICefPermissionHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetJsdialogHandler-ICefJsdialogHandler-" > GetJsdialogHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefJsDialogHandler.html" > ICefJsdialogHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetKeyboardHandler-ICefKeyboardHandler-" > GetKeyboardHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefKeyboardHandler.html" > ICefKeyboardHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetLifeSpanHandler-ICefLifeSpanHandler-" > GetLifeSpanHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefLifeSpanHandler.html" > ICefLifeSpanHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetLoadHandler-ICefLoadHandler-" > GetLoadHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefLoadHandler.html" > ICefLoadHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetPrintHandler-ICefPrintHandler-" > GetPrintHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefPrintHandler.html" > ICefPrintHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetRenderHandler-ICefRenderHandler-" > GetRenderHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefRenderHandler.html" > ICefRenderHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#GetRequestHandler-ICefRequestHandler-" > GetRequestHandler< / a > < / strong > (var aHandler : < a href = "uCEFInterfaces.ICefRequestHandler.html" > ICefRequestHandler< / a > ); virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > function < strong > < a href = "uCEFClient.TCefClientRef.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; virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFClient.TCefClientRef.html#RemoveReferences" > RemoveReferences< / a > < / strong > ; virtual;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > class function < strong > < a href = "uCEFClient.TCefClientRef.html#UnWrap-Pointer-" > UnWrap< / a > < / strong > (data: Pointer): < a href = "uCEFInterfaces.ICefClient.html" > ICefClient< / a > ;< / code > < / td >
< / tr >
< / table >
< h2 class = "description" > Description< / h2 >
< h3 class = "detail" > Methods< / h3 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetAudioHandler-ICefAudioHandler-" > < / span > < code > procedure < strong > GetAudioHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefAudioHandler.html" > ICefAudioHandler< / a > ); 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.ICefClient.html#GetAudioHandler-ICefAudioHandler-" > ICefClient.GetAudioHandler< / a > .< / p > < p >
Return the handler for audio rendering events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetCommandHandler-ICefCommandHandler-" > < / span > < code > procedure < strong > GetCommandHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefCommandHandler.html" > ICefCommandHandler< / a > ); 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.ICefClient.html#GetCommandHandler-ICefCommandHandler-" > ICefClient.GetCommandHandler< / a > .< / p > < p >
Return the handler for commands. If no handler is provided the default implementation will be used. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetContextMenuHandler-ICefContextMenuHandler-" > < / span > < code > procedure < strong > GetContextMenuHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefContextMenuHandler.html" > ICefContextMenuHandler< / a > ); 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.ICefClient.html#GetContextMenuHandler-ICefContextMenuHandler-" > ICefClient.GetContextMenuHandler< / a > .< / p > < p >
Return the handler for context menus. If no handler is provided the default implementation will be used. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetDialogHandler-ICefDialogHandler-" > < / span > < code > procedure < strong > GetDialogHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefDialogHandler.html" > ICefDialogHandler< / a > ); 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.ICefClient.html#GetDialogHandler-ICefDialogHandler-" > ICefClient.GetDialogHandler< / a > .< / p > < p >
Return the handler for dialogs. If no handler is provided the default implementation will be used. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetDisplayHandler-ICefDisplayHandler-" > < / span > < code > procedure < strong > GetDisplayHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefDisplayHandler.html" > ICefDisplayHandler< / a > ); 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.ICefClient.html#GetDisplayHandler-ICefDisplayHandler-" > ICefClient.GetDisplayHandler< / a > .< / p > < p >
Return the handler for browser display state events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetDownloadHandler-ICefDownloadHandler-" > < / span > < code > procedure < strong > GetDownloadHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefDownloadHandler.html" > ICefDownloadHandler< / a > ); 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.ICefClient.html#GetDownloadHandler-ICefDownloadHandler-" > ICefClient.GetDownloadHandler< / a > .< / p > < p >
Return the handler for download events. If no handler is returned downloads will not be allowed. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetDragHandler-ICefDragHandler-" > < / span > < code > procedure < strong > GetDragHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefDragHandler.html" > ICefDragHandler< / a > ); 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.ICefClient.html#GetDragHandler-ICefDragHandler-" > ICefClient.GetDragHandler< / a > .< / p > < p >
Return the handler for drag events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetFindHandler-ICefFindHandler-" > < / span > < code > procedure < strong > GetFindHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefFindHandler.html" > ICefFindHandler< / a > ); 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.ICefClient.html#GetFindHandler-ICefFindHandler-" > ICefClient.GetFindHandler< / a > .< / p > < p >
Return the handler for find result events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetFocusHandler-ICefFocusHandler-" > < / span > < code > procedure < strong > GetFocusHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefFocusHandler.html" > ICefFocusHandler< / a > ); 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.ICefClient.html#GetFocusHandler-ICefFocusHandler-" > ICefClient.GetFocusHandler< / a > .< / p > < p >
Return the handler for focus events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetFrameHandler-ICefFrameHandler-" > < / span > < code > procedure < strong > GetFrameHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefFrameHandler.html" > ICefFrameHandler< / a > ); 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.ICefClient.html#GetFrameHandler-ICefFrameHandler-" > ICefClient.GetFrameHandler< / a > .< / p > < 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 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetPermissionHandler-ICefPermissionHandler-" > < / span > < code > procedure < strong > GetPermissionHandler< / strong > (var aHandler: < a href = "uCEFInterfaces.ICefPermissionHandler.html" > ICefPermissionHandler< / a > ); 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.ICefClient.html#GetPermissionHandler-ICefPermissionHandler-" > ICefClient.GetPermissionHandler< / a > .< / p > < p >
Return the handler for permission requests. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetJsdialogHandler-ICefJsdialogHandler-" > < / span > < code > procedure < strong > GetJsdialogHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefJsDialogHandler.html" > ICefJsdialogHandler< / a > ); 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.ICefClient.html#GetJsdialogHandler-ICefJsdialogHandler-" > ICefClient.GetJsdialogHandler< / a > .< / p > < p >
Return the handler for JavaScript dialogs. If no handler is provided the default implementation will be used. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetKeyboardHandler-ICefKeyboardHandler-" > < / span > < code > procedure < strong > GetKeyboardHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefKeyboardHandler.html" > ICefKeyboardHandler< / a > ); 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.ICefClient.html#GetKeyboardHandler-ICefKeyboardHandler-" > ICefClient.GetKeyboardHandler< / a > .< / p > < p >
Return the handler for keyboard events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetLifeSpanHandler-ICefLifeSpanHandler-" > < / span > < code > procedure < strong > GetLifeSpanHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefLifeSpanHandler.html" > ICefLifeSpanHandler< / a > ); 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.ICefClient.html#GetLifeSpanHandler-ICefLifeSpanHandler-" > ICefClient.GetLifeSpanHandler< / a > .< / p > < p >
Return the handler for browser life span events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetLoadHandler-ICefLoadHandler-" > < / span > < code > procedure < strong > GetLoadHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefLoadHandler.html" > ICefLoadHandler< / a > ); 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.ICefClient.html#GetLoadHandler-ICefLoadHandler-" > ICefClient.GetLoadHandler< / a > .< / p > < p >
Return the handler for browser load status events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetPrintHandler-ICefPrintHandler-" > < / span > < code > procedure < strong > GetPrintHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefPrintHandler.html" > ICefPrintHandler< / a > ); 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.ICefClient.html#GetPrintHandler-ICefPrintHandler-" > ICefClient.GetPrintHandler< / a > .< / p > < 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 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetRenderHandler-ICefRenderHandler-" > < / span > < code > procedure < strong > GetRenderHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefRenderHandler.html" > ICefRenderHandler< / a > ); 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.ICefClient.html#GetRenderHandler-ICefRenderHandler-" > ICefClient.GetRenderHandler< / a > .< / p > < p >
Return the handler for off-screen rendering events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetRequestHandler-ICefRequestHandler-" > < / span > < code > procedure < strong > GetRequestHandler< / strong > (var aHandler : < a href = "uCEFInterfaces.ICefRequestHandler.html" > ICefRequestHandler< / a > ); 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.ICefClient.html#GetRequestHandler-ICefRequestHandler-" > ICefClient.GetRequestHandler< / a > .< / p > < p >
Return the handler for browser request events. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< 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; 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.ICefClient.html#OnProcessMessageReceived-ICefBrowser-ICefFrame-TCefProcessId-ICefProcessMessage-" > ICefClient.OnProcessMessageReceived< / a > .< / p > < 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 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-protected wide_list" >
< tr class = "list visibility-protected" >
< td class = "visibility" > < span class = "badge vis-protected" > Protected< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "RemoveReferences" > < / span > < code > procedure < strong > RemoveReferences< / strong > ; 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.ICefClient.html#RemoveReferences" > ICefClient.RemoveReferences< / a > .< / p > < p >
Custom procedure to clear all references. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "UnWrap-Pointer-" > < / span > < code > class function < strong > UnWrap< / strong > (data: Pointer): < 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 >
2026-04-04 18:01:24 +02:00
< hr > < span class = "appinfo" > < em > Generated by < a href = "https://pasdoc.github.io/" > PasDoc 1.0.4< / a > . < / em >
2024-02-24 12:01:31 +01:00
< / span >
< / body > < / html >