Cloning Objects In Flex
When cloning objects in PHP you simply do: You can do the same thing in Flex: However, this function is only designed to clone data objects. Meaning only objects that holds pure data. It will not work for objects like UIComponent. For the later instance, you will need to create …