API:Vcl.Touch.Keyboard.TKeyCaptions.TKeyCaption

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

      TKeyCaption = record
        Name, Value, Language: string;
      end;

C++

struct DECLSPEC_DRECORD TKeyCaption
{
public:
    System::UnicodeString Name;
    System::UnicodeString Value;
    System::UnicodeString Language;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TKeyCaptions

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 !