Click or drag to resize

ComboBoxEx.DeleteItem Method

X#
Remove an item from the ComboBox object.

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. If omitted, defaults to the current item.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
Overrides the DeleteItem() method of its parent class to implement the same behavior for ComboBoxEx objects.
See Also