OnCaptureHotKeyPressed event (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

void __fastcall CaptureHotKeyPressed(TObject *Sender, int nHotKeyType)

Delphi Syntax

procedure CaptureHotKeyPressed(Sender: TObject; nHotKeyType: Integer);

Overview

Refer to Implementing Screen Capture.

Remarks

Generated after the CaptureHotKey property is pressed.

You can use this event to initialize any variables or properties before beginning capture.

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

See Also

Elements:

CaptureHotKey property, CaptureHotKeyModifiers property