Displays the connect dialog and calls the connection's Connect method when user clicks the Connect button.
function Execute: boolean; virtual;
Displays the connect dialog and calls the connection's Connect method when user clicks the Connect button. Returns True if connected. If user clicks Cancel, Execute returns False.
In the case of failed connection Execute offers to connect repeat Retries times.