SECListBar::DeleteItem
BOOLSECListBar::DeleteItem(intnItem)
Call this function to remove a specific item from the list.
Defined in: listbar.cpp
Return Value
Returns TRUE on success; FALSE otherwise.
Parameters
nItem
The index value of the item to be removed.
See Also