This is the code I am running
if FileExists(ImageToLoad) then begin
JPG := TJpegImage.Create;
try
JPG.LoadFromFile(ImageToLoad);
Draw(X,Y,JPG);
finally
JPG.Free;
end; //try
end; //if FileExists
The ImageToLoad string is a network path to a busy server where the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.