Login dialog callback.
Source position: db.pas line 2504
var LoginDialogExProc: function( |
const ADatabaseName: string; |
var AUserName: string; |
var APassword: string; |
UserNameReadOnly: Boolean |
):Boolean = Nil; |
LoginDialogExProc is a procedural variable that can be set to handle login dialogs: if a database connection component needs to collect login data (typically when LoginPrompt is True), then if this callback is set it can e.g. be used to show a dialog used to fetch the data.
|
Should the OnLogin be triggered. |
|
|
Event triggered when a login prompt is shown. |