API Component.Property.CopyChildValues

From Flowcode Help
Jump to navigationJump to search

<sidebar>API Contents</sidebar> Copies the values of a properties children from the source to dest

Parameters

HANDLE Source

The source component to copy from

HANDLE Dest

The target component to copy to

STRING Property

The textual name of the property to act as root


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

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

No additional examples