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

TWinControl.OnKeyUp

OnKeyUp - event handler for instance when a key is up (not pressed) while the control has focus

Declaration

Source position: controls.pp line 1898

public property TWinControl.OnKeyUp: TKeyEvent
  read FOnKeyUp
  write FOnKeyUp;

Description

OnKeyUp - event handler for instance when a key is up (not pressed) while the control has focus

The key may already have been up when the control received focus, or a pressed key may become released during the time the control has focus.

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