Jump to content

How to get colum header name from a Listview


Didou
 Share

Recommended Posts

Hi,

I'm almost sure this topic had already been posted but I didn't find it in forum.

My purpose is to retrieve a list of colum names from a listview.

I know the function to set header column header i.e _GUICtrlListViewSetColumnHeaderText but I'm looking for a fonction like this

CODE
_GUICtrlListViewSetColumnHeaderText ( $h_listview, [$i_col = -1])

Parameters

$h_listview control id/control hWnd

$i_col [optional] Zero based index of column

Return Value

Return the name of specified column

if $i_col = -1 then return the whole header. Ex: col1|col2|col3...

Any suggestions ?

Thank you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...