Skip to main content
Version: 9.0.2

gre.delete_object

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

ParameterTypeDescription
object_name#stringThe fully qualified name of the object to delete

Example

function delete_object()
gre.delete_object("my_layer.my_object")       
end