CImCombine:delete
The delete method deletes an instance of the CImCombine class. Use delete when you are finished using the instance of this class.
CImCombine:delete() |
C = CImCombine:new() |
-- create a new instance of of the CImCombine class. |
... |
-- do something with the CImCombine. |
C:delete() |
-- delete the object and its associated memory. |