C
cjfandhf
Unregistered / Unconfirmed
GUEST, unregistred user!
我的代码如下:
var
imagestrm:tblobstream;
begin
imagestrm:=tblobstream.Create(frmdm_back.qradad_image,bmread);
try
if image1.Picture.Graphic.Empty then
image1.Picture.Graphic.LoadFromStream(imagestrm);
finally
imagestrm.Free;
end;
执行出错!请各位大侠指教!别的方法?
var
imagestrm:tblobstream;
begin
imagestrm:=tblobstream.Create(frmdm_back.qradad_image,bmread);
try
if image1.Picture.Graphic.Empty then
image1.Picture.Graphic.LoadFromStream(imagestrm);
finally
imagestrm.Free;
end;
执行出错!请各位大侠指教!别的方法?