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

TKeyPressEvent

Declaration

Source position: controls.pp line 359

type TKeyPressEvent = procedure(

  Sender: TObject;

  var Key: Char

) of object;