Subject | Timage1.Picture.Graphic.Assign(MyIB_Query.FieldByName('picture')..., how ? |
---|---|
Author | hamacker |
Post date | 2007-12-14T18:00:40Z |
There is a way to load jpeg field into a TImage without streams or
save/load from file, using only assign/assignto ?
I load jpeg to tparams without a problem, like this :
MyIB_Query.ParamByName('p_jpeg_fotografia').Assign(Timage1.Picture.Graphic);
But a inverse operation, tquery field to timage, until now not possible.
save/load from file, using only assign/assignto ?
I load jpeg to tparams without a problem, like this :
MyIB_Query.ParamByName('p_jpeg_fotografia').Assign(Timage1.Picture.Graphic);
But a inverse operation, tquery field to timage, until now not possible.