Difference between revisions of "API Component.Property.CopyChildValues"
From Flowcode Help
Jump to navigationJump to search (XML import for latest API) |
(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
Contents
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