I want to create a method inside my class called TRVTableItemInfo * GetTable(AnsiString TableName) returning a pointer to a table already created in the past. This method will be used inside aother method, for example: void clsRichView::AddColRight(int nCol) { TRVTableItemInfo *table; table ...
Hi all, i'm starting to use this amazing component but i have quite some questions about managing tables. I did a simple test form with the component TRichVieEdit and a button that creates a table. Table is created correctly, now i wnat to manage that table such has adding or deleting columns/rows ...