Table and Cells
Posted: Tue Feb 10, 2009 8:07 pm
If I rve.SearchText in Table by a certain text was found and selected.
I would also like the cell (row and column) in a label.caption read.
For example, during a similar Stringgrid.
Label1.Caption: = 'Row:'+ IntToStr (Stringgrid.row);
Label2.Caption: = 'Col:' + IntToStr (Stringgrid.Col);
My question:
Is that when Richview.table .... possible?
If yes - then how!
Please if possible, a sample code
Best Regards
Jmich
I would also like the cell (row and column) in a label.caption read.
For example, during a similar Stringgrid.
Label1.Caption: = 'Row:'+ IntToStr (Stringgrid.row);
Label2.Caption: = 'Col:' + IntToStr (Stringgrid.Col);
My question:
Is that when Richview.table .... possible?
If yes - then how!
Please if possible, a sample code
Best Regards
Jmich