[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Called by the interface after the navigation and specials keys are handled; i.e. after KeyDown but before KeyPress.
Source position: controls.pp line 2273
public function TWinControl.IntfUTF8KeyPress( |
var UTF8Key: TUTF8Char; |
RepeatCount: Integer; |
SystemKey: Boolean |
):Boolean; virtual; |
UTF8Key |
|
The UTF-8 encoding of the character. |
RepeatCount |
|
Must be greater than zero, the exact value is ignored |
SystemKey |
|
Must be False, else nothing happens. |
True when multiple keystrokes have been processed.
Essentially expands an repeat count into multiple keystrokes, but not for SysKeys.
lazarus-ccr.sourceforge.net |