ListView.DeleteItem Method (Typed) | |
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
public virtual Usual DeleteItem(
int nItem
)
Request Example
View SourceParameters
- 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