[Overview][Constants][Types][Classes][Index] |
Event triggered when a login prompt needs to be shown.
Source position: ibconnection.pp line 128
published property TIBConnection.OnLogin : TLoginEvent; |
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.
|
Event triggered before a connection is made. |
|
|
Makes the connection to the server |
|