Purpose
Removes a keyboard command.
Class
Type
Method
Syntax
<oKeyCommandList>:Delete(<oKeyCommand>) Æ lSuccess
<oKeyCommandList>:Delete(<iKeyCommand>) Æ lSuccess
<oKeyCommandList>:Delete(<symCommand>) Æ lSuccess
Arguments
| <oKeyCommand> | The keyboard command object that is to be removed from the list. | 
| Data Type: | bKeyCommand | 
| <iKeyCommand> | The index of the keyboard command that is to be removed from the list. The index refers to the list of the keyboard commands. | 
| Data Type: | Integer | 
| <symCommand> | The name of the method to which the keyboard command is to be removed from the list. | 
| Data Type: | Symbol | 
Return Value
| lSuccess | A logical value that indicates whether the keyboard command was removed or not from the list. | 
| TRUE | The keyboard command was removed or not. | 
| FALSE | The keyboard command could not be removed. | 
| Data Type: | Logic | 
Description
bKeyCommandList:Delete() removes an existing keyboard command from the list. The keyboard command is only removed from the list without to be deleted.
See Also
Page url: http://www.YOURSERVER.com/index.html?bkeycommandlist_delete.htm