JVCL Help:TJvAVICapture.OnYield
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAVICapture.OnYield Event
[+] TJvAVICapture Events
[+] TJvAVICapture Fields
[+] TJvAVICapture Methods
[+] TJvAVICapture Properties
Search in JVCL Help
Search in all projectsSummary
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
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