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

TBitBtn.OnKeyPress

Event handler signalled when a key is pressed while the control has focus.

Declaration

Source position: buttons.pp line 290

published property TBitBtn.OnKeyPress : TKeyPressEvent;

Description

OnKeyPress differs from OnKeyDown in that the key needs to become pressed while the control has focus; with OnKeyDown the key may have already been down when the control received focus.

See also

TWinControl.OnKeyPress

  

Event handler signalled for character data entered by the user.