You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 126.1.14
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefDialogHandler.html#on_file_dialog">on_file_dialog</a></strong>: function(self: <a href="uCEFTypes.html#PCefDialogHandler">PCefDialogHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, default_file_path: <a href="uCEFTypes.html#PCefString">PCefString</a>; accept_filters: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>; callback: <a href="uCEFTypes.html#PCefFileDialogCallback">PCefFileDialogCallback</a>): Integer; stdcall;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefDialogHandler.html#on_file_dialog">on_file_dialog</a></strong>: function(self: <a href="uCEFTypes.html#PCefDialogHandler">PCefDialogHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, default_file_path: <a href="uCEFTypes.html#PCefString">PCefString</a>; accept_filters, accept_extensions, accept_descriptions: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>; callback: <a href="uCEFTypes.html#PCefFileDialogCallback">PCefFileDialogCallback</a>): Integer; stdcall;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@@ -51,7 +51,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="on_file_dialog"></span><code><strong>on_file_dialog</strong>: function(self: <a href="uCEFTypes.html#PCefDialogHandler">PCefDialogHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, default_file_path: <a href="uCEFTypes.html#PCefString">PCefString</a>; accept_filters: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>; callback: <a href="uCEFTypes.html#PCefFileDialogCallback">PCefFileDialogCallback</a>): Integer; stdcall;</code></td>
|
||||
<td class="itemcode"><span id="on_file_dialog"></span><code><strong>on_file_dialog</strong>: function(self: <a href="uCEFTypes.html#PCefDialogHandler">PCefDialogHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, default_file_path: <a href="uCEFTypes.html#PCefString">PCefString</a>; accept_filters, accept_extensions, accept_descriptions: <a href="uCEFTypes.html#TCefStringList">TCefStringList</a>; callback: <a href="uCEFTypes.html#PCefFileDialogCallback">PCefFileDialogCallback</a>): Integer; stdcall;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user