Important: The information in this document is obsolete and should not be used for new development.
DisposeCIcon
You can use theDisposeCIconprocedure to release the memory occupied by an icon color record obtained from theGetCIconfunction. TheDisposeCIconprocedure is also available as theDisposCIconprocedure.
PROCEDURE DisposeCIcon (theIcon: CIconHandle);
theIcon- A handle to the color icon record to dispose of.
DESCRIPTION
TheDisposeCIconprocedure disposes of any structure allocated byGetCIcon.