trichview.support
AddNL with Table |
Author |
Message |
Christophe |
Posted: 09/05/2002 18:55:31 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