TVideoGrabber.BusyCursor

Prev

Next

TVideoGrabber

Properties

 




































































































Cursor displayed when TVideoGrabber is in a busy state.


Declaration
property BusyCursor: TCursor read GetBusyCursor write SetBusyCursor default DEF_BusyCursor;


__property Controls::TCursor BusyCursor=read=GetBusyCursor, write=SetBusyCursor, default=- 11


Property BusyCursor As TxCursors

Description

Sets or retrieves the cursor displayed while the component processes significant tasks (like reencodinging or copying captured data, restarting preview or capture).
The BusyCursor is displayed when the task begins, and then, the NormalCursor is displayed when the task ends.
Set BusyCursor to crDefault to disable this feature. In this case NormalCursor is ignored.