博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月25日

摘要: procedure TForm4.frxReport1BeforePrint(Sender: TfrxReportComponent);var obj: TObject;begin obj := Sender.FindObject('Picture1'); if obj <> nil then TfrxPictureView(obj).Picture.Assign(img1.Picture);end;procedure TForm4.frxReport1GetValue(const VarName: string; var Value: Variant);begin 阅读全文

posted @ 2012-04-25 15:53 对镜弹箜篌 阅读(720) 评论(0) 推荐(0)