ListView.Update Method (Typed) | |
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
public virtual Usual Update(
uint nItem
)
Request Example
View SourceParameters
- nItem
- Type: DWord
The index of the list view item to update.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also