Click or drag to resize

BaseListBox.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(
	 nItemNumber AS LONG
) AS LOGIC
Request Example View Source

Parameters

nItemNumber
Type: Long
The number of the item to be deleted. Specify one of the following values:

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also