ObjectID =  panel .clone  (  ObjectID  )  
                           
Description :

This instruction clones a panel.

Parameters :

  • ObjectID of the panel.

Return Handle :

  • ObjectID of the clone.

Notes :


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

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

Examples :