JVCL Help:TJvAVICapture.OnYield

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 when the driver is yielding.


Pascal

 TOnYield = procedure (Sender: TJvAVICapture) ofobject;
propertyOnYield: TOnYield;


Parameters

Parameters Description
Sender The TJvAVICapture component triggering the event.


Description

This a good place to put a call to Application.ProcessMessages even if you must ensure that this call doesn't take too long as the capture is suspended until the end of this event. This event will only be triggered if ueYield 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