mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-17 06:57:13 +02:00
1602 lines
111 KiB
HTML
1602 lines
111 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>cef4delphi: uCEFWindowComponent: Class TCEFWindowComponent</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="TCEFWindowComponent"></span><h1 class="cio">Class TCEFWindowComponent</h1>
|
|
<div class="sections">
|
|
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div><div class="one_section"><a class="section" href="#PasDoc-Properties">Properties</a></div></div>
|
|
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
|
|
<p class="unitlink">
|
|
<a href="uCEFWindowComponent.html">uCEFWindowComponent</a></p>
|
|
<h2 class="declaration">Declaration</h2>
|
|
<p class="declaration">
|
|
<code>type TCEFWindowComponent = class(<a class="normal" href="uCEFPanelComponent.TCEFPanelComponent.html">TCEFPanelComponent</a>, <a class="normal" href="uCEFInterfaces.ICefWindowDelegateEvents.html">ICefWindowDelegateEvents</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">TObject</li>
|
|
<li class="ancestor">TPersistent</li>
|
|
<li class="ancestor">TComponent</li>
|
|
<li class="ancestor"><a class="normal" href="uCEFViewComponent.TCEFViewComponent.html">TCEFViewComponent</a></li>
|
|
<li class="ancestor"><a class="normal" href="uCEFPanelComponent.TCEFPanelComponent.html">TCEFPanelComponent</a></li>
|
|
<li class="thisitem">TCEFWindowComponent</li></ul><h2 class="overview">Overview</h2>
|
|
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FWindow">FWindow</a></strong>: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FWindowDlg">FWindowDlg</a></strong>: <a href="uCEFInterfaces.ICefWindowDelegate.html">ICefWindowDelegate</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a></strong>: TOnWindowCreatedEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a></strong>: TOnWindowClosingEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a></strong>: TOnWindowDestroyedEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a></strong>: TOnWindowActivationChangedEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a></strong>: TOnWindowBoundsChangedEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a></strong>: TOnGetParentWindowEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a></strong>: TOnIsWindowModalDialogEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a></strong>: TOnGetInitialBoundsEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a></strong>: TOnGetInitialShowStateEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a></strong>: TOnIsFramelessEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a></strong>: TOnWithStandardWindowButtonsEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a></strong>: TOnGetTitlebarHeightEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a></strong>: TOnCanResizeEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a></strong>: TOnCanMaximizeEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a></strong>: TOnCanMinimizeEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a></strong>: TOnCanCloseEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a></strong>: TOnAcceleratorEvent;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a></strong>: TOnWindowKeyEventEvent;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a></strong>: TOnWindowFullscreenTransitionEvent;</code></td>
|
|
</tr>
|
|
</table>
|
|
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#DestroyView">DestroyView</a></strong>; override;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Initialize">Initialize</a></strong>; override;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetInitialized">GetInitialized</a></strong>: boolean; override;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetAsView">GetAsView</a></strong>: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; override;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetAsPanel">GetAsPanel</a></strong>: <a href="uCEFInterfaces.ICefPanel.html">ICefPanel</a>; override;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetAsWindow">GetAsWindow</a></strong>: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; override;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsClosed">GetIsClosed</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsActive">GetIsActive</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsAlwaysOnTop">GetIsAlwaysOnTop</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsMaximized">GetIsMaximized</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsMinimized">GetIsMinimized</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsFullscreen">GetIsFullscreen</a></strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetTitle">GetTitle</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowIcon">GetWindowIcon</a></strong>: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowAppIcon">GetWindowAppIcon</a></strong>: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetDisplay">GetDisplay</a></strong>: <a href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetClientAreaBoundsInScreen">GetClientAreaBoundsInScreen</a></strong>: <a href="uCEFTypes.TCefRect.html">TCefRect</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowHandle">GetWindowHandle</a></strong>: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SetAlwaysOnTop-boolean-">SetAlwaysOnTop</a></strong>(on_top: boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SetFullscreen-boolean-">SetFullscreen</a></strong>(fullscreen: boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SetTitle-ustring-">SetTitle</a></strong>(const title_: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SetWindowIcon-ICefImage-">SetWindowIcon</a></strong>(const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SetWindowAppIcon-ICefImage-">SetWindowAppIcon</a></strong>(const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnWindowCreated-ICefWindow-">doOnWindowCreated</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnWindowClosing-ICefWindow-">doOnWindowClosing</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnWindowDestroyed-ICefWindow-">doOnWindowDestroyed</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnWindowActivationChanged-ICefWindow-boolean-">doOnWindowActivationChanged</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; active: boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnWindowBoundsChanged-ICefWindow-TCefRect-">doOnWindowBoundsChanged</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnGetParentWindow-ICefWindow-boolean-boolean-ICefWindow-">doOnGetParentWindow</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var is_menu, can_activate_menu: boolean; var aResult : <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnIsWindowModalDialog-ICefWindow-boolean-">doOnIsWindowModalDialog</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnGetInitialBounds-ICefWindow-TCefRect-">doOnGetInitialBounds</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.TCefRect.html">TCefRect</a>);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnGetInitialShowState-ICefWindow-TCefShowState-">doOnGetInitialShowState</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.html#TCefShowState">TCefShowState</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnIsFrameless-ICefWindow-boolean-">doOnIsFrameless</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnWithStandardWindowButtons-ICefWindow-boolean-">doOnWithStandardWindowButtons</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnGetTitlebarHeight-ICefWindow-Single-boolean-">doOnGetTitlebarHeight</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var titlebar_height: Single; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnCanResize-ICefWindow-boolean-">doOnCanResize</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnCanMaximize-ICefWindow-boolean-">doOnCanMaximize</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnCanMinimize-ICefWindow-boolean-">doOnCanMinimize</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnCanClose-ICefWindow-boolean-">doOnCanClose</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnAccelerator-ICefWindow-Integer-boolean-">doOnAccelerator</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; command_id: Integer; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnKeyEvent-ICefWindow-TCefKeyEvent-boolean-">doOnKeyEvent</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doOnWindowFullscreenTransition-ICefWindow-boolean-">doOnWindowFullscreenTransition</a></strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; is_completed: boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#doCreateCustomView">doCreateCustomView</a></strong>; override;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#CreateTopLevelWindow">CreateTopLevelWindow</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Show">Show</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#ShowAsBrowserModalDialog-ICefBrowserView-">ShowAsBrowserModalDialog</a></strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Hide">Hide</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#CenterWindow-TCefSize-">CenterWindow</a></strong>(const size_: <a href="uCEFTypes.TCefSize.html">TCefSize</a>);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Close">Close</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Activate">Activate</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Deactivate">Deactivate</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#BringToTop">BringToTop</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Maximize">Maximize</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Minimize">Minimize</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Restore">Restore</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#AddOverlayView-ICefView-TCefDockingMode-boolean-">AddOverlayView</a></strong>(const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; docking_mode: <a href="uCEFTypes.html#TCefDockingMode">TCefDockingMode</a>; can_activate: boolean): <a href="uCEFInterfaces.ICefOverlayController.html">ICefOverlayController</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#ShowMenu-ICefMenuModel-TCefPoint-TCefMenuAnchorPosition-">ShowMenu</a></strong>(const menu_model: <a href="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</a>; const screen_point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>; anchor_position : <a href="uCEFTypes.html#TCefMenuAnchorPosition">TCefMenuAnchorPosition</a>);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#CancelMenu">CancelMenu</a></strong>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SetDraggableRegions-NativeUInt-PCefDraggableRegionArray-">SetDraggableRegions</a></strong>(regionsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const regions: <a href="uCEFTypes.html#PCefDraggableRegionArray">PCefDraggableRegionArray</a>);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SendKeyPress-Integer-cardinal-">SendKeyPress</a></strong>(key_code: Integer; event_flags: cardinal);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SendMouseMove-Integer-Integer-">SendMouseMove</a></strong>(screen_x, screen_y: Integer);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SendMouseEvents-TCefMouseButtonType-boolean-boolean-">SendMouseEvents</a></strong>(button: <a href="uCEFTypes.html#TCefMouseButtonType">TCefMouseButtonType</a>; mouse_down, mouse_up: boolean);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#SetAccelerator-Integer-Integer-boolean-boolean-boolean-boolean-">SetAccelerator</a></strong>(command_id, key_code : Integer; shift_pressed, ctrl_pressed, alt_pressed, high_priority: boolean);</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#RemoveAccelerator-Integer-">RemoveAccelerator</a></strong>(command_id: Integer);</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#RemoveAllAccelerators">RemoveAllAccelerators</a></strong>;</code></td>
|
|
</tr>
|
|
</table>
|
|
<span id="PasDoc-Properties"></span><h3 class="summary">Properties</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Title">Title</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetTitle">GetTitle</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetTitle-ustring-">SetTitle</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#WindowIcon">WindowIcon</a></strong> : <a href="uCEFInterfaces.ICefImage.html">ICefImage</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowIcon">GetWindowIcon</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetWindowIcon-ICefImage-">SetWindowIcon</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#WindowAppIcon">WindowAppIcon</a></strong> : <a href="uCEFInterfaces.ICefImage.html">ICefImage</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowAppIcon">GetWindowAppIcon</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetWindowAppIcon-ICefImage-">SetWindowAppIcon</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#Display">Display</a></strong> : <a href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetDisplay">GetDisplay</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#ClientAreaBoundsInScreen">ClientAreaBoundsInScreen</a></strong> : <a href="uCEFTypes.TCefRect.html">TCefRect</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetClientAreaBoundsInScreen">GetClientAreaBoundsInScreen</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#WindowHandle">WindowHandle</a></strong> : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowHandle">GetWindowHandle</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#IsClosed">IsClosed</a></strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsClosed">GetIsClosed</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#IsActive">IsActive</a></strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsActive">GetIsActive</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#IsAlwaysOnTop">IsAlwaysOnTop</a></strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsAlwaysOnTop">GetIsAlwaysOnTop</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetAlwaysOnTop-boolean-">SetAlwaysOnTop</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#IsFullscreen">IsFullscreen</a></strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsFullscreen">GetIsFullscreen</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetFullscreen-boolean-">SetFullscreen</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#IsMaximized">IsMaximized</a></strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsMaximized">GetIsMaximized</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#IsMinimized">IsMinimized</a></strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsMinimized">GetIsMinimized</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowCreated">OnWindowCreated</a></strong> : TOnWindowCreatedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowClosing">OnWindowClosing</a></strong> : TOnWindowClosingEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowDestroyed">OnWindowDestroyed</a></strong> : TOnWindowDestroyedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowActivationChanged">OnWindowActivationChanged</a></strong> : TOnWindowActivationChangedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowBoundsChanged">OnWindowBoundsChanged</a></strong> : TOnWindowBoundsChangedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetParentWindow">OnGetParentWindow</a></strong> : TOnGetParentWindowEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnIsWindowModalDialog">OnIsWindowModalDialog</a></strong> : TOnIsWindowModalDialogEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetInitialBounds">OnGetInitialBounds</a></strong> : TOnGetInitialBoundsEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetInitialShowState">OnGetInitialShowState</a></strong> : TOnGetInitialShowStateEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnIsFrameless">OnIsFrameless</a></strong> : TOnIsFramelessEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWithStandardWindowButtons">OnWithStandardWindowButtons</a></strong> : TOnWithStandardWindowButtonsEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetTitlebarHeight">OnGetTitlebarHeight</a></strong> : TOnGetTitlebarHeightEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanResize">OnCanResize</a></strong> : TOnCanResizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanMaximize">OnCanMaximize</a></strong> : TOnCanMaximizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanMinimize">OnCanMinimize</a></strong> : TOnCanMinimizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanClose">OnCanClose</a></strong> : TOnCanCloseEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnAccelerator">OnAccelerator</a></strong> : TOnAcceleratorEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnKeyEvent">OnKeyEvent</a></strong> : TOnWindowKeyEventEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowFullscreenTransition">OnWindowFullscreenTransition</a></strong> : TOnWindowFullscreenTransitionEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a>;</code></td>
|
|
</tr>
|
|
</table>
|
|
<h2 class="description">Description</h2>
|
|
<h3 class="detail">Fields</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FWindow"></span><code><strong>FWindow</strong>: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FWindowDlg"></span><code><strong>FWindowDlg</strong>: <a href="uCEFInterfaces.ICefWindowDelegate.html">ICefWindowDelegate</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnWindowCreated"></span><code><strong>FOnWindowCreated</strong>: TOnWindowCreatedEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefWindowDelegateEvents</p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnWindowClosing"></span><code><strong>FOnWindowClosing</strong>: TOnWindowClosingEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnWindowDestroyed"></span><code><strong>FOnWindowDestroyed</strong>: TOnWindowDestroyedEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnWindowActivationChanged"></span><code><strong>FOnWindowActivationChanged</strong>: TOnWindowActivationChangedEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnWindowBoundsChanged"></span><code><strong>FOnWindowBoundsChanged</strong>: TOnWindowBoundsChangedEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnGetParentWindow"></span><code><strong>FOnGetParentWindow</strong>: TOnGetParentWindowEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnIsWindowModalDialog"></span><code><strong>FOnIsWindowModalDialog</strong>: TOnIsWindowModalDialogEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnGetInitialBounds"></span><code><strong>FOnGetInitialBounds</strong>: TOnGetInitialBoundsEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnGetInitialShowState"></span><code><strong>FOnGetInitialShowState</strong>: TOnGetInitialShowStateEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnIsFrameless"></span><code><strong>FOnIsFrameless</strong>: TOnIsFramelessEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnWithStandardWindowButtons"></span><code><strong>FOnWithStandardWindowButtons</strong>: TOnWithStandardWindowButtonsEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnGetTitlebarHeight"></span><code><strong>FOnGetTitlebarHeight</strong>: TOnGetTitlebarHeightEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnCanResize"></span><code><strong>FOnCanResize</strong>: TOnCanResizeEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnCanMaximize"></span><code><strong>FOnCanMaximize</strong>: TOnCanMaximizeEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnCanMinimize"></span><code><strong>FOnCanMinimize</strong>: TOnCanMinimizeEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnCanClose"></span><code><strong>FOnCanClose</strong>: TOnCanCloseEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnAccelerator"></span><code><strong>FOnAccelerator</strong>: TOnAcceleratorEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnKeyEvent"></span><code><strong>FOnKeyEvent</strong>: TOnWindowKeyEventEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FOnWindowFullscreenTransition"></span><code><strong>FOnWindowFullscreenTransition</strong>: TOnWindowFullscreenTransitionEvent;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<h3 class="detail">Methods</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="DestroyView"></span><code>procedure <strong>DestroyView</strong>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="Initialize"></span><code>procedure <strong>Initialize</strong>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetInitialized"></span><code>function <strong>GetInitialized</strong>: boolean; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetAsView"></span><code>function <strong>GetAsView</strong>: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetAsPanel"></span><code>function <strong>GetAsPanel</strong>: <a href="uCEFInterfaces.ICefPanel.html">ICefPanel</a>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetAsWindow"></span><code>function <strong>GetAsWindow</strong>: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetIsClosed"></span><code>function <strong>GetIsClosed</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetIsActive"></span><code>function <strong>GetIsActive</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetIsAlwaysOnTop"></span><code>function <strong>GetIsAlwaysOnTop</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetIsMaximized"></span><code>function <strong>GetIsMaximized</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetIsMinimized"></span><code>function <strong>GetIsMinimized</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetIsFullscreen"></span><code>function <strong>GetIsFullscreen</strong>: boolean;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetTitle"></span><code>function <strong>GetTitle</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetWindowIcon"></span><code>function <strong>GetWindowIcon</strong>: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetWindowAppIcon"></span><code>function <strong>GetWindowAppIcon</strong>: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetDisplay"></span><code>function <strong>GetDisplay</strong>: <a href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetClientAreaBoundsInScreen"></span><code>function <strong>GetClientAreaBoundsInScreen</strong>: <a href="uCEFTypes.TCefRect.html">TCefRect</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="GetWindowHandle"></span><code>function <strong>GetWindowHandle</strong>: <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetAlwaysOnTop-boolean-"></span><code>procedure <strong>SetAlwaysOnTop</strong>(on_top: boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetFullscreen-boolean-"></span><code>procedure <strong>SetFullscreen</strong>(fullscreen: boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetTitle-ustring-"></span><code>procedure <strong>SetTitle</strong>(const title_: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetWindowIcon-ICefImage-"></span><code>procedure <strong>SetWindowIcon</strong>(const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="SetWindowAppIcon-ICefImage-"></span><code>procedure <strong>SetWindowAppIcon</strong>(const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnWindowCreated-ICefWindow-"></span><code>procedure <strong>doOnWindowCreated</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefWindowDelegateEvents</p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnWindowClosing-ICefWindow-"></span><code>procedure <strong>doOnWindowClosing</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnWindowDestroyed-ICefWindow-"></span><code>procedure <strong>doOnWindowDestroyed</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnWindowActivationChanged-ICefWindow-boolean-"></span><code>procedure <strong>doOnWindowActivationChanged</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; active: boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnWindowBoundsChanged-ICefWindow-TCefRect-"></span><code>procedure <strong>doOnWindowBoundsChanged</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnGetParentWindow-ICefWindow-boolean-boolean-ICefWindow-"></span><code>procedure <strong>doOnGetParentWindow</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var is_menu, can_activate_menu: boolean; var aResult : <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnIsWindowModalDialog-ICefWindow-boolean-"></span><code>procedure <strong>doOnIsWindowModalDialog</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnGetInitialBounds-ICefWindow-TCefRect-"></span><code>procedure <strong>doOnGetInitialBounds</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.TCefRect.html">TCefRect</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnGetInitialShowState-ICefWindow-TCefShowState-"></span><code>procedure <strong>doOnGetInitialShowState</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.html#TCefShowState">TCefShowState</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnIsFrameless-ICefWindow-boolean-"></span><code>procedure <strong>doOnIsFrameless</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnWithStandardWindowButtons-ICefWindow-boolean-"></span><code>procedure <strong>doOnWithStandardWindowButtons</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnGetTitlebarHeight-ICefWindow-Single-boolean-"></span><code>procedure <strong>doOnGetTitlebarHeight</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var titlebar_height: Single; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnCanResize-ICefWindow-boolean-"></span><code>procedure <strong>doOnCanResize</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnCanMaximize-ICefWindow-boolean-"></span><code>procedure <strong>doOnCanMaximize</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnCanMinimize-ICefWindow-boolean-"></span><code>procedure <strong>doOnCanMinimize</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnCanClose-ICefWindow-boolean-"></span><code>procedure <strong>doOnCanClose</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnAccelerator-ICefWindow-Integer-boolean-"></span><code>procedure <strong>doOnAccelerator</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; command_id: Integer; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnKeyEvent-ICefWindow-TCefKeyEvent-boolean-"></span><code>procedure <strong>doOnKeyEvent</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doOnWindowFullscreenTransition-ICefWindow-boolean-"></span><code>procedure <strong>doOnWindowFullscreenTransition</strong>(const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; is_completed: boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="doCreateCustomView"></span><code>procedure <strong>doCreateCustomView</strong>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
ICefViewDelegateEvents</p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="CreateTopLevelWindow"></span><code>procedure <strong>CreateTopLevelWindow</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Create a new Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Show"></span><code>procedure <strong>Show</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Show the Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="ShowAsBrowserModalDialog-ICefBrowserView-"></span><code>procedure <strong>ShowAsBrowserModalDialog</strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Show the Window as a browser modal dialog relative to |browser_view|. A parent Window must be returned via ICefWindowDelegate.OnGetParentWindow and |browser_view| must belong to that parent Window. While this Window is visible, |browser_view| will be disabled while other controls in the parent Window remain enabled. Navigating or destroying the |browser_view| will close this Window automatically. Alternately, use show() and return true (1) from ICefWindowDelegate.OnIsWindowModalDialog for a window modal dialog where all controls in the parent Window are disabled. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Hide"></span><code>procedure <strong>Hide</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Hide the Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="CenterWindow-TCefSize-"></span><code>procedure <strong>CenterWindow</strong>(const size_: <a href="uCEFTypes.TCefSize.html">TCefSize</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Sizes the Window to |size| and centers it in the current display. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr 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"></span><code>procedure <strong>Close</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Close the Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Activate"></span><code>procedure <strong>Activate</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Activate the Window, assuming it already exists and is visible. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Deactivate"></span><code>procedure <strong>Deactivate</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Deactivate the Window, making the next Window in the Z order the active Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="BringToTop"></span><code>procedure <strong>BringToTop</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Bring this Window to the top of other Windows in the Windowing system. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Maximize"></span><code>procedure <strong>Maximize</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Maximize the Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Minimize"></span><code>procedure <strong>Minimize</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Minimize the Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Restore"></span><code>procedure <strong>Restore</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Restore the Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="AddOverlayView-ICefView-TCefDockingMode-boolean-"></span><code>function <strong>AddOverlayView</strong>(const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; docking_mode: <a href="uCEFTypes.html#TCefDockingMode">TCefDockingMode</a>; can_activate: boolean): <a href="uCEFInterfaces.ICefOverlayController.html">ICefOverlayController</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
|
|
|
|
<p>Add a View that will be overlayed on the Window contents with absolute positioning and high z-order. Positioning is controlled by |docking_mode| as described below. Setting |can_activate| to true (1) will allow the overlay view to receive input focus. The returned cef_overlay_controller_t object is used to control the overlay. Overlays are hidden by default.
|
|
|
|
<p>With CEF_DOCKING_MODE_CUSTOM:
|
|
|
|
<p></p>
|
|
|
|
<pre class="preformatted">
|
|
1. The overlay is initially hidden, sized to |view|'s preferred size,
|
|
and positioned in the top-left corner.
|
|
2. Optionally change the overlay position and/or size by calling
|
|
CefOverlayController methods.
|
|
3. Call CefOverlayController::SetVisible(true) to show the overlay.
|
|
4. The overlay will be automatically re-sized if |view|'s layout
|
|
changes. Optionally change the overlay position and/or size when
|
|
OnLayoutChanged is called on the Window's delegate to indicate a
|
|
change in Window bounds.</pre>
|
|
|
|
<p>
|
|
|
|
<p>With other docking modes:
|
|
|
|
<p></p>
|
|
|
|
<pre class="preformatted">
|
|
1. The overlay is initially hidden, sized to |view|'s preferred size,
|
|
and positioned based on |docking_mode|.
|
|
2. Call CefOverlayController::SetVisible(true) to show the overlay.
|
|
3. The overlay will be automatically re-sized if |view|'s layout changes
|
|
and re-positioned as appropriate when the Window resizes.</pre>
|
|
|
|
<p>
|
|
|
|
<p>Overlays created by this function will receive a higher z-order then any child Views added previously. It is therefore recommended to call this function last after all other child Views have been added so that the overlay displays as the top-most child of the Window.
|
|
|
|
<p></p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="ShowMenu-ICefMenuModel-TCefPoint-TCefMenuAnchorPosition-"></span><code>procedure <strong>ShowMenu</strong>(const menu_model: <a href="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</a>; const screen_point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>; anchor_position : <a href="uCEFTypes.html#TCefMenuAnchorPosition">TCefMenuAnchorPosition</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Show a menu with contents |menu_model|. |screen_point| specifies the menu position in screen coordinates. |anchor_position| specifies how the menu will be anchored relative to |screen_point|. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="CancelMenu"></span><code>procedure <strong>CancelMenu</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Cancel the menu that is currently showing, if any. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="SetDraggableRegions-NativeUInt-PCefDraggableRegionArray-"></span><code>procedure <strong>SetDraggableRegions</strong>(regionsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const regions: <a href="uCEFTypes.html#PCefDraggableRegionArray">PCefDraggableRegionArray</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Set the regions where mouse events will be intercepted by this Window to support drag operations. Call this function with an NULL vector to clear the draggable regions. The draggable region bounds should be in window coordinates. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="SendKeyPress-Integer-cardinal-"></span><code>procedure <strong>SendKeyPress</strong>(key_code: Integer; event_flags: cardinal);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Simulate a key press. |key_code| is the VKEY_* value from Chromium's ui/events/keycodes/keyboard_codes.h header (VK_* values on Windows). |event_flags| is some combination of EVENTFLAG_SHIFT_DOWN, EVENTFLAG_CONTROL_DOWN and/or EVENTFLAG_ALT_DOWN. This function is exposed primarily for testing purposes. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="SendMouseMove-Integer-Integer-"></span><code>procedure <strong>SendMouseMove</strong>(screen_x, screen_y: Integer);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Simulate a mouse move. The mouse cursor will be moved to the specified (screen_x, screen_y) position. This function is exposed primarily for testing purposes. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="SendMouseEvents-TCefMouseButtonType-boolean-boolean-"></span><code>procedure <strong>SendMouseEvents</strong>(button: <a href="uCEFTypes.html#TCefMouseButtonType">TCefMouseButtonType</a>; mouse_down, mouse_up: boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Simulate mouse down and/or mouse up events. |button| is the mouse button type. If |mouse_down| is true (1) a mouse down event will be sent. If |mouse_up| is true (1) a mouse up event will be sent. If both are true (1) a mouse down event will be sent followed by a mouse up event (equivalent to clicking the mouse button). The events will be sent using the current cursor position so make sure to call send_mouse_move() first to position the mouse. This function is exposed primarily for testing purposes. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="SetAccelerator-Integer-Integer-boolean-boolean-boolean-boolean-"></span><code>procedure <strong>SetAccelerator</strong>(command_id, key_code : Integer; shift_pressed, ctrl_pressed, alt_pressed, high_priority: boolean);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
|
|
|
|
<p>Set the keyboard accelerator for the specified |command_id|. |key_code| can be any virtual key or character value. Required modifier keys are specified by |shift_pressed|, |ctrl_pressed| and/or |alt_pressed|. ICefWindowDelegate.OnAccelerator will be called if the keyboard combination is triggered while this window has focus.
|
|
|
|
<p>The |high_priority| value will be considered if a child ICefBrowserView has focus when the keyboard combination is triggered. If |high_priority| is true (1) then the key event will not be forwarded to the web content (`keydown` event handler) or ICefKeyboardHandler first. If |high_priority| is false (0) then the behavior will depend on the ICefBrowserView.SetPreferAccelerators configuration.
|
|
|
|
<p></p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="RemoveAccelerator-Integer-"></span><code>procedure <strong>RemoveAccelerator</strong>(command_id: Integer);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Remove the keyboard accelerator for the specified |command_id|. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="RemoveAllAccelerators"></span><code>procedure <strong>RemoveAllAccelerators</strong>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Remove all keyboard accelerators. </p>
|
|
</td></tr>
|
|
</table>
|
|
<h3 class="detail">Properties</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Title"></span><code>property <strong>Title</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetTitle">GetTitle</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetTitle-ustring-">SetTitle</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Get the Window title. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="WindowIcon"></span><code>property <strong>WindowIcon</strong> : <a href="uCEFInterfaces.ICefImage.html">ICefImage</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowIcon">GetWindowIcon</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetWindowIcon-ICefImage-">SetWindowIcon</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Get the Window icon. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="WindowAppIcon"></span><code>property <strong>WindowAppIcon</strong> : <a href="uCEFInterfaces.ICefImage.html">ICefImage</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowAppIcon">GetWindowAppIcon</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetWindowAppIcon-ICefImage-">SetWindowAppIcon</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Get or set the Window App icon. This should be a larger icon for use in the host environment app switching UI. On Windows, this is the ICON_BIG used in Alt-Tab list and Windows taskbar. The Window icon will be used by default if no Window App icon is specified. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Display"></span><code>property <strong>Display</strong> : <a href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetDisplay">GetDisplay</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the Display that most closely intersects the bounds of this Window. May return NULL if this Window is not currently displayed. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="ClientAreaBoundsInScreen"></span><code>property <strong>ClientAreaBoundsInScreen</strong> : <a href="uCEFTypes.TCefRect.html">TCefRect</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetClientAreaBoundsInScreen">GetClientAreaBoundsInScreen</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns the bounds (size and position) of this Window's client area. Position is in screen coordinates. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="WindowHandle"></span><code>property <strong>WindowHandle</strong> : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetWindowHandle">GetWindowHandle</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Retrieve the platform window handle for this Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="IsClosed"></span><code>property <strong>IsClosed</strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsClosed">GetIsClosed</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns true (1) if the Window has been closed. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="IsActive"></span><code>property <strong>IsActive</strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsActive">GetIsActive</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns whether the Window is the currently active Window. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="IsAlwaysOnTop"></span><code>property <strong>IsAlwaysOnTop</strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsAlwaysOnTop">GetIsAlwaysOnTop</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetAlwaysOnTop-boolean-">SetAlwaysOnTop</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns whether the Window has been set to be on top of other Windows in the Windowing system. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="IsFullscreen"></span><code>property <strong>IsFullscreen</strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsFullscreen">GetIsFullscreen</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#SetFullscreen-boolean-">SetFullscreen</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns true (1) if the Window is fullscreen. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="IsMaximized"></span><code>property <strong>IsMaximized</strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsMaximized">GetIsMaximized</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns true (1) if the Window is maximized. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="IsMinimized"></span><code>property <strong>IsMinimized</strong> : boolean read <a href="uCEFWindowComponent.TCEFWindowComponent.html#GetIsMinimized">GetIsMinimized</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Returns true (1) if the Window is minimized. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnWindowCreated"></span><code>property <strong>OnWindowCreated</strong> : TOnWindowCreatedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when |window| is created. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnWindowClosing"></span><code>property <strong>OnWindowClosing</strong> : TOnWindowClosingEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when |window| is closing. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnWindowDestroyed"></span><code>property <strong>OnWindowDestroyed</strong> : TOnWindowDestroyedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when |window| is destroyed. Release all references to |window| and do not attempt to execute any functions on |window| after this callback returns. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnWindowActivationChanged"></span><code>property <strong>OnWindowActivationChanged</strong> : TOnWindowActivationChangedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when |window| is activated or deactivated. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnWindowBoundsChanged"></span><code>property <strong>OnWindowBoundsChanged</strong> : TOnWindowBoundsChangedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when |window| bounds have changed. |new_bounds| will be in DIP screen coordinates. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnGetParentWindow"></span><code>property <strong>OnGetParentWindow</strong> : TOnGetParentWindowEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return the parent for |window| or NULL if the |window| does not have a parent. Windows with parents will not get a taskbar button. Set |is_menu| to true (1) if |window| will be displayed as a menu, in which case it will not be clipped to the parent window bounds. Set |can_activate_menu| to false (0) if |is_menu| is true (1) and |window| should not be activated (given keyboard focus) when displayed. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnIsWindowModalDialog"></span><code>property <strong>OnIsWindowModalDialog</strong> : TOnIsWindowModalDialogEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return true (1) if |window| should be created as a window modal dialog. Only called when a Window is returned via get_parent_window() with |is_menu| set to false (0). All controls in the parent Window will be disabled while |window| is visible. This functionality is not supported by all Linux window managers. Alternately, use ICefWindow.ShowAsBrowserModalDialog() for a browser modal dialog that works on all platforms. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnGetInitialBounds"></span><code>property <strong>OnGetInitialBounds</strong> : TOnGetInitialBoundsEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return the initial bounds for |window| in density independent pixel (DIP) coordinates. If this function returns an NULL CefRect then GetPreferredSize() will be called to retrieve the size, and the window will be placed on the screen with origin (0,0). This function can be used in combination with ICefView.GetBoundsInScreen() to restore the previous window bounds. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnGetInitialShowState"></span><code>property <strong>OnGetInitialShowState</strong> : TOnGetInitialShowStateEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return the initial show state for |window|. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnIsFrameless"></span><code>property <strong>OnIsFrameless</strong> : TOnIsFramelessEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return true (1) if |window| should be created without a frame or title bar. The window will be resizable if can_resize() returns true (1). Use ICefWindow.SetDraggableRegions() to specify draggable regions. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnWithStandardWindowButtons"></span><code>property <strong>OnWithStandardWindowButtons</strong> : TOnWithStandardWindowButtonsEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return true (1) if |window| should be created with standard window buttons like close, minimize and zoom. This function is only supported on macOS. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnGetTitlebarHeight"></span><code>property <strong>OnGetTitlebarHeight</strong> : TOnGetTitlebarHeightEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return whether the titlebar height should be overridden, and sets the height of the titlebar in |titlebar_height|. On macOS, it can also be used to adjust the vertical position of the traffic light buttons in frameless windows. The buttons will be positioned halfway down the titlebar at a height of |titlebar_height| / 2. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnCanResize"></span><code>property <strong>OnCanResize</strong> : TOnCanResizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return true (1) if |window| can be resized. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnCanMaximize"></span><code>property <strong>OnCanMaximize</strong> : TOnCanMaximizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return true (1) if |window| can be maximized. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnCanMinimize"></span><code>property <strong>OnCanMinimize</strong> : TOnCanMinimizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return true (1) if |window| can be minimized. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnCanClose"></span><code>property <strong>OnCanClose</strong> : TOnCanCloseEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Return true (1) if |window| can be closed. This will be called for user- initiated window close actions and when ICefWindow.close() is called. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnAccelerator"></span><code>property <strong>OnAccelerator</strong> : TOnAcceleratorEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when a keyboard accelerator registered with ICefWindow.SetAccelerator is triggered. Return true (1) if the accelerator was handled or false (0) otherwise. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnKeyEvent"></span><code>property <strong>OnKeyEvent</strong> : TOnWindowKeyEventEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called after all other controls in the window have had a chance to handle the event. |event| contains information about the keyboard event. Return true (1) if the keyboard event was handled or false (0) otherwise. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="OnWindowFullscreenTransition"></span><code>property <strong>OnWindowFullscreenTransition</strong> : TOnWindowFullscreenTransitionEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Called when |window| is transitioning to or from fullscreen mode. On MacOS the transition occurs asynchronously with |is_competed| set to false (0) when the transition starts and true (1) after the transition completes. On other platforms the transition occurs synchronously with |is_completed| set to true (1) after the transition completes. With the Alloy runtime you must also implement ICefDisplayHandler.OnFullscreenModeChange to handle fullscreen transitions initiated by browser content. </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>
|