TVideoGrabber.Busy

Prev

Next

TVideoGrabber

Properties

 




































































































Returns true if TVideoGrabber is in an intermediary state.


Declaration
property Busy: Boolean read GetBusy;


__property bool Busy=read=GetBusy, nodefault


Property Busy As Boolean

Description

Returns true if TVideoGrabber is in an intermediary state (e.g. during preview or recording startup) and cannot execute commands immediately.
However, commands and property changes received by the component during a busy state are queued and executed as soon as the component becomes available.