Jump to content

API Component.Property.CopyChildValues: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import for latest API
 
JonnyW (talk | contribs)
XML import
Line 1: Line 1:
<sidebar>API Contents</sidebar>
<sidebar>API Contents</sidebar>
Copies the values of a properties children from the source to dest
Copies the values of a properties children from the source to dest

Revision as of 15:57, 16 January 2014

<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