dbDeletePropByName
dbDeletePropByName(g_objectt_name) => t / nil
Description
Deletes a property from an object.
Arguments
Value Returned
|
The property is not found or if the property is found and deleted. |
|
Examples
dbDeletePropByName(dbId1 "myProp")
Related Topics
Property Creation and Modification Functions
Return to top