KeyUp event (ILEADRasterView)
Visual Basic example
Visual C++ 5.0 example
Delphi 4 example
C++ Builder example
Syntax
void KeyUp (short KeyCode, short Shift);
Overview
Refer to Detecting Events.
Remarks
Occurs when the user releases a key while an object has the focus. (To interpret ANSI characters, use the KeyPress event.)
See Also
Elements:
KeyDown event, KeyPress event
Topics:
Working with the Control: General Behavior
C++ Builder Problems