GetAllText Equivalent for TRVTableCellData

General TRichView support forum. Please post your questions here
Post Reply
DickBryant
Posts: 148
Joined: Wed Dec 07, 2005 2:02 pm
Contact:

GetAllText Equivalent for TRVTableCellData

Post by DickBryant »

I know I can do a save of the cell data to a hidden rve and then use GetAllText on the rve. Is there a faster way? In the worst case I need to do this operation 5000*28 times to do a file conversion from an rvf file with a table containing 5000 28-column rows to a text file containing 5000 strings comprised of the concatenation of the contents of the cells in each row. (It's more complex than that, but basically that's the 'size' of the task).

Thanks,

Dick
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Get GetRVDataText(Cell) or, better, GetRVDataText(Cell.GetRVData)
GetRVDataText is defined in RVGetText.pas, like GetAllText.
Post Reply