onColumnClick (idControl, iColumn)
This callback is invoked when the user clicks a column in a list view control
Parameter | Description |
---|---|
idControl | The id of the list view control the user clicked |
iColumn | The 0 based index of the column in the list view control that the user clicked |
0
This is a callback function. You must supply it yourself. To register this callback, use the WinXRegOnColumnClick function.
' A simpe onColumnClick callback
END FUNCITON |