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