Page 1 of 1

Get item from table

Posted: Fri Dec 17, 2010 9:59 am
by falko
Hi,
I would ask how I can get item from a table.
I try so (for example):

Code: Select all

table: TRVTableItemInfo;
tag:= PChar(table.Cells[r,c].GetRVData.GetItem(i));
but it doesn't work, with this method i get only plain text but not the tags

Posted: Fri Dec 17, 2010 6:19 pm
by Sergey Tkachenko
tag:= PChar(table.Cells[r,c].GetRVData.GetItemTag(i));