Base Method connect
Connects the outputs of outputComponent to socket lnksocketID
of inputComponent.
You can connect an output component to any number of input
sockets. Any input socket can be connected to the output of
more than one component.
Before you attempt to connect two components together you must
first invoke the methods "makeComponent" on both components
to make them into components, and invoke "defineOutSignal on
the lnkOutputComponent to define all the signals it will want
to send, and also invoke "defineInSocket" and "defineInSignal"
on lnkInputComponent to define its input signals.
For more information on Components and Signals see the topic
Component Frameworks in the on-line documentation.
Using Parameters
| lnkOutputComponent |
OBJECT |
| lnkInputComponent |
OBJECT |
| lnkSocketId |
PIC X |