trichview.support
Re: AddNL with Table |
Author |
Message |
Christophe |
Posted: 09/07/2002 0:08:18 "Sergey Tkachenko" <svt@trichview.com> wrote: >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 > > Thank you Regards Good week end Christophe |
Powered by ABC Amber Outlook Express Converter