IsCaptureActive method (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

bool __fastcall IsCaptureActive(void);

Delphi Syntax

function IsCaptureActive: Boolean;

Overview

Refer to Implementing Screen Capture.

Remarks

Indicates whether a capture operation has been started or not.

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