Handler for a character entered by the user.
Source position: controls.pp line 2288
public property TWinControl.OnKeyPress : TKeyPressEvent |
This handler only receives characters, not control or other special key codes. Control keys should be handled by an OnKeyDown handler instead. The handler can also be used to convert the character into a different one.
Remark: | We recommend using OnUTF8KeyPress to prevent data loss. Characters are converted from UTF-8 to the system encoding in OnKeyPressEvent, with possible loss of characters outside the ANSI codepage. |
|
Handler for keyboard key pressed. |
|
|
Handler for a character entered by the user. |
CT Web help |
CodeTyphon Studio |