Hello
thanks, this workaround works.
Search found 2 matches
- Tue Jan 03, 2006 9:49 am
- Forum: Support
- Topic: Insert Table in TCustomRVData
- Replies: 2
- Views: 12550
- Fri Dec 30, 2005 12:30 pm
- Forum: Support
- Topic: Insert Table in TCustomRVData
- Replies: 2
- Views: 12550
Insert Table in TCustomRVData
Hello
I create a TRVTableItemInfo-Object (named Table) and fill it with Cols and Rows. If i insert into a TCustomRVData-Object (named RVData) this way, all is fine :
RVData->AddItem("", Table);
But I want to insert the Table at Positon CurPos, not append it at the End or in the Position of ...
I create a TRVTableItemInfo-Object (named Table) and fill it with Cols and Rows. If i insert into a TCustomRVData-Object (named RVData) this way, all is fine :
RVData->AddItem("", Table);
But I want to insert the Table at Positon CurPos, not append it at the End or in the Position of ...