1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Update to CEF 128.4.8

This commit is contained in:
Salvador Díaz Fau
2024-09-03 17:26:03 +02:00
parent ed52c6144c
commit 55a70a998e
338 changed files with 10558 additions and 16111 deletions

View File

@ -18,7 +18,15 @@
<p class="declaration">
<code>type TCefZipReaderRef = class(<a class="normal" href="uCEFBaseRefCounted.TCefBaseRefCountedRef.html">TCefBaseRefCountedRef</a>, <a class="normal" href="uCEFInterfaces.ICefZipReader.html">ICefZipReader</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>
<p>
Class that supports the reading of zip archives via the zlib unzip API. The functions of this interface should only be called on the thread that creates the object. </p>
<p>
<p>UNKNOWN
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_zip_reader_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_zip_reader_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_zip_reader_capi.h (cef_zip_reader_t))</p>
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
<ul class="hierarchy"><li class="ancestor">TInterfacedObject</li>
<li class="ancestor"><a class="normal" href="uCEFBaseRefCounted.TCefBaseRefCountedRef.html">TCefBaseRefCountedRef</a></li>
<li class="thisitem">TCefZipReaderRef</li></ul><h2 class="overview">Overview</h2>
@ -89,7 +97,7 @@
<td class="itemcode"><span id="MoveToFirstFile"></span><code>function <strong>MoveToFirstFile</strong>: Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#MoveToFirstFile">ICefZipReader.MoveToFirstFile</a>.</p><p>
<p>
Moves the cursor to the first file in the archive. Returns true (1) if the cursor position was set successfully. </p>
</td></tr>
</table>
@ -99,7 +107,7 @@
<td class="itemcode"><span id="MoveToNextFile"></span><code>function <strong>MoveToNextFile</strong>: Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#MoveToNextFile">ICefZipReader.MoveToNextFile</a>.</p><p>
<p>
Moves the cursor to the next file in the archive. Returns true (1) if the cursor position was set successfully. </p>
</td></tr>
</table>
@ -109,7 +117,7 @@
<td class="itemcode"><span id="MoveToFile-ustring-Boolean-"></span><code>function <strong>MoveToFile</strong>(const fileName: <a href="uCEFTypes.html#ustring">ustring</a>; caseSensitive: Boolean): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#MoveToFile-ustring-Boolean-">ICefZipReader.MoveToFile</a>.</p><p>
<p>
Moves the cursor to the specified file in the archive. If |caseSensitive| is true (1) then the search will be case sensitive. Returns true (1) if the cursor position was set successfully. </p>
</td></tr>
</table>
@ -119,7 +127,7 @@
<td class="itemcode"><span id="Close"></span><code>function <strong>Close</strong>: Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#Close">ICefZipReader.Close</a>.</p><p>
<p>
Closes the archive. This should be called directly to ensure that cleanup occurs on the correct thread. </p>
</td></tr>
</table>
@ -129,7 +137,7 @@
<td class="itemcode"><span id="GetFileName"></span><code>function <strong>GetFileName</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#GetFileName">ICefZipReader.GetFileName</a>.</p><p>
<p>
Returns the name of the file. </p>
</td></tr>
</table>
@ -139,7 +147,7 @@
<td class="itemcode"><span id="GetFileSize"></span><code>function <strong>GetFileSize</strong>: Int64;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#GetFileSize">ICefZipReader.GetFileSize</a>.</p><p>
<p>
Returns the uncompressed size of the file. </p>
</td></tr>
</table>
@ -149,7 +157,7 @@
<td class="itemcode"><span id="GetFileLastModified"></span><code>function <strong>GetFileLastModified</strong>: <a href="uCEFTypes.html#TCefBaseTime">TCefBaseTime</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#GetFileLastModified">ICefZipReader.GetFileLastModified</a>.</p><p>
<p>
Returns the last modified timestamp for the file. </p>
</td></tr>
</table>
@ -159,7 +167,7 @@
<td class="itemcode"><span id="OpenFile-ustring-"></span><code>function <strong>OpenFile</strong>(const password: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#OpenFile-ustring-">ICefZipReader.OpenFile</a>.</p><p>
<p>
Opens the file for reading of uncompressed data. A read password may optionally be specified. </p>
</td></tr>
</table>
@ -169,7 +177,7 @@
<td class="itemcode"><span id="CloseFile"></span><code>function <strong>CloseFile</strong>: Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#CloseFile">ICefZipReader.CloseFile</a>.</p><p>
<p>
Closes the file. </p>
</td></tr>
</table>
@ -179,7 +187,7 @@
<td class="itemcode"><span id="ReadFile-Pointer-NativeUInt-"></span><code>function <strong>ReadFile</strong>(buffer: Pointer; bufferSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>): Integer;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#ReadFile-Pointer-NativeUInt-">ICefZipReader.ReadFile</a>.</p><p>
<p>
Read uncompressed file contents into the specified buffer. Returns &lt; 0 if an error occurred, 0 if at the end of file, or the number of bytes read. </p>
</td></tr>
</table>
@ -189,7 +197,7 @@
<td class="itemcode"><span id="Tell"></span><code>function <strong>Tell</strong>: Int64;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#Tell">ICefZipReader.Tell</a>.</p><p>
<p>
Returns the current offset in the uncompressed file contents. </p>
</td></tr>
</table>
@ -199,7 +207,7 @@
<td class="itemcode"><span id="Eof"></span><code>function <strong>Eof</strong>: Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefZipReader.html#Eof">ICefZipReader.Eof</a>.</p><p>
<p>
Returns true (1) if at end of the file contents. </p>
</td></tr>
</table>