Page 1 of 1

What is TRVGrid?

Posted: Mon Feb 20, 2012 7:56 pm
by jhonalone
I'm trying to use TRVGRid component, but I don't know how can I edit text into cells. Is it possible?
Thank you.
Best Regards.

Posted: Tue Feb 21, 2012 7:29 pm
by Sergey Tkachenko
TRVGrid is an analog of TDrawGrid. It does not have text in cells.
This is a lightweight grid component used in RichViewActions dialogs, for example in "Insert Symbol" dialog. It is used instead of TDrawGrid because TDrawGrid is a "heavyweight" component, it increases a size of exe file if used.

Posted: Sat Feb 25, 2012 3:05 pm
by jhonalone
Thank you very much. Sergey