Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetListViewItemText Question
#3
Many thanks for dealing with it. I overcame the problem by making first a dummy call to column 0.

Function tempf07
Code:
Copy      Help
int hwnd=win(" - Main" "TForm1")
int vFileList=child("" "TListView" hwnd) ;;list
str vColEntry
int item=227
GetListViewItemText(vFileList item &vColEntry 0) ;; Dummy call
GetListViewItemText(vFileList item &vColEntry 3)

out F"{item} {vColEntry}"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)