Navigation:  Classes > bItemList >

bItemList:Delete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes an item.

Class

bItemList

Type

Method

Syntax

<oItemList>:Delete(<iItem> | <oItem>) Æ lSuccess

Arguments

<iItem>Index of the item that is to be removed from the list.
Data Type:Integer

 

<oItem>Item object that is to be removed from the list.
Data Type:Object

Return Value

lSuccessA logical value that indicates whether the item was removed from the list.
TRUEThe item was removed.
FALSEThe item could not be removed.
Data Type:Logic

Description

bItemList:Delete() removes an existing item from the list. The item thereby 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?bitemlist_delete.htm