Data.DB.LoginDialogProc
[–] Properties | |
---|---|
Type: variable | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
LoginDialogProc: function (const ADatabaseName: string; var AUserName, APassword: string): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall (*LoginDialogProc)(const System::UnicodeString ADatabaseName, System::UnicodeString &AUserName, System::UnicodeString &APassword);
Description
Set this variable to specify a method that will provide login information.
Set the LoginDialogProc variable to specify a method that will provide login information.
For example, the Vcl.DBLogDlg unit sets this variable to a method that displays a dialog box to prompt for user name and password.