API System.RedirectMacros: Difference between revisions
Appearance
XML import of updated API docs |
XML import of API documentation |
||
| Line 1: | Line 1: | ||
<sidebar>API | <sidebar>API Contents</sidebar> | ||
Allows calls to one of your children to be redirected to another component | Allows calls to one of your children to be redirected to another component | ||
Revision as of 14:27, 9 August 2013
<sidebar>API Contents</sidebar>
Allows calls to one of your children to be redirected to another component
Parameters
HANDLE Template
- The child-component to redirect calls from
HANDLE Target
- The component with matching macros to call instead of Template, 0 to stop redirections
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::System.RedirectMacros(template, target)
No additional examples