trichview.com

trichview.support




Re: table with backgroundImage


Return to index


Author

Message

Sergey Tkachenko

Posted: 11/10/2003 1:14:30


table := TRVTableItemInfo.CreateEx(1,1, RichViewEdit1.RVData);

table.BackgroundImage := image1.Picture.Graphic;

table.BackgroundStyle := rvbsTiled; // Centered, Stretched

RichViewEdit1.AddItem('', table);





Powered by ABC Amber Outlook Express Converter