:html
<<
128.176
Keyboard-Object|Keyboard
--
The IP-Object <!RW>Keyboard provides the screen representation of a virtual Keyboard which can be freely defined.
>>

<<
128.176.2
Procedures of the Keyboard-Object|Procedures
--
>>
<<
128.176.2.1
Keyboard.Setup|Setup
--
<!DEF>
procedure <!TW>KeyBoard.Setup (rLayoutNr : real; sFileName : string);
<!TXT>
Informs the Keyboard to use the data from the file <!PW>sFileName (extension .KEY) as the layout with number <!PW>rLayoutNr (1..10)
>>

<<
128.176.2.2
Keyboard.Show|Show
--
<!DEF>
procedure <!TW>KeyBoard.Show [(rLayoutNr : real)];
<!TXT>
Activates the Keyboard with layout <!PW>rLayoutNr (0..10) 0 = Default-Layout.

If the <!PW>rLayoutNr is not specified, then the one that was last activated will be used.
>>

<<
128.176.2.3
Keyboard.Hide|Hide
--
<!DEF>
procedure <!TW>KeyBoard.Hide;
<!TXT>
Hides the Keyboard.
>>
