Vcl.Forms.KeyDataToShiftState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function KeyDataToShiftState(KeyData: Longint): TShiftState;

C++

extern DELPHI_PACKAGE System::Classes::TShiftState __fastcall KeyDataToShiftState(int KeyData);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

Convert keyboard message data to TShiftState.

Convert the current keyboard state and given KeyData to a TShiftState type.

See Also