Vcl.DBPWDlg.TPasswordDialog.AddButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddButtonClick(Sender: TObject);

C++

void __fastcall AddButtonClick(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
published
Vcl.DBPWDlg.pas
Vcl.DBPWDlg.hpp
Vcl.DBPWDlg TPasswordDialog

Description

Controls what happens when the Add button is clicked.

AddButtonClick adds the password in the edit box to the current session. Then AddButtonClick clears and sets focus to the edit box.

After the AddButtonClick method is called, the OK Button is enabled, regardless of whether the edit box currently contains a password.

See Also