SelectKeyboard

This function was removed in 5.2.1.5. If your application used this function in a prior release of RFgen, when you upgrade "Sys.SelectKeyboard" will be converted to "SIP.Keyboard".

This function enables the end-user to open a specific keyboard.

Group:  System

Syntax:  enKyBoardMode = SYS.SelectKeyboard

eKeyBoard = (enKeyBoardMode) The keyboard modes available.

kbAlph = Alphabetical keyboard, no punctuation or numbers

kbAlphNum = Alphabetical and Numeric keyboard, no punctuation symbols

kbCustom( ) = the customized keyboard created from the RFgen Mobile Development Studio > Soft Keyboards node

kbFullAlpha = the keyboard with all 26 alphabetical characters and punctuation symbols

kbFullAlpha = the keyboard with all 26 alphabetical characters, punctuation symbols, and numbers

kbNone = prevents/suppress the system keyboards. Disables use of any system keyboards

kbNumeric = numbers only keyboard

kbSIP = the Soft Input Panel keyboard (characters are arranged on keyboard to provide a smaller keyboard)

Example:

SYS.SelectKeyboard = kbFullAlpha

 

Supported Versions:  RFgen 5.0 and 5.1; Removed in 5.2.