Search found 1 match

by falko
Fri Dec 17, 2010 9:59 am
Forum: Support
Topic: Get item from table
Replies: 1
Views: 6747

Get item from table

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