[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the OnKeyPress event handler for the cell editor.
Source position: grids.pas line 1347
public procedure TCustomGrid.EditorKeyPress( |
Sender: TObject; |
var Key: Char |
); |
Sender |
|
Object (TCustomGrid) for the event notification. |
Key |
|
Key press examined in the method. |
EditorKeyPress is assigned as the OnKeyPress event handler when in the Editor control when it is configured and stored in the Editor property. EditorKeyPress calls the KeyPress method to apply the value in Key to the grid control.
A value not handled in KeyPress is checked for a control or UTF-8-encoded character value. When found, the following actions are performed:
Version 4.0 | Generated 2025-05-03 | Home |