Previousconnect Up
Base
containsCharactersNext

Base Method connectTo

Connects the outputs of the receiver 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 output component 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
lnkInputComponent OBJECT
lnkSocketId PIC X