JVCL Help:TJvAVICapture.OnError

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvAVICapture.UsedEvents


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