Click or drag to resize

ListView.DeleteItem Method (Typed)

X#
Delete a ListViewItem object from the list view.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DeleteItem(
	nItem AS LONG
) AS USUAL
Request Example View Source

Parameters

nItem
Type: Long
The index of the ListViewItem object to delete from the list view.

Return Value

Type: Usual
TRUE if the item was deleted successfully; otherwise, FALSE.
See Also