ListView.DeleteItem Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DeleteItem(
Usual nItem = default
)
Request Example
View SourceParameters
- 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