Important: The information in this document is obsolete and should not be used for new development.
DisposeCTable
Use theDisposeCTable
procedure to dispose of aColorTable
record. TheDisposeCTable
procedure is also available as theDisposCTable
procedure.
PROCEDURE DisposeCTable (cTable: CTabHandle);
cTable
- A handle to a
ColorTable
record.DESCRIPTION
TheDisposeCTable
procedure disposes of theColorTable
record whose handle you pass in thecTable
parameter.