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

Update to CEF 133.4.0

This commit is contained in:
Salvador Díaz Fau
2025-02-26 16:05:45 +01:00
parent 345c99ce59
commit 9c41b46285
27 changed files with 4085 additions and 3727 deletions

View File

@ -174,11 +174,11 @@
</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="uCEFv8Value.TCefv8ValueRef.html#SetUserData-ICefv8Value-">SetUserData</a></strong>(const data: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>): Boolean;</code></td>
<td class="itemcode"><code>function <strong><a href="uCEFv8Value.TCefv8ValueRef.html#SetUserData-ICefCustomUserData-">SetUserData</a></strong>(const data: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>): 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="uCEFv8Value.TCefv8ValueRef.html#GetUserData">GetUserData</a></strong>: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
<td class="itemcode"><code>function <strong><a href="uCEFv8Value.TCefv8ValueRef.html#GetUserData">GetUserData</a></strong>: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
@ -672,17 +672,17 @@
<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="SetUserData-ICefv8Value-"></span><code>function <strong>SetUserData</strong>(const data: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>): Boolean;</code></td>
<td class="itemcode"><span id="SetUserData-ICefCustomUserData-"></span><code>function <strong>SetUserData</strong>(const data: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</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.ICefv8Value.html#SetUserData-ICefv8Value-">ICefv8Value.SetUserData</a>.</p><p>
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefv8Value.html#SetUserData-ICefCustomUserData-">ICefv8Value.SetUserData</a>.</p><p>
Sets the user data for this object and returns true (1) on success. Returns false (0) if this function is called incorrectly. This function can only be called on user created objects. </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="GetUserData"></span><code>function <strong>GetUserData</strong>: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
<td class="itemcode"><span id="GetUserData"></span><code>function <strong>GetUserData</strong>: <a href="uCEFInterfaces.ICefCustomUserData.html">ICefCustomUserData</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.ICefv8Value.html#GetUserData">ICefv8Value.GetUserData</a>.</p><p>