JVCL Help:TJvAVICapture.OnCapControl

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 you want to use precise capture control.


Pascal

 TOnCapControl = procedure (Sender: TJvAVICapture; nState: Integer; var Result: Boolean) ofobject;
propertyOnCapControl: TOnCapControl;


Parameters

Parameters Description
Result To be set to true if capture must continue, false if it must stop.
nState The state in which the capture is (refer to API for details).
Sender The TJvAVICapture component triggering the event.


Description

Please refer to the WIN32 API for details on using the precise capture control. Will only be triggered if ueCapControl 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