trichview.support
Re: AddNL with Table |
Author |
Message |
Sergey Tkachenko |
Posted: 09/05/2002 18:19:53 I guess you set rvstyle.TextStyles[0].Unicode = True. If yes, use either AddNLATag('Hello',0,0,0); or AddNLWTag('Hello',0,0,0); (both functions will work correctly in this case) > > var table:TRVTableItemInfo; > .. > table := TRVTableItemInfo.CreateEx(5, 5, MyRichViewEdit.RVData); > table.Color := clYellow; > table.Cells[0,0].AddNL('Hello',0,0); > MyRichViewEdit.InsertItem('5x5 table', table); > > Hi, > > I followed this exemple but I only have two symbols and not the word Hello. > Regards |
Powered by ABC Amber Outlook Express Converter