API:FMX.Controls.Presentation.TKeyInfo

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation

Description

Embarcadero Technologies does not currently have any additional information.