Navigation:  Classes > bKeyCommandList >

bKeyCommandList:Delete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes a keyboard command.

Class

bKeyCommandList

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

lSuccessA logical value that indicates whether the keyboard command was removed or not from the list.
TRUEThe keyboard command was removed or not.
FALSEThe 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

bItemList:Add()

bItemList:Clear()

bItemList:Exist()

 


Page url: http://www.YOURSERVER.com/index.html?bkeycommandlist_delete.htm