Vcl.RibbonActnCtrls.TRibbonSpinEdit.KeyPress

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure KeyPress(var Key: Char); override;

C++

DYNAMIC void __fastcall KeyPress(System::WideChar &Key);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinEdit

Beschreibung

Antwortet auf Tastatureingabe.

KeyPress antwortet auf Tastendruckereignisse. Die Methode verwendet IsValidChar zur Validierung der Taste. Der Parameter Key ist die Taste der Tastatur.

Siehe auch