Purpose
Removes an item.
Class
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
| lSuccess | A logical value that indicates whether the item was removed from the list. |
| TRUE | The item was removed. |
| FALSE | The 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
Page url: http://www.YOURSERVER.com/index.html?bitemlist_delete.htm