Using a component
See Xml\Tutorial\5001 Advanced topics\0301 Creating a component\Component_FilterRows_Use.xml for the files used in this tutorial
1. Create variables for the component's input and output data
|
Create variables for input and output data. These variables will be bound to the parameters of the component. |
2. Create a normal diagram and use the component just created
|
Create a normal diagram, and select the component of your choice in one or more processes |
3. Bind the component's parameters to the variables
|
Bind parameter [pDatatableIn] to variable [myDatatableIn] |
|
Bind parameter [pDatatableOut] to variable [myDatatableOut] |