API System.RedirectMacros

From Flowcode Help
Revision as of 13:27, 22 May 2013 by JonnyW (talk | contribs) (XML import of new API docs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<sidebar>API contents</sidebar> Allows calls to one of your children to be redirected to another component

Class hierarchy

System

RedirectMacros

Parameters

HANDLE Template

The child-component to redirect call to

HANDLE Target

The component with matching macros to recieve the calls from, 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 information