RAD Studio VCL Reference
|
Brings up the database Login dialog to allow the user to connect to a database server.
function LoginDialog(const ADatabaseName: string; var AUserName: string; var APassword: string): Boolean;
Boolean LoginDialog(const AnsiString ADatabaseName, AnsiString AUserName, AnsiString APassword);
Call LoginDialog to bring up the standard Login dialog box to prompt the user for a valid user name and password. The ADatabaseName parameter specifies the database for which access is being requested. The dialog returns the user name and password as the AUserName and APassword parameters.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|