Click or drag to resize

ListViewItem.SetValue Method

X#
Set the value of a column.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetValue(
	uNewValue,
	symColumnName
) AS USUAL CLIPPER
Request Example View Source

Parameters

uNewValue (Optional)
Type: Usual
The value to be added to the column.
symColumnName (Optional)
Type: Usual
The symbolic name of the column whose value you want to set.

Return Value

Type: Usual
Examples
See the ListView:AddItem() method for sample syntax.
See Also