Vcl.Forms.KeysToShiftState

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

Delphi

function KeysToShiftState(Keys: Word): TShiftState;

C++

extern DELPHI_PACKAGE System::Classes::TShiftState __fastcall KeysToShiftState(System::Word Keys);

プロパティ

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

説明

マウス イベント パラメータを TShiftState に変換します。

Keys パラメータを TShiftState 型に変換します。Keys パラメータには、マウス ボタンの状態を表すフラグと、マウス イベント発生時の CTRL キーと SHIFT キーが含まれます。

関連項目