StopCapture method (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

Int __fastcall StopCapture(void);

Delphi Syntax

function StopCapture : Integer;

Overview

Refer to Implementing Screen Capture.

Remarks

Stops the capture process.

Note: You must call StopCapture if a capture operation has been started (for example, waiting for a hot key to be pressed) before you allow your main window/application to terminate.

See Also

Elements:

CaptureHotKey property, OnCaptureHotKeyPressed event, IsCaptureActive method