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));
Code: Select all
table: TRVTableItemInfo;
tag:= PChar(table.Cells[r,c].GetRVData.GetItem(i));