[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the UTF-8 key press handler for the editor in the grid control.
Source position: grids.pas line 1348
public procedure TCustomGrid.EditorUTF8KeyPress( |
Sender: TObject; |
var UTF8Key: TUTF8Char |
); |
Sender |
|
Control for the event notification. |
UTF8Key |
|
UTF-8-encoded code point handled in the method. |
EditorUTF8KeyPress is assigned as the OnUTF8KeyPress event handler for the Editor in the grid control. It calls the inherited UTF8KeyPress method, indicating that the value in UTF8Key is targeted at the Editor control for the grid.
|
The editor control used to modify the value in the current cell. |
|
Version 4.0 | Generated 2025-05-03 | Home |