Vcl.Forms.KeyDataToShiftState
Delphi
function KeyDataToShiftState(KeyData: Longint): TShiftState;
C++
extern DELPHI_PACKAGE System::Classes::TShiftState __fastcall KeyDataToShiftState(System::LongInt KeyData);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | Vcl.Forms |
説明
キーボードのメッセージ データを TShiftState に変換します。
現在のキーボード状態と、与えられた KeyData を TShiftState 型に変換します。