Unit 'CalcForm' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCalculatorCalcKeyEvent

Specifies an event handler signalled for Key events occurring in TCalculatorForm.

Declaration

Source position: calcform.pas line 36

type TCalculatorCalcKeyEvent = procedure(

  var key: char

) of object;

Arguments

key

  

Key value examined in the event handler.



CT Web help

CodeTyphon Studio