Set TfrxPictureView at run time ?



Hello,
I want set TfrxPictureView picture at run time , from Graphics::TBitmap,
How can do it ?

Best Reagrds,
M.T

Comments

  • edited 3:27AM
    from delphi :
    Report.OnBeforePrint event:

    if Sender.Name = 'Picture name' then
    TfrxPictureView(Sender).Picture.Bitmap.Assign(Bitmap);

Leave a Comment