Click or drag to resize

ListView.DeleteItem Method

X#
Delete a ListViewItem object from the list view.

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

Parameters

nItem (Optional)
Type: Usual
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