Vcl.Touch.Keyboard.TKeyCaptions.TKeyCaption
Delphi
TKeyCaption = record
Name, Value, Language: string;
end;
C++
struct DECLSPEC_DRECORD TKeyCaption
{
public:
System::UnicodeString Name;
System::UnicodeString Value;
System::UnicodeString Language;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Vcl.Touch.Keyboard.pas Vcl.Touch.Keyboard.hpp |
Vcl.Touch.Keyboard | TKeyCaptions |
Description
TKeyCaption is a record used to hold data in the TKeyCaptions class.
TKeyCaption is a record used to hold data in the TKeyCaptions class.
TKeyCaption has the following fields:
| Value | Type |
| Name | String |
| Value | String |
| Language | String |