SaveScreenshot
From SCAR Divi Manual
Definition
procedure SaveScreenshot(s: AnsiString);
Availability
SCAR Divi 3.00 > Current
Description
Saves a screenshot of the entire selected client window to a path specified by s.
Example
begin SaveScreenshot(ScreenPath + 'test.bmp'); end.