RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLoginDialog Class

TLoginDialog is a login dialog box that can be used to provide login security in an application.

Pascal
TLoginDialog = class(TForm);
C++
class TLoginDialog : public TForm;

DBLogDlg

Use TLoginDialog to provide login security within an application. Usually a TLoginDialog object is created with the LoginDialogEx or RemoteLoginDialog function and is used to provide secure access to local database tables. However, TLoginDialog can also be used as a base object for other types of login dialog boxes. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!