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