HbListBox() > Methods xHarbour Developers Network  

oHbListBox:delItem()

Removes a list box item from a HbListBox object.

Syntax

:delItem( <nItemPos> ) --> self

Arguments

<nItemPos>
This is a numeric value specifying the ordinal position of the list box item to remove from the list box. Items are numbered from 1 to :itemCount.

Description

Method :delItem() is used to remove a single list box item from a HbListBox object. The method returns the HbListBox object. Use method :getItem() to preserve the list box item before it is deleted.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe