gre.delete_object( object_name, )
Delete an object that has been cloned using gre.clone_object
from the model. The object must be a control, table or a group.
Parameters: object_name The fully qualified name of the object to delete Example:
function delete_object() gre.delete_object("my_layer.my_object") end