dbCreateHierProp
dbCreateHierProp(g_objectt_name) =>d_prop/ nil
Description
Creates a hierarchical property for an object.
A hierarchical property is the only kind of property that can have other properties associated with it.
Arguments
Value Returned
|
A property named t_name already exists on the specified object or if d_object is invalid or is not a hierarchical property. |
Examples
dbCreateHierProp(dbId "HProp")
Related Topics
Property Creation and Modification Functions
Return to top