Click or drag to resize

ListView.Update Method

X#
Update a list view item.

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

Parameters

nItem (Optional)
Type: Usual
The index of the list view item to update.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also