Click or drag to resize

ListBox.DeleteItem Method

X#
Remove an item from a list box.

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

Parameters

uItemNumber (Optional)
Type: Usual
The number of the item to be deleted. Specify one of values listed below

Return Value

Type: Usual
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