Table in cell

General TRichView support forum. Please post your questions here
Post Reply
vit
Posts: 115
Joined: Tue Feb 03, 2009 3:11 pm

Table in cell

Post 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!
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

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 »

Thank you!
Post Reply