API Component.Property.CopyChildValues

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png CopyChildValues
Copies the values of a properties children from the source to dest 
Fc9-h32-icon.png - HANDLE Source
The source component to copy from 
Fc9-h32-icon.png - HANDLE Dest
The target component to copy to 
Fc9-string-icon.png - STRING Property
The textual name of the property to act as root 
Fc9-void-icon.png - NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Component.Property.CopyChildValues(source, dest, "property")