Vcl.WinXCtrls.TCustomToggleSwitch.KeyUp

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

Delphi

procedure KeyUp(var Key: Word; Shift: TShiftState); override;

C++

DYNAMIC void __fastcall KeyUp(System::Word &Key, System::Classes::TShiftState Shift);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomToggleSwitch


説明

キー押下げの終了に応答します。

Keyvk_Space の場合は、トグル スイッチの状態が変化します。

関連項目