[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler for login process
Source position: sqldb.pp line 263
published property TSQLConnection.OnLogin : TLoginEvent; |
OnLogin will be used when loginPrompt is True. It will be called, and can be used to present a user with a dialog in which the username and password can be asked.
|
Should SQLDB prompt for user credentials when a connection is activated. |