Vcl.Touch.Keyboard.TCustomKeyboardButton.KeyImage

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

Delphi

property KeyImage: TKeyImage read FKeyImage write FKeyImage;

C++

__property Vcl::Touch::Keyboardtypes::TKeyImage KeyImage = {read=FKeyImage, write=FKeyImage, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

説明

TCustomKeyboardButton ボタンのキーの型を示します。

TCustomKeyboardButton ボタンのキーの型を示します。

KeyImage プロパティは TKeyImage 列挙型で、以下の値をサポートします。



意味
-1 kiText
0 kiTab
1 kiShift
2 kiEnter
3 kiBackspace
4 kiUp
5 kiDown
6 kiLeft
7 kiRight



関連項目