Vcl.Forms.KeyboardStateToShiftState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function KeyboardStateToShiftState(const KeyboardState: TKeyboardState): TShiftState;
function KeyboardStateToShiftState: TShiftState; overload;

C++

extern DELPHI_PACKAGE System::Classes::TShiftState __fastcall KeyboardStateToShiftState(const Winapi::Windows::TKeyboardState &KeyboardState)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Beschreibung

Konvertiert das Array der virtuellen Tasten in TShiftState.

Konvertiert das gegebene Array der virtuellen Tasten KeyboardState in einen TShiftState-Typ. Dieses Array kann von der Windows-Funktion GetKeyboardState bereitgestellt werden.

Siehe auch