OnCaptureImage event (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

void __fastcall LEADScr1CaptureImage(TObject *Sender, int nCurrentCaptureNo)

Delphi Syntax

procedure TForm1.LEADScr1CaptureImage(Sender: TObject; nCurrentCaptureNo: Integer);

Overview

Refer to Implementing Screen Capture.

Remarks

Generated after each image is captured, using any of the capture methods.

You can use this event to copy, display, save, or otherwise handle the images that are captured during a multi capture operation.

You can stop a multi capture operation by calling the StopCapture method.

See Also

Elements:

CaptureEXEDlg method, Bitmap property, CaptureActiveClient method, CaptureActiveWindow method, CaptureEXE method, CaptureMenuUnderCursor method, CaptureWindowUnderCursor method, CaptureWallPaper, CaptureSelectedObject method, CaptureMouseCursor method, CaptureOptionDlg method, CaptureAreaOptionDlg method, CaptureObjectOptionDlg method, CaptureFullScreen method