[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions to handle a key press events for a UTF-8-encoded character.
Source position: grids.pas line 316
protected function TCompositeCellEditor.DoUTF8KeyPress( |
var UTF8Key: TUTF8Char |
):Boolean; override; |
UTF8Key |
|
UTF-8-encoded character value examined in the method. |
True if the key press is handled in the message.
DoUTF8KeyPress is an overridden method in TCompositeCellEditor. It calls the inherited method on entry to allow the key press to be previewed in Parent forms, or handled by the design surface at design-time. If the value in UTF8Key is not handled in the ancestor, the character is sent to (and optionally handled by) the ActiveControl in the composite cell editor.
The return value is True if the character in UTF8Key is handled in the method.
|
Contains the active editor control for the composite cell editor. |
|
|
Performs actions needed to handle a UTF-8-encoded key press message for the control. |
|
|
Allows the form to intercept keystrokes in child controls. |
Version 4.0 | Generated 2025-05-03 | Home |