API:Vcl.Touch.Keyboard.TKeyCaptions.TKeyCaption

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TKeyCaptions

説明

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