JVCL Help:TJvAVICapture.OnError
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAVICapture.OnError Event
[+] TJvAVICapture Events
[+] TJvAVICapture Fields
[+] TJvAVICapture Methods
[+] TJvAVICapture Properties
Search in JVCL Help
Search in all projectsSummary
The event triggered in case of an error.
Pascal
TOnError = procedure (Sender: TJvAVICapture; nErr: Integer; Str: string) ofobject;
propertyOnError: TOnError;
Parameters
Parameters | Description |
Str | The string associated with this error. |
nErr | The error number. |
Sender | The TJvAVICapture component triggering the event. |
Description
This event is called whenever the system encountered an error during a capture session This event will only be triggered if ueError is in UsedEvents.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page