Vcl.Samples.Spin.TSpinEdit.KeyPress

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure KeyPress(var Key: Char); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinEdit


説明

キーボード入力に対応します。

KeyPress は、キー入力イベントに対応します。 このメソッドは、IsValidChar を使用してキーを検証します。

Key パラメータは、キーボード キーです。KeyPress は、KeyPress 継承メソッドを呼び出します。

関連項目