function GetCursorType: TCursor;
SCAR Divi 3.21 > Current
Returns the current cursor type as a TCursor.
begin repeat ClearDebug; WriteLn(GetCursorType); Wait(50); until False; end.