GxImage: KeyPress |
Occurs when the user presses and releases an ANSI key.
Event KeyPress( ByRef KeyAscii As Integer )
[Visual Basic] Event KeyPress(ByRef KeyAscii As Integer)
[Delphi] procedure KeyPress(Sender: TObject; var Key: Char);
[C++] void OnKeyPress(short FAR* KeyAscii);
[Delphi] The Sender parameter indicates which component received the event and therefore called the handler.
Class GxImage Overview GxImage Properties GxImage Methods KeyDown KeyUp