You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2026-05-16 08:38:08 +02:00
122 lines
7.9 KiB
HTML
122 lines
7.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>cef4delphi: uCEFLinkedWindowParent: Class TCEFLinkedWindowParent</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="generator" content="PasDoc 1.0.4">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<link rel="StyleSheet" type="text/css" href="bootstrap.min.css">
|
|
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
|
<style type="text/css">
|
|
body { margin: 0.5em; }
|
|
.badge { padding: 0.1em 0.5em; color: white; }
|
|
</style></head>
|
|
<body>
|
|
<span id="TCEFLinkedWindowParent"></span><h1 class="cio">Class TCEFLinkedWindowParent</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="uCEFLinkedWindowParent.html">uCEFLinkedWindowParent</a></p>
|
|
<h2 class="declaration">Declaration</h2>
|
|
<p class="declaration">
|
|
<code>type TCEFLinkedWindowParent = class(<a class="normal" href="uCEFLinkedWinControlBase.TCEFLinkedWinControlBase.html">TCEFLinkedWinControlBase</a>)</code></p>
|
|
<h2 class="description">Description</h2>
|
|
<p>
|
|
This component can be used by VCL and LCL applications. It has the same purpose as TCEFWindowParent but it has a Chromium property to link it directly to a TChromium component. TCEFLinkedWindowParent resizes the child controls created by CEF for browsers in normal mode and sets the browser focus using the linked TChromium component. TCEFWindowParent and TCEFLinkedWindowParent work fine in Windows and you can used any of them but you can't use TCEFWindowParent in Linux or MacOS. </p>
|
|
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
|
|
<ul class="hierarchy"><li class="ancestor">TWinControl</li>
|
|
<li class="ancestor"><a class="normal" href="uCEFWinControl.TCEFWinControl.html">TCEFWinControl</a></li>
|
|
<li class="ancestor"><a class="normal" href="uCEFLinkedWinControlBase.TCEFLinkedWinControlBase.html">TCEFLinkedWinControlBase</a></li>
|
|
<li class="thisitem">TCEFLinkedWindowParent</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 visibility-protected">
|
|
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#FChromium">FChromium</a></strong>: <a href="uCEFChromium.TChromium.html">TChromium</a>;</code></td>
|
|
</tr>
|
|
</table>
|
|
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list visibility-protected">
|
|
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
|
<td class="itemcode"><code>function <strong><a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#GetChromium">GetChromium</a></strong>: <a href="uCEFChromium.TChromium.html">TChromium</a>; override;</code></td>
|
|
</tr>
|
|
<tr class="list2 visibility-protected">
|
|
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#SetChromium-TChromium-">SetChromium</a></strong>(aValue : <a href="uCEFChromium.TChromium.html">TChromium</a>);</code></td>
|
|
</tr>
|
|
<tr class="list visibility-protected">
|
|
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
|
<td class="itemcode"><code>procedure <strong><a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#Notification-TComponent-TOperation-">Notification</a></strong>(AComponent: TComponent; Operation: TOperation); override;</code></td>
|
|
</tr>
|
|
<tr class="list2 visibility-public">
|
|
<td class="visibility"><span class="badge vis-public">Public</span></td>
|
|
<td class="itemcode"><code>constructor <strong><a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#Create-TComponent-">Create</a></strong>(AOwner : TComponent); override;</code></td>
|
|
</tr>
|
|
</table>
|
|
<span id="PasDoc-Properties"></span><h3 class="summary">Properties</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list visibility-published">
|
|
<td class="visibility"><span class="badge vis-published">Published</span></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#Chromium">Chromium</a></strong> : <a href="uCEFChromium.TChromium.html">TChromium</a> read <a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#FChromium">FChromium</a> write <a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#SetChromium-TChromium-">SetChromium</a>;</code></td>
|
|
</tr>
|
|
</table>
|
|
<h2 class="description">Description</h2>
|
|
<h3 class="detail">Fields</h3>
|
|
<table class="detail visibility-protected wide_list">
|
|
<tr class="list visibility-protected">
|
|
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
|
<td class="itemcode"><span id="FChromium"></span><code><strong>FChromium</strong>: <a href="uCEFChromium.TChromium.html">TChromium</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<h3 class="detail">Methods</h3>
|
|
<table class="detail visibility-protected wide_list">
|
|
<tr class="list visibility-protected">
|
|
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
|
<td class="itemcode"><span id="GetChromium"></span><code>function <strong>GetChromium</strong>: <a href="uCEFChromium.TChromium.html">TChromium</a>; override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail visibility-protected wide_list">
|
|
<tr class="list visibility-protected">
|
|
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
|
<td class="itemcode"><span id="SetChromium-TChromium-"></span><code>procedure <strong>SetChromium</strong>(aValue : <a href="uCEFChromium.TChromium.html">TChromium</a>);</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail visibility-protected wide_list">
|
|
<tr class="list visibility-protected">
|
|
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
|
<td class="itemcode"><span id="Notification-TComponent-TOperation-"></span><code>procedure <strong>Notification</strong>(AComponent: TComponent; Operation: TOperation); override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail visibility-public wide_list">
|
|
<tr class="list visibility-public">
|
|
<td class="visibility"><span class="badge vis-public">Public</span></td>
|
|
<td class="itemcode"><span id="Create-TComponent-"></span><code>constructor <strong>Create</strong>(AOwner : TComponent); override;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<h3 class="detail">Properties</h3>
|
|
<table class="detail visibility-published wide_list">
|
|
<tr class="list visibility-published">
|
|
<td class="visibility"><span class="badge vis-published">Published</span></td>
|
|
<td class="itemcode"><span id="Chromium"></span><code>property <strong>Chromium</strong> : <a href="uCEFChromium.TChromium.html">TChromium</a> read <a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#FChromium">FChromium</a> write <a href="uCEFLinkedWindowParent.TCEFLinkedWindowParent.html#SetChromium-TChromium-">SetChromium</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
TChromium instance used by this component. </p>
|
|
</td></tr>
|
|
</table>
|
|
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 1.0.4</a>. </em>
|
|
</span>
|
|
</body></html>
|