General TRichView support forum. Please post your questions here
vit
Posts: 115 Joined: Tue Feb 03, 2009 3:11 pm
Post
by vit » Fri Mar 20, 2009 3:37 pm
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!
Sergey Tkachenko
Site Admin
Posts: 17559 Joined: Sat Aug 27, 2005 10:28 am
Contact:
Post
by Sergey Tkachenko » Fri Mar 20, 2009 4:08 pm
All TRichViewEdit examples for table operations uses GetCurrentItemEx method to get the current table.
In your example, this method returns t1.
vit
Posts: 115 Joined: Tue Feb 03, 2009 3:11 pm
Post
by vit » Fri Mar 20, 2009 4:16 pm
Thank you!