TiKeyBoard.Style

TiKeyBoard

Specifies the style of keyboard.

style TiKeyBoardStyle = (ikbs104, ikbs87, ikbs74, ikbs61, ikbsNumericKeypad);

property Style : TiKeyBoardStyle ;

Description

Set Style to specify the style of the keyboard. The style specifies the number of keys in the keyboard from a standard list of common key layouts.

These are the possible values:

Value
Meaning
ikbs104
104-Key Keyboard.
ikbs87
87-Key Keyboard. (Same as ikbs104, no keypad)
ikbs74
74-Key Keyboard.(Same as ikbs87, no arrow keys, no insert/delete/page up/page down/home/end/print screen/scroll lock/pause keys)
ikbs61
61-Key Keyboard.(Same as ikbs74, no function keys)
ikbsNumericKeypad
17-Key Numberic Keypad

Example

Delphi

iComponent.Style := ikbs87;

C++ Builder

iComponent->Style = ikbs87;

Contents | Index | Previous | Next