Click or drag to resize

ListView.SelectItem Method

X#
Select or deselect a specific item in a list view.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SelectItem(
	nItem,
	lSelect
) AS USUAL CLIPPER
Request Example View Source

Parameters

nItem (Optional)
Type: Usual
Index of the list view items in the list view to be selected or deselected.
lSelect (Optional)
Type: Usual
Select (TRUE) or deselect (FALSE) the item in the list view. The default setting is TRUE.

Return Value

Type: Usual
TRUE if the list view item was selected; otherwise, FALSE.
See Also