Page 1 of 1

Table in cell

Posted: Fri Mar 20, 2009 3:37 pm
by vit
Hi!
There is a table (t1) wich placed in one of cells of another table (t2). A focus is in cell of t1. So how I can delete current col/row of t1?
Thanks!

Posted: Fri Mar 20, 2009 4:08 pm
by Sergey Tkachenko
All TRichViewEdit examples for table operations uses GetCurrentItemEx method to get the current table.
In your example, this method returns t1.

Posted: Fri Mar 20, 2009 4:16 pm
by vit
Thank you!