ListBox.DeleteItem Method (Typed) | |
Remove an item from a list box.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteItem(
nItem AS LONG
) AS LOGIC
public override bool DeleteItem(
[DefaultParameterValueAttribute(0, 0)] int nItem
)
Request Example
View SourceParameters
- nItem
- Type: Long
The number of the item to be deleted. Specify one of values listed below
Return Value
Type:
Logic
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