Vcl.Forms.KeyDataToShiftState
Delphi
function KeyDataToShiftState(KeyData: Longint): TShiftState;
C++
extern DELPHI_PACKAGE System::Classes::TShiftState __fastcall KeyDataToShiftState(System::LongInt KeyData);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | Vcl.Forms |
Beschreibung
Konvertiert Tastaturmeldungsdaten in TShiftState.
Konvertiert den aktuellen Tastaturstatus und gegebene KeyData in einen TShiftState-Typ.