387 B
387 B
removeObject
Removes a child object from the frame
Parameters:
stringThe name of the child object
Returns:
booleanWhether the object with the given name was properly removed
Usage:
- Adds a button with the id "myFirstButton", then removes it with the aforementioned id
myFrame:addButton("myFirstButton")
myFrame:removeObject("myFirstButton")