Skip to content

Busy

property, read-only

Delphi
property Busy: Boolean read GetBusy;
C++Builder
__property bool Busy = {read=GetBusy, nodefault};
C#
public bool Busy { get; }
VB.NET
Public ReadOnly Property Busy As Boolean
C++/Qt
BOOL GetBusy ();

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.