[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handler for a character entered by the user.
Source position: controls.pp line 2195
public property TWinControl.OnUTF8KeyPress : TUTF8KeyPressEvent |
This handler only receives characters, not control or other special keycodes. Control keys should be handled by an OnKeyDown handler instead.
The handler can convert the character into a different one.
While OnKeyPress only receives Ansi characters, with possible loss of characters outside the Ansi codepage, the OnUTF8KeyPress handler receives the UTF-8 character code.
|
Handler for keyboard key pressed. |
|
|
Handler for a character entered by the user. |
lazarus-ccr.sourceforge.net |