mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45:56 +01:00
854 lines
66 KiB
HTML
854 lines
66 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>cef4delphi: uCEFTypes: Record TCefBrowserHost</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="TCefBrowserHost"></span><h1 class="cio">Record TCefBrowserHost</h1>
|
|
<div class="sections">
|
|
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Hierarchy</div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section">Methods</div><div class="one_section">Properties</div></div>
|
|
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
|
|
<p class="unitlink">
|
|
<a href="uCEFTypes.html">uCEFTypes</a></p>
|
|
<h2 class="declaration">Declaration</h2>
|
|
<p class="declaration">
|
|
<code>type TCefBrowserHost = record</code></p>
|
|
<h2 class="description">Description</h2>
|
|
<p>
|
|
Structure used to represent the browser process aspects of a browser. The functions of this structure can only be called in the browser process. They may be called on any thread in that process unless otherwise indicated in the comments. </p>
|
|
<p>
|
|
|
|
|
|
<p>Implemented by ICefBrowserHost.
|
|
|
|
<p><see href="<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_capi.h</a>">CEF source file: /include/capi/cef_browser_capi.h (cef_browser_host_t))</p>
|
|
<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="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBrowserHost.html#base">base</a></strong>: <a href="uCEFTypes.TCefBaseRefCounted.html">TCefBaseRefCounted</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_browser">get_browser</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#close_browser">close_browser</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; force_close: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#try_close_browser">try_close_browser</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#is_ready_to_be_closed">is_ready_to_be_closed</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#set_focus">set_focus</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; focus: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_window_handle">get_window_handle</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_opener_window_handle">get_opener_window_handle</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#has_view">has_view</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_client">get_client</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#PCefClient">PCefClient</a>; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_request_context">get_request_context</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#PCefRequestContext">PCefRequestContext</a>; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#can_zoom">can_zoom</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; command: <a href="uCEFTypes.html#TCefZoomCommand">TCefZoomCommand</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#zoom">zoom</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; command: <a href="uCEFTypes.html#TCefZoomCommand">TCefZoomCommand</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_default_zoom_level">get_default_zoom_level</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Double; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_zoom_level">get_zoom_level</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Double; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#set_zoom_level">set_zoom_level</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; zoomLevel: Double); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#run_file_dialog">run_file_dialog</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, default_file_path: <a href="uCEFTypes.html#PCefString">PCefString</a>; accept_filters: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>; callback: <a href="uCEFTypes.html#PCefRunFileDialogCallback">PCefRunFileDialogCallback</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#start_download">start_download</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const url: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#download_image">download_image</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const image_url: <a href="uCEFTypes.html#PCefString">PCefString</a>; is_favicon: Integer; max_image_size: Cardinal; bypass_cache: Integer; callback: <a href="uCEFTypes.html#PCefDownloadImageCallback">PCefDownloadImageCallback</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#print">print</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#print_to_pdf">print_to_pdf</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const path: <a href="uCEFTypes.html#PCefString">PCefString</a>; const settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; callback: <a href="uCEFTypes.html#PCefPdfPrintCallback">PCefPdfPrintCallback</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#find">find</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const searchText: <a href="uCEFTypes.html#PCefString">PCefString</a>; forward_, matchCase, findNext: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#stop_finding">stop_finding</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; clearSelection: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#show_dev_tools">show_dev_tools</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const windowInfo: <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</a>; client: <a href="uCEFTypes.html#PCefClient">PCefClient</a>; const settings: <a href="uCEFTypes.html#PCefBrowserSettings">PCefBrowserSettings</a>; const inspect_element_at: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#close_dev_tools">close_dev_tools</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#has_dev_tools">has_dev_tools</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#send_dev_tools_message">send_dev_tools_message</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const message_: Pointer; message_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#execute_dev_tools_method">execute_dev_tools_method</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; message_id: integer; const method: <a href="uCEFTypes.html#PCefString">PCefString</a>; params: <a href="uCEFTypes.html#PCefDictionaryValue">PCefDictionaryValue</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#add_dev_tools_message_observer">add_dev_tools_message_observer</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; observer: <a href="uCEFTypes.html#PCefDevToolsMessageObserver">PCefDevToolsMessageObserver</a>): <a href="uCEFTypes.html#PCefRegistration">PCefRegistration</a>; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_navigation_entries">get_navigation_entries</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; visitor: <a href="uCEFTypes.html#PCefNavigationEntryVisitor">PCefNavigationEntryVisitor</a>; current_only: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#replace_misspelling">replace_misspelling</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const word: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#add_word_to_dictionary">add_word_to_dictionary</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const word: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#is_window_rendering_disabled">is_window_rendering_disabled</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#was_resized">was_resized</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#was_hidden">was_hidden</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; hidden: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#notify_screen_info_changed">notify_screen_info_changed</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#invalidate">invalidate</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#send_external_begin_frame">send_external_begin_frame</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#send_key_event">send_key_event</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#send_mouse_click_event">send_mouse_click_event</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; type_: <a href="uCEFTypes.html#TCefMouseButtonType">TCefMouseButtonType</a>; mouseUp, clickCount: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#send_mouse_move_event">send_mouse_move_event</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; mouseLeave: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#send_mouse_wheel_event">send_mouse_wheel_event</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; deltaX, deltaY: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#send_touch_event">send_touch_event</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefTouchEvent">PCefTouchEvent</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#send_capture_lost_event">send_capture_lost_event</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#notify_move_or_resize_started">notify_move_or_resize_started</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_windowless_frame_rate">get_windowless_frame_rate</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#set_windowless_frame_rate">set_windowless_frame_rate</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; frame_rate: Integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#ime_set_composition">ime_set_composition</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const text: <a href="uCEFTypes.html#PCefString">PCefString</a>; underlinesCount : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const underlines : <a href="uCEFTypes.html#PCefCompositionUnderline">PCefCompositionUnderline</a>; const replacement_range, selection_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#ime_commit_text">ime_commit_text</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const text: <a href="uCEFTypes.html#PCefString">PCefString</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#ime_finish_composing_text">ime_finish_composing_text</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; keep_selection : integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#ime_cancel_composition">ime_cancel_composition</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#drag_target_drag_enter">drag_target_drag_enter</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; drag_data: <a href="uCEFTypes.html#PCefDragData">PCefDragData</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowed_ops: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#drag_target_drag_over">drag_target_drag_over</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowed_ops: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#drag_target_drag_leave">drag_target_drag_leave</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#drag_target_drop">drag_target_drop</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#drag_source_ended_at">drag_source_ended_at</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; x, y: Integer; op: <a href="uCEFTypes.html#TCefDragOperation">TCefDragOperation</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#drag_source_system_drag_ended">drag_source_system_drag_ended</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_visible_navigation_entry">get_visible_navigation_entry</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#PCefNavigationEntry">PCefNavigationEntry</a>; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#set_accessibility_state">set_accessibility_state</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; accessibility_state: <a href="uCEFTypes.html#TCefState">TCefState</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#set_auto_resize_enabled">set_auto_resize_enabled</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; enabled: integer; const min_size, max_size: <a href="uCEFTypes.html#PCefSize">PCefSize</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#set_audio_muted">set_audio_muted</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; mute: integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#is_audio_muted">is_audio_muted</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#is_fullscreen">is_fullscreen</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#exit_fullscreen">exit_fullscreen</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; will_cause_resize: integer); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#can_execute_chrome_command">can_execute_chrome_command</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; command_id: integer): integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#execute_chrome_command">execute_chrome_command</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; command_id: integer; disposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>); stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#is_render_process_unresponsive">is_render_process_unresponsive</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): integer; stdcall;</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><strong><a href="uCEFTypes.TCefBrowserHost.html#get_runtime_style">get_runtime_style</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>; stdcall;</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="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="base"></span><code><strong>base</strong>: <a href="uCEFTypes.TCefBaseRefCounted.html">TCefBaseRefCounted</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_browser"></span><code><strong>get_browser</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="close_browser"></span><code><strong>close_browser</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; force_close: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="try_close_browser"></span><code><strong>try_close_browser</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="is_ready_to_be_closed"></span><code><strong>is_ready_to_be_closed</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="set_focus"></span><code><strong>set_focus</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; focus: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_window_handle"></span><code><strong>get_window_handle</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_opener_window_handle"></span><code><strong>get_opener_window_handle</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="has_view"></span><code><strong>has_view</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_client"></span><code><strong>get_client</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#PCefClient">PCefClient</a>; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_request_context"></span><code><strong>get_request_context</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#PCefRequestContext">PCefRequestContext</a>; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="can_zoom"></span><code><strong>can_zoom</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; command: <a href="uCEFTypes.html#TCefZoomCommand">TCefZoomCommand</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="zoom"></span><code><strong>zoom</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; command: <a href="uCEFTypes.html#TCefZoomCommand">TCefZoomCommand</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_default_zoom_level"></span><code><strong>get_default_zoom_level</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Double; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_zoom_level"></span><code><strong>get_zoom_level</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Double; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="set_zoom_level"></span><code><strong>set_zoom_level</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; zoomLevel: Double); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="run_file_dialog"></span><code><strong>run_file_dialog</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, default_file_path: <a href="uCEFTypes.html#PCefString">PCefString</a>; accept_filters: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>; callback: <a href="uCEFTypes.html#PCefRunFileDialogCallback">PCefRunFileDialogCallback</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="start_download"></span><code><strong>start_download</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const url: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="download_image"></span><code><strong>download_image</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const image_url: <a href="uCEFTypes.html#PCefString">PCefString</a>; is_favicon: Integer; max_image_size: Cardinal; bypass_cache: Integer; callback: <a href="uCEFTypes.html#PCefDownloadImageCallback">PCefDownloadImageCallback</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="print"></span><code><strong>print</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="print_to_pdf"></span><code><strong>print_to_pdf</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const path: <a href="uCEFTypes.html#PCefString">PCefString</a>; const settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; callback: <a href="uCEFTypes.html#PCefPdfPrintCallback">PCefPdfPrintCallback</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="find"></span><code><strong>find</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const searchText: <a href="uCEFTypes.html#PCefString">PCefString</a>; forward_, matchCase, findNext: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="stop_finding"></span><code><strong>stop_finding</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; clearSelection: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="show_dev_tools"></span><code><strong>show_dev_tools</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const windowInfo: <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</a>; client: <a href="uCEFTypes.html#PCefClient">PCefClient</a>; const settings: <a href="uCEFTypes.html#PCefBrowserSettings">PCefBrowserSettings</a>; const inspect_element_at: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="close_dev_tools"></span><code><strong>close_dev_tools</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="has_dev_tools"></span><code><strong>has_dev_tools</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="send_dev_tools_message"></span><code><strong>send_dev_tools_message</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const message_: Pointer; message_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="execute_dev_tools_method"></span><code><strong>execute_dev_tools_method</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; message_id: integer; const method: <a href="uCEFTypes.html#PCefString">PCefString</a>; params: <a href="uCEFTypes.html#PCefDictionaryValue">PCefDictionaryValue</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="add_dev_tools_message_observer"></span><code><strong>add_dev_tools_message_observer</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; observer: <a href="uCEFTypes.html#PCefDevToolsMessageObserver">PCefDevToolsMessageObserver</a>): <a href="uCEFTypes.html#PCefRegistration">PCefRegistration</a>; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_navigation_entries"></span><code><strong>get_navigation_entries</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; visitor: <a href="uCEFTypes.html#PCefNavigationEntryVisitor">PCefNavigationEntryVisitor</a>; current_only: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="replace_misspelling"></span><code><strong>replace_misspelling</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const word: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="add_word_to_dictionary"></span><code><strong>add_word_to_dictionary</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const word: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="is_window_rendering_disabled"></span><code><strong>is_window_rendering_disabled</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="was_resized"></span><code><strong>was_resized</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="was_hidden"></span><code><strong>was_hidden</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; hidden: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="notify_screen_info_changed"></span><code><strong>notify_screen_info_changed</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="invalidate"></span><code><strong>invalidate</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="send_external_begin_frame"></span><code><strong>send_external_begin_frame</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="send_key_event"></span><code><strong>send_key_event</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="send_mouse_click_event"></span><code><strong>send_mouse_click_event</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; type_: <a href="uCEFTypes.html#TCefMouseButtonType">TCefMouseButtonType</a>; mouseUp, clickCount: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="send_mouse_move_event"></span><code><strong>send_mouse_move_event</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; mouseLeave: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="send_mouse_wheel_event"></span><code><strong>send_mouse_wheel_event</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; deltaX, deltaY: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="send_touch_event"></span><code><strong>send_touch_event</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefTouchEvent">PCefTouchEvent</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="send_capture_lost_event"></span><code><strong>send_capture_lost_event</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="notify_move_or_resize_started"></span><code><strong>notify_move_or_resize_started</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_windowless_frame_rate"></span><code><strong>get_windowless_frame_rate</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): Integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="set_windowless_frame_rate"></span><code><strong>set_windowless_frame_rate</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; frame_rate: Integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="ime_set_composition"></span><code><strong>ime_set_composition</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const text: <a href="uCEFTypes.html#PCefString">PCefString</a>; underlinesCount : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const underlines : <a href="uCEFTypes.html#PCefCompositionUnderline">PCefCompositionUnderline</a>; const replacement_range, selection_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="ime_commit_text"></span><code><strong>ime_commit_text</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const text: <a href="uCEFTypes.html#PCefString">PCefString</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="ime_finish_composing_text"></span><code><strong>ime_finish_composing_text</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; keep_selection : integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="ime_cancel_composition"></span><code><strong>ime_cancel_composition</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="drag_target_drag_enter"></span><code><strong>drag_target_drag_enter</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; drag_data: <a href="uCEFTypes.html#PCefDragData">PCefDragData</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowed_ops: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="drag_target_drag_over"></span><code><strong>drag_target_drag_over</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowed_ops: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="drag_target_drag_leave"></span><code><strong>drag_target_drag_leave</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="drag_target_drop"></span><code><strong>drag_target_drop</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="drag_source_ended_at"></span><code><strong>drag_source_ended_at</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; x, y: Integer; op: <a href="uCEFTypes.html#TCefDragOperation">TCefDragOperation</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="drag_source_system_drag_ended"></span><code><strong>drag_source_system_drag_ended</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_visible_navigation_entry"></span><code><strong>get_visible_navigation_entry</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#PCefNavigationEntry">PCefNavigationEntry</a>; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="set_accessibility_state"></span><code><strong>set_accessibility_state</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; accessibility_state: <a href="uCEFTypes.html#TCefState">TCefState</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="set_auto_resize_enabled"></span><code><strong>set_auto_resize_enabled</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; enabled: integer; const min_size, max_size: <a href="uCEFTypes.html#PCefSize">PCefSize</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="set_audio_muted"></span><code><strong>set_audio_muted</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; mute: integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="is_audio_muted"></span><code><strong>is_audio_muted</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="is_fullscreen"></span><code><strong>is_fullscreen</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="exit_fullscreen"></span><code><strong>exit_fullscreen</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; will_cause_resize: integer); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="can_execute_chrome_command"></span><code><strong>can_execute_chrome_command</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; command_id: integer): integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="execute_chrome_command"></span><code><strong>execute_chrome_command</strong>: procedure(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>; command_id: integer; disposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>); stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="is_render_process_unresponsive"></span><code><strong>is_render_process_unresponsive</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): integer; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item 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="get_runtime_style"></span><code><strong>get_runtime_style</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserHost">PCefBrowserHost</a>): <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>; stdcall;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</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>
|