CImCombine:new CImCombine:Copy

CImCombine:delete


The delete method deletes an instance of the CImCombine class. Use delete when you are finished using the instance of this class.

Syntax

CImCombine:delete()

Example

 

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.

Related Topics

CImCombine, new