BaseListBox.GetItem Method | |
Retrieve the text of a specified list box item.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItem(
nItemNumber,
nLength
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetItem(
Usual nItemNumber = default,
Usual nLength = default
)
Request Example
View SourceParameters
- nItemNumber (Optional)
- Type: Usual
The number of the desired item. Specify one of the following values:
Value | Position |
---|
0 | The currently selected item. |
1 | The first item. |
n | The nth item. |
- nLength (Optional)
- Type: Usual
Optional numeric value that indicates how long the returned string should be.
Return Value
Type:
Usual
The text of the specified item.
See Also