dbCopyPropList
dbCopyPropList( d_dbId1 d_dbId2 ) => t / nil
Description
Copies all the properties from the database object given in the first argument to the database object given in the second argument in a single, atomic, copy operation. Properties with the same name in the destination object are overwritten. If the given database objects are pcell instances, then pcell evaluation happens once after all the properties are copied.
Arguments
Value Returned
|
The properties are not copied or if they are only partially copied. |
Examples
dbCopyPropList(i1 i2)
Related Topics
Property Creation and Modification Functions
Return to top