ComboBoxEx.DeleteItem Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual DeleteItem(
Usual nItemNumber = default
)
Request Example
View SourceParameters
- 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