CRT Documentation: Reference |
[This function does not have a corresponding DOS function.]
Changes the appearance of the cursor.
procedure SetCursorType( Cursor: integer; Custom: longword = 15; Visible: boolean = True );
If Cursor contains any other value, then this parameter is ignored.
If Cursor contains any other value, then this parameter is ignored.
This procedure can be used to set the visibility and appearance of the cursor in your console application. Internally this procedure calls the Win32 API function SetConsoleCursorInfo. Any limitations imposed by the Win32 API function will also propagate to this procedure.
Crt Overview, CursorType constants