You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 134.3.1
This commit is contained in:
@ -175,6 +175,12 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFLibFunctions.html#cef_preference_manager_get_global">cef_preference_manager_get_global</a></strong>: function: <a href="uCEFTypes.html#PCefPreferenceManager">PCefPreferenceManager</a>; cdecl;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFLibFunctions.html#cef_preference_manager_get_chrome_variations_as_switches">cef_preference_manager_get_chrome_variations_as_switches</a></strong>: procedure(switches: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>); cdecl;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFLibFunctions.html#cef_preference_manager_get_chrome_variations_as_strings">cef_preference_manager_get_chrome_variations_as_strings</a></strong>: procedure(strings: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>); cdecl;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFLibFunctions.html#cef_print_settings_create">cef_print_settings_create</a></strong>: function: <a href="uCEFTypes.html#PCefPrintSettings">PCefPrintSettings</a>; cdecl;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
@ -1036,6 +1042,22 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="cef_preference_manager_get_chrome_variations_as_switches"></span><code><strong>cef_preference_manager_get_chrome_variations_as_switches</strong>: procedure(switches: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>); cdecl;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="cef_preference_manager_get_chrome_variations_as_strings"></span><code><strong>cef_preference_manager_get_chrome_variations_as_strings</strong>: procedure(strings: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>); cdecl;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
* CEF_API_ADDED(13401) *</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="cef_print_settings_create"></span><code><strong>cef_print_settings_create</strong>: function: <a href="uCEFTypes.html#PCefPrintSettings">PCefPrintSettings</a>; cdecl;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
|
Reference in New Issue
Block a user