Vcl.Controls.TKeyPressEvent
C++
typedef void __fastcall (__closure *TKeyPressEvent)(System::TObject* Sender, System::WideChar &Key);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| typedef | public | Vcl.Controls.hpp | Vcl.Controls | Vcl.Controls |
説明
TKeyPressEvent は、OnKeyPress イベントの関数型です。
TKeyPressEvent は、次のパラメータを保持しています。
| パラメータ | 意味 |
|---|---|
|
Sender |
イベントを生成したコントロール。 |
|
Key |
押されたキー。 |