Vcl.Touch.Keyboard.TKeyCaptions.TKeyCaption

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

Delphi

TKeyCaption = record

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

説明

TKeyCaption は、TKeyCaptions クラスにデータを保持するために使用されるレコードです。

TKeyCaption は、TKeyCaptions クラスにデータを保持するために使用されるレコードです。

TKeyCaption には以下の項目が含まれます。



名前 文字列
文字列
言語 文字列



関連項目