KeyDown event (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void KeyDown (short KeyCode, short Shift);

Overview

Refer to Detecting Events.

Remarks

Occurs when the user presses a key while the Raster View Control has the focus. (To interpret ANSI characters, use the KeyPress event.)

See Also

Elements:

KeyUp event, KeyPress event

Topics:

Working with the Control: General Behavior

 

C++ Builder Problems