Search found 2 matches

by Stefan Hempel
Tue Jan 03, 2006 9:49 am
Forum: Support
Topic: Insert Table in TCustomRVData
Replies: 2
Views: 12550

Hello

thanks, this workaround works.
by Stefan Hempel
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 ...