Purpose |
Display a one-line onscreen alphanumeric keypad starting from a given ASCII code |
Parameters |
AlphaKeyStart | - ASCII code of the starting character on the keypad.
|
KeySelected | - The nth key to the right of starting character to be highlighted.
|
x | - x-coordinate of the upper-left corner of this keypad.
|
y | - y-coordinate of the upper-left corner of this keypad.
|
KeySize | - Size of the keys (1 or 2 only)
|
|
Examples |
ALPHAPAD_SHOW 62,5,0,40,1 |
Comments: |
For a complete example please download the sample program:
WxDemo.PC7
|
See Also |
NUMPAD_SHOW |