mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 21:09:12 +02:00
Docs: LCL. Add topic for TCustomGrid.EditorUTF8KeyPress.
This commit is contained in:
parent
9ee5e00da7
commit
3e9e3ecc6c
@ -12105,6 +12105,27 @@
|
||||
<short>Key press examined in the method.</short>
|
||||
</element>
|
||||
|
||||
<element name="TCustomGrid.EditorUTF8KeyPress">
|
||||
<short>
|
||||
Implements the UTF-8 key press handler for the editor in the grid control.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>EditorUTF8KeyPress</var> is assigned as the <var>OnUTF8KeyPress</var> event handler for the <var>Editor</var> in the grid control. It calls the inherited <var>UTF8KeyPress</var> method, indicating that the value in <var>UTF8Key</var> is targeted at the Editor control for the grid.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomGrid.Editor"/>
|
||||
<link id="TWinControl.UTF8KeyPress"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomGrid.EditorUTF8KeyPress.Sender">
|
||||
<short>Control for the event notification.</short>
|
||||
</element>
|
||||
<element name="TCustomGrid.EditorUTF8KeyPress.UTF8Key">
|
||||
<short>UTF-8-encoded code point handled in the method.</short>
|
||||
</element>
|
||||
|
||||
<element name="TCustomGrid.EditorKeyUp">
|
||||
<short>Implements the OnKeyUp event handler for the cell editor.</short>
|
||||
<descr/>
|
||||
|
Loading…
Reference in New Issue
Block a user