You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Fixed ICefRequest documentation and code comments
This commit is contained in:
@ -27,14 +27,14 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFFMXBufferPanel.html#TDialogKeyEvent-TObject-Word-TShiftState-">TDialogKeyEvent</a></strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a></strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TDialogKeyEvent-TObject-Word-TShiftState-"></span><code><strong>TDialogKeyEvent</strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState) of object;</code></td>
|
||||
<td class="itemcode"><span id="TDialogKeyEvent"></span><code><strong>TDialogKeyEvent</strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
Reference in New Issue
Block a user