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

Added TChromiumCore.SimulateMouseEvent

Added TChromiumCore.SimulateTouchEvent
Added TChromiumCore.SimulateEditingCommand
Fixed TChromiumCore.SimulateKeyEvent
Added EditingCommandToString
This commit is contained in:
Salvador Díaz Fau
2024-07-19 18:18:00 +02:00
parent 1fb7b7968b
commit 817a5ff911
22 changed files with 4841 additions and 2515 deletions

View File

@ -492,6 +492,9 @@
<tr class="list">
<td class="itemcode"><code>function <strong><a href="uCEFMiscFunctions.html#IsCEFSubprocess">IsCEFSubprocess</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code>function <strong><a href="uCEFMiscFunctions.html#EditingCommandToString-TCefEditingCommand-">EditingCommandToString</a></strong>(aEditingCommand : <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a>): <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
</tr>
</table>
<span id="PasDoc-Constants"></span><h3 class="summary">Constants</h3>
<table class="summary wide_list">
@ -1928,6 +1931,15 @@ Converts PCefString to ustring.</p>
Returns true if the command line switch has a &quot;type&quot; value. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EditingCommandToString-TCefEditingCommand-"></span><code>function <strong>EditingCommandToString</strong>(aEditingCommand : <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a>): <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
</tr>
<tr><td colspan="1">
<p>
Convert an editting command to string. </p>
</td></tr>
</table>
<h3 class="detail">Constants</h3>
<table class="detail wide_list">
<tr class="list">