DisposeCCursor
You use theDisposeCCursorprocedure to dispose of all records allocated by theGetCCursorfunction. TheDisposeCCursorprocedure is also available as theDisposCCursorprocedure.
PROCEDURE DisposeCCursor (cCrsr: CCrsrHandle);
cCrsr- A handle to the color cursor to be disposed of.
DESCRIPTION
TheDisposeCCursorprocedure disposes of memory allocated by theGetCCursorfunction. You should useDisposeCCursorfor each call to theGetCCursorfunction (described on page 8-24).