[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.DoUTF8KeyPress

Tries all OnUTF8KeyPress handlers; the Parent OnUTF8KeyPress handler is tried first.

Declaration

Source position: controls.pp line 2193

protected function TWinControl.DoUTF8KeyPress(

  var UTF8Key: TUTF8Char

):Boolean; virtual;

Arguments

UTF8Key

  

UTF-8-encoded character examined in the method.

Function result

True if the key was handled.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.