Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbDeletePropByName

dbDeletePropByName( 
g_object 
t_name 
) 
=> t / nil 

Description

Deletes a property from an object.

Arguments

g_object

The database object can be a dbId, ddId, or dbBagId.

t_name

Name of the property.

Value Returned

t

The property is not found or if the property is found and deleted.

nil

The property is not deleted.

This function might return t even if an error occurs.

Examples

dbDeletePropByName(dbId1 "myProp")

Related Topics

Property Creation and Modification Functions


Return to top
 ⠀
X