Shares database connection between the TIBCConnection components.
procedure AssignConnect(Source: TIBCConnection);
Call the AssignConnect method to share database connection between the TIBCConnection components.
AssignConnect assumes that Source parameter points to a preconnected database component and sets for this instance of TIBCConnection Connected property to True. Note that AssignConnect doesn't make any references to the Source database. So before disconnecting parent TIBCConnection call AssignConnect(Nil) or Disconnect method for all assigned databases.