RAD Studio VCL Reference
|
TLoginDialog is a login dialog box that can be used to provide login security in an application.
TLoginDialog = class(TForm);
class TLoginDialog : public TForm;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|