[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered when a login prompt is shown.
Source position: db.pas line 1984
published property TCustomConnection.OnLogin : TLoginEvent |
OnLogin is triggered when the connection needs a login prompt during the call: it is triggered when the LoginPrompt property is True, after the TCustomConnection.BeforeConnect event, but before the connection is actually established.
|
Event triggered before a connection is made. |
|
|
Should the OnLogin be triggered |
|
|
Makes the connection to the server |