Purpose
Searches the key code list a keyboard command and executes this.
Class
Type
Method
Syntax
<oKeyCommandList>:Eval(
<bKey>,
[<lAlt>],
[<lShift>,]
[<lCtrl>,]
[<lExt>]
) Æ uResult
Arguments
| <bKey> | The virtual key code of the pressed key. | 
| Data Type: | Byte | 
| <lAlt> | A logical value that indicates whether additionally the key ALT was pressed. | 
| Data Type: | Logic | 
| <lShift> | A logical value that indicates whether additionally the key SHIFT was pressed. | 
| Data Type: | Logic | 
| <lCtrl> | A logical value that indicates whether additionally the key CTRL was pressed. | 
| Data Type: | Logic | 
| <lExt> | A logical value that indicates whether the key code refers to the numeric key block. | 
| Data Type: | Logic | 
Return Value
| uResult | The result of the executed keyboard command. If no keyboard command exists to the specified key code, the value NIL is returned. | 
| Data Type: | Usual | 
Description
bKeyCommandList:Eval() searches for the specified key code a keyboard command. If one exists in the list, this is executed by the method bKeyCommand:Eval() and the result of the method is returned.
See Also
Page url: http://www.YOURSERVER.com/index.html?bkeycommandlist_eval.htm