[Overview][Constants][Classes][Index] |
Event triggered when a login prompt needs to be shown.
Source position: ibconnection.pp line 112
published property TIBConnection.OnLogin; |
OnLogin is triggered when the connection needs a login prompt when connecting: it is triggered when the LoginPrompt property is True, after the BeforeConnect event, but before the connection is actually established.
BeforeConnect |
LoginPrompt |
Open |
TSQLConnection.OnLogin |