Vcl.RibbonActnCtrls.TRibbonSpinEdit.KeyPress
Delphi
procedure KeyPress(var Key: Char); override;
C++
DYNAMIC void __fastcall KeyPress(System::WideChar &Key);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonSpinEdit |
Description
Responds to keyboard input.
KeyPress responds to key press events. The method uses IsValidChar to validate the key. The Key parameter is the keyboard key.