Vcl.Touch.Keyboard.TCustomKeyboardButton.KeyImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyImage: TKeyImage read FKeyImage write FKeyImage;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

Description

Specifies the key type of a TCustomKeyboardButton button.

Specifies the key type of a TCustomKeyboardButton button.

KeyImage is of type TKeyImage enumeration and supports the following values:



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



See Also