Skip to content

NormalCursor

property

Delphi
property NormalCursor: TCursor read GetNormalCursor write SetNormalCursor  default DEF_NormalCursor;
C++Builder
__property System::Uitypes::TCursor NormalCursor = {read=GetNormalCursor, write=SetNormalCursor, default=0};
C#
public TCursors NormalCursor { get; set; }
VB.NET
Public Property NormalCursor As TCursors
C++/Qt
TCursors GetNormalCursor ();
void SetNormalCursor (TCursors Value);

Cursor displayed when a TVideoGrabber's task ends when BusyCursor <> crDefault.

If BusyCursor = crDefault, NormalCursor is ignored.