Click or drag to resize

BaseListBox.DeleteItem Method

X#
Remove an item from a list box.

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

Parameters

nItemNumber (Optional)
Type: Usual
The number of the item to be deleted. Specify one of the following values:

Return Value

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