|
RAD Studio VCL Reference
|
TKeyPressEvent is the function type for an OnKeyPress event.
TKeyPressEvent = procedure (Sender: TObject; var Key: Char) of object;
(Sender: TObject; var Key: Char) ( TKeyPressEvent)();
TKeyPressEvent has the following parameters:
|
Parameter |
Meaning |
|
Sender |
The control that generated the event. |
|
Key |
The key that is pressed. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|