Jump to content

API System.RedirectMacros: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import of new API docs
 
JonnyW (talk | contribs)
XML Import to change Variable types into Variable Types
Line 1: Line 1:
<sidebar>API contents</sidebar>
<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
Line 12: Line 10:


==Parameters==
==Parameters==
[[Variable types|HANDLE]] ''Template''
[[Variable Types|HANDLE]] ''Template''
:The child-component to redirect call to
:The child-component to redirect call to


[[Variable types|HANDLE]] ''Target''
[[Variable Types|HANDLE]] ''Target''
:The component with matching macros to recieve the calls from, 0 to stop redirections
:The component with matching macros to recieve the calls from, 0 to stop redirections



Revision as of 11:09, 10 June 2013

<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