WinXListView_DeleteColumn


WinXListView_DeleteColumn (hLV, iColumn)

description

Parameter Description
hLV The handle to the list view control
iColumn The 0 based index of the column to delete

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'delete the first column
WinXListView_DeleteColumn (hLV, 0)

Related Links

List View Controls
WinXAddListView
WinXListView_AddColumn