Get item from table
Posted: Fri Dec 17, 2010 9:59 am
Hi,
I would ask how I can get item from a table.
I try so (for example):
but it doesn't work, with this method i get only plain text but not the tags
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));