Vcl.RibbonActnCtrls.TRibbonSpinEdit.KeyPress

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure KeyPress(var Key: Char); override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinEdit

Description

Répond à l'entrée clavier.

KeyPress répond aux événements d'enfoncement de touche. La méthode utilise IsValidChar pour valider la touche. Le paramètre Key est la touche du clavier.

Voir aussi