trichview.com

trichview.support




Re: How to read  the contents of the table.


Return to index


Author

Message

Sergey Tkachenko

Posted: 08/02/2002 10:44:34


Where do you want to read it?

For example, table can be written and read to/from stream

(table.SaveToStream, LoadFromStream).


This code iterates through all items in all cells of table


for r := 0 to table.Rows.Count-1 do

  for c := 0 to table.Rows[r].Count-1 do

    if table.Cells[r,c]<>nil then

      for i := 0 to table.Cells[r,c].GetRVData.Items.Count-1 do

        ...



> Hello,

>

> I want to read the content of each cell in the table . how to go ahead.

>

> Thanks,

>

>

>





Powered by ABC Amber Outlook Express Converter