trichview.support
| Re: inserting picture middle | 
| Author | Message | 
| Allen | Posted: 04/18/2003 21:40:09 Hi, I found this in the demo. Sorry for the RUSH. Thanks. "Allen" <[email protected]> wrote: > >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