Subject Aborting login
Author Ryan Nilsson-Harding
Hi there,
I'm using the TIB_Connection component, and I have my own OnLogin
event so I can display my own login box.

If the user presses cancel on this box, how can I abort the login
process?

I cannot set the LoginAborted property as it is read-only, but when
the user presses cancel, I still get the failed login error, and
this pops up for the amount of times I have set in the LoginAttempts
property.

I'm sure this is simple, but cannot find some AbortLogin method..
I've tried ForcedShutdown, and Close, but both leave the app hanging.

Rgds,
-Ryan