Vcl.Forms.KeyDataToShiftState

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function KeyDataToShiftState(KeyData: Longint): TShiftState;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

説明

キーボードのメッセージ データを TShiftState に変換します。

現在のキーボード状態と、与えられた KeyDataTShiftState 型に変換します。

関連項目