CaptureFullScreen Example for Delphi 4.0
This is the example for the Bitmap property.
{set a 3 sec delay}
LEADScr1.CaptureDelay := 3000;
{capture the entire screen}
LEADScr1.CaptureFullScreen();
{copy the captured image to a Main Control}
LEAD1.Bitmap := LEADScr1.Bitmap;