Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

ppImage

edited April 2009 in General

Hi,

I have a field (ftGraphic) in a TClientDataSet. How do I get the
picture in this field into a TppImage

Arno

Comments

  • edited April 2009
    Hi Arno,

    Try using a DBImage instead connected to a pipeline. This will
    automatically load the image from the dataset.

    Otherwise you could stream the image data and load it into the
    TppImage.Picture.Graphic object using the LoadFromStream routine.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited April 2009
    Nico Cizik (Digital Metaphors) wrote:


    Thanks Nico

    --
This discussion has been closed.