i cant seem to get the property as text or content
heres my code in a function:

im trying to get the column headings for a list view. There after i will get the list view items as well...

For i = 1 to iColCount
Result = SQAGetProperty(RecogStr, "text", ColHeadings(i))
print Result
if result <>SQASuccess then
exit function
end if
SQAConsoleWrite ColHeadings(i)
Next

gives error 1005 = property not found

im using robot 7.0.0.0
thanks