ObjectID =  icon .clone  (  ObjectID  )  
                           
Description :

This instruction clones a icon.

Parameters :

  • ObjectID of the icon.

Return Handle :

  • ObjectID of the clone.

Notes :


Cloned icons have individual ObjectIDs which share the same bitmap. As a result, they can be manipulated independently.

When a cloned icon is killed, the associated bitmap is only removed from computer memory if all other associated clones have been killed.

Examples :