Click or drag to resize

ListBox.DeleteItem Method (Typed)

X#
Remove an item from a list box.

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

Parameters

nItem
Type: Long
The number of the item to be deleted. Specify one of values listed below

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Value Position 0 The currently selected item. This is the default. 1 The first item. n The nth item.
See Also