Click or drag to resize

ListView.Update Method (Typed)

X#
Update a list view item.

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

Parameters

nItem
Type: DWord
The index of the list view item to update.

Return Value

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