PyCListBox
.DeleteString
int =
DeleteString(
pos
)
Deletes an item from a listbox.
Parameters
pos
: int
The zero based index of the item to delete.
MFC References
CListBox::DeleteString
Return Value
The count of the items remaining in the list.