RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPasswordDialog Class

TPasswordDialog is a dialog box that allows the user to specify passwords for the current BDE session.

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

DBPWDlg

Use TPasswordDialog to allow the user to specify passwords for the current session in a BDE-based application. (The current session is represented by a TSession object.) The passwords are used when the application opens a Paradox table that requires a password. If a table requires a password that has not been added to the current session, the user will be prompted for the password. 

A TPasswordDialog object is usually created with the PasswordDialog function. However, TPasswordDialog can also be used as a base object for other types of password dialog boxes. 

 

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