Vcl.WinXCtrls.TCustomToggleSwitch.KeyDown

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomToggleSwitch


Beschreibung

Reagiert auf einen Tastendruck.

Wenn Key vk_Space ist, setzt KeyDown ein Flag, das KeyUp verwendet.

Siehe auch