Vcl.Forms.KeyDataToShiftState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function KeyDataToShiftState(KeyData: Longint): TShiftState;

C++

extern DELPHI_PACKAGE System::Classes::TShiftState __fastcall KeyDataToShiftState(int 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.

Siehe auch