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