Skip to content

VideoCursor

property

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

Specifies the cursor that will be displayed in the video window.