GetLine and GetItem problem
Posted: Tue Jun 25, 2013 1:01 pm
Hello,
I have richview with this:
How can I get the whole line 5 ? (name - service) ?
Thanks
I have richview with this:
on delphi I use GetItemText:line1
line2
line3
name - service
Code: Select all
GetItemText(0) = line1
GetItemText(1) = line2
GetItemText(2) = line3
GetItemText(3) = ''
GetItemText(4) = name
GetItemText(5) = - service
Thanks