1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2026-04-13 01:10:33 +02:00
Files
CEF4Delphi/docs/html/uCEFPreferenceObserver.TPreferenceInfoList.html
Salvador Díaz Fau 30d9edd993
Some checks are pending
Make / build (ubuntu-latest) (push) Waiting to run
Update to CEF 146.0.10
2026-04-04 18:01:24 +02:00

97 lines
5.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>cef4delphi: uCEFPreferenceObserver: Class TPreferenceInfoList</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="TPreferenceInfoList"></span><h1 class="cio">Class TPreferenceInfoList</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-Methods">Methods</a></div></div>
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
<p class="unitlink">
<a href="uCEFPreferenceObserver.html">uCEFPreferenceObserver</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type TPreferenceInfoList = class(TList)</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">TList</li>
<li class="thisitem">TPreferenceInfoList</li></ul><h2 class="overview">Overview</h2>
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
<table class="summary wide_list">
<tr class="list visibility-protected">
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFPreferenceObserver.TPreferenceInfoList.html#SearchPreference-ustring-">SearchPreference</a></strong>(const aName : <a href="uCEFTypes.html#ustring">ustring</a>): integer;</code></td>
</tr>
<tr class="list2 visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>destructor <strong><a href="uCEFPreferenceObserver.TPreferenceInfoList.html#Destroy">Destroy</a></strong>; override;</code></td>
</tr>
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFPreferenceObserver.TPreferenceInfoList.html#HasPreference-ustring-">HasPreference</a></strong>(const aName : <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</code></td>
</tr>
<tr class="list2 visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFPreferenceObserver.TPreferenceInfoList.html#AddPreference-ustring-IChromiumEvents-">AddPreference</a></strong>(const aName : <a href="uCEFTypes.html#ustring">ustring</a>; const events : <a href="uCEFInterfaces.IChromiumEvents.html">IChromiumEvents</a>): integer;</code></td>
</tr>
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFPreferenceObserver.TPreferenceInfoList.html#RemovePreference-ustring-">RemovePreference</a></strong>(const aName : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<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="SearchPreference-ustring-"></span><code>function <strong>SearchPreference</strong>(const aName : <a href="uCEFTypes.html#ustring">ustring</a>): integer;</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="Destroy"></span><code>destructor <strong>Destroy</strong>; 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="HasPreference-ustring-"></span><code>function <strong>HasPreference</strong>(const aName : <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</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="AddPreference-ustring-IChromiumEvents-"></span><code>function <strong>AddPreference</strong>(const aName : <a href="uCEFTypes.html#ustring">ustring</a>; const events : <a href="uCEFInterfaces.IChromiumEvents.html">IChromiumEvents</a>): integer;</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="RemovePreference-ustring-"></span><code>procedure <strong>RemovePreference</strong>(const aName : <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>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 1.0.4</a>. </em>
</span>
</body></html>