Click or drag to resize

ListView.AddColumn Method

X#
Add a new ListViewColumn object to the end of the list view's list of columns.

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

Parameters

oListViewColumn (Optional)
Type: Usual
The ListViewColumn object to add to the list view.

Return Value

Type: Usual
TRUE if the column was added successfully; otherwise, FALSE.
Examples
X#
1SELF:oDClvPlayers:AddColumn( ListViewColumn{15, HyperLabel{ String2Symbol( "cName" ), "Recipient"}})
See Also