Vcl.WinXCtrls.TCustomToggleSwitch.KeyUp
Delphi
procedure KeyUp(var Key: Word; Shift: TShiftState); override;
C++
DYNAMIC void __fastcall KeyUp(System::Word &Key, System::Classes::TShiftState Shift);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | TCustomToggleSwitch |
Description
Responds to an end of a key press.
If the Key is vk_Space, the toggle switch changes state.