Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
Hey, Jeff,
The simplest solution is to use the Picture.SaveToFile method. Check the online help documentation for some of the more complicated details but a very easy test (in DelphiScript) looks like this:
The simplest solution is to use the Picture.SaveToFile method. Check the online help documentation for some of the more complicated details but a very easy test (in DelphiScript) looks like this:
procedure TestPictureStuff;
var
PictObj;
begin
PictObj := Sys.Desktop;
PictObj.Picture.SaveToFile('C:\TEMP\Desktop.jpg');
end;
Related Content
- 12 years ago
- 2 years ago
Recent Discussions
- 4 days ago
- 4 days ago