OnCaptureHotKeyPressed event (Screen Control)
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: |