1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2026-04-23 01:13:01 +02:00
Files

67 lines
4.2 KiB
HTML
Raw Permalink Normal View History

2024-02-24 12:01:31 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>cef4delphi: uCEFResponseFilter</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
2026-04-04 18:01:24 +02:00
<meta name="generator" content="PasDoc 1.0.4">
2024-02-24 12:01:31 +01:00
<meta http-equiv="content-type" content="text/html; charset=utf-8">
2026-03-19 13:17:28 +01:00
<link rel="StyleSheet" type="text/css" href="bootstrap.min.css">
2024-02-24 12:01:31 +01:00
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
2026-03-30 18:44:20 +02:00
<style type="text/css">
body { margin: 0.5em; }
.badge { padding: 0.1em 0.5em; color: white; }
</style></head>
2024-02-24 12:01:31 +01:00
<body>
<h1 class="unit">Unit uCEFResponseFilter</h1>
<div class="sections">
2026-03-19 13:17:28 +01:00
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Classes">Classes, Interfaces, Objects and Records</a></div><div class="one_section"><a class="section" href="#PasDoc-Types">Types</a></div></div>
2024-02-24 12:01:31 +01:00
<span id="PasDoc-Description"></span><h2 class="description">Description</h2>
<p class="nodescription">This item has no description.</p><span id="PasDoc-Uses"></span><h2 class="overview">Overview</h2>
<span id="PasDoc-Classes"></span><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
<table class="classestable wide_list">
<tr class="listheader">
<th class="itemname">Name</th>
<th class="itemdesc">Description</th>
</tr>
<tr class="list">
<td class="itemname">Class&nbsp;<a class="bold" href="uCEFResponseFilter.TCefResponseFilterRef.html"><code>TCefResponseFilterRef</code></a></td>
2024-04-20 17:46:13 +02:00
<td class="itemdesc"> Reference class implementing a resource filter. </td>
2024-02-24 12:01:31 +01:00
</tr>
<tr class="list2">
<td class="itemname">Class&nbsp;<a class="bold" href="uCEFResponseFilter.TCefResponseFilterOwn.html"><code>TCefResponseFilterOwn</code></a></td>
2024-04-20 17:46:13 +02:00
<td class="itemdesc"> Owned class implementing a resource filter. </td>
2024-02-24 12:01:31 +01:00
</tr>
<tr class="list">
<td class="itemname">Class&nbsp;<a class="bold" href="uCEFResponseFilter.TCustomResponseFilter.html"><code>TCustomResponseFilter</code></a></td>
2024-04-20 17:46:13 +02:00
<td class="itemdesc"> Custom class implementing a resource filter with events. </td>
2024-02-24 12:01:31 +01:00
</tr>
</table>
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
<table class="summary wide_list">
2026-03-19 13:17:28 +01:00
<tr class="list visibility-published">
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.html#TOnFilterEvent">TOnFilterEvent</a></strong> = procedure(Sender: TObject; data_in: Pointer; data_in_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_in_read: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; data_out: Pointer; data_out_size : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_out_written: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : <a href="uCEFTypes.html#TCefResponseFilterStatus">TCefResponseFilterStatus</a>) of object;</code></td>
2024-02-24 12:01:31 +01:00
</tr>
2026-03-19 13:17:28 +01:00
<tr class="list2 visibility-published">
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.html#TOnInitFilterEvent">TOnInitFilterEvent</a></strong> = procedure(Sender: TObject; var aResult : boolean) of object;</code></td>
2024-02-24 12:01:31 +01:00
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Types</h3>
2026-03-19 13:17:28 +01:00
<table class="detail visibility-published wide_list">
<tr class="list visibility-published">
<td class="itemcode"><span id="TOnFilterEvent"></span><code><strong>TOnFilterEvent</strong> = procedure(Sender: TObject; data_in: Pointer; data_in_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_in_read: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; data_out: Pointer; data_out_size : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_out_written: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : <a href="uCEFTypes.html#TCefResponseFilterStatus">TCefResponseFilterStatus</a>) of object;</code></td>
2024-02-24 12:01:31 +01:00
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
2026-03-19 13:17:28 +01:00
<table class="detail visibility-published wide_list">
<tr class="list visibility-published">
<td class="itemcode"><span id="TOnInitFilterEvent"></span><code><strong>TOnInitFilterEvent</strong> = procedure(Sender: TObject; var aResult : boolean) of object;</code></td>
2024-02-24 12:01:31 +01:00
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
2026-04-04 18:01:24 +02:00
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 1.0.4</a>. </em>
2024-02-24 12:01:31 +01:00
</span>
</body></html>