API:FMX.Controls.Presentation.TKeyInfo

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

Delphi

  TKeyInfo = record
    Key: Word;
    KeyChar: System.WideChar;
    Shift: TShiftState;
  end;

C++

struct DECLSPEC_DRECORD TKeyInfo
{
public:
    System::Word Key;
    System::WideChar KeyChar;
    System::Classes::TShiftState Shift;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。