trichview.support
| 
 inserting picture middle  | 
| 
 Author  | 
 Message  | 
| 
 Allen  | 
 Posted: 04/18/2003 11:44:24 Hi, I use the following codes: ========================= procedure TForm1.Button1Click(Sender: TObject); var bmp:tbitmap; begin bmp:=tbitmap.create; bmp.loadfromfile('d:\flag.bmp'); r.InsertPicture('',bmp,rvvaMiddle); end; r.format; ========================= It seems that the picture inserted as a normal rvvaBaseline. Does the rvvaMiddle exists or I need to add extra codes. Thank you all!  | 
Powered by ABC Amber Outlook Express Converter