Establishes a connection to the server regardless of the LoginPrompt property.
procedure PerformConnect(Retry: boolean = False);
If Retry = True, BeforeConnect is not invoked.
Unlike the Connect method, the PerformConnect method establishes a connection regardless of the LoginPrompt property. When PerformConnect is called with LoginPrompt = True, the Connection Dialog is not displayed, and the OnLogin event handler is not invoked. After establishing the connection, the AfterConnect event handler is triggered.
Note: PerformConnect does not handle exceptions. Exceptions should be handled as usual in the calling code.