API:FMX.Controls.Presentation.TKeyInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !