Shares database connection between the TUniConnection components.
procedure AssignConnect(Source: TUniConnection);
Use the AssignConnect method to share database connection between the TUniConnection components.
AssignConnect assumes that the Source parameter points to a preconnected TUniConnection component which connection is to be shared with the current TUniConnection component. Note that AssignConnect doesn't make any references to the Source TUniConnection component. So before disconnecting parent TUniConnection component call AssignConnect(Nil) or the Disconnect method for all assigned connections.