Vcl.DBPWDlg.TPasswordDialog
Delphi
TPasswordDialog = class(TForm)
C++
class PASCALIMPLEMENTATION TPasswordDialog : public Vcl::Forms::TForm
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.DBPWDlg.pas Vcl.DBPWDlg.hpp |
Vcl.DBPWDlg | Vcl.DBPWDlg |
Description
TPasswordDialog is a dialog box that allows the user to specify passwords for the current BDE session.
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.