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