JVCL Help:TJvAVICapture.OnStatus

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 a status change.


Pascal

 TOnStatus = procedure (Sender: TJvAVICapture; nId: Integer; Str: string) ofobject;
propertyOnStatus: TOnStatus;


Parameters

Parameters Description
Str The string associated with that status change.
nId The id of the status change (see win32 API for more details).
Sender The TJvAVICapture component triggering the event.


Description

Use this event to follow the progress of a capture session. This event will only be triggered if ueStatus 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