dbFindProp
dbFindProp(d_object t_name) =>d_propId/ nil
Description
If a property of the given name is found on the object specified, d_propId of the property is returned; otherwise, nil is returned. This function has the same functionality as dbGetPropByName.
Argument
Value Returned
Examples
propId = dbFindProp(instId "myProp")
Related Topics
Property Creation and Modification Functions
Return to top