Vcl.DBPWDlg.TPasswordDialog.OKButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OKButtonClick(Sender: TObject);

C++

void __fastcall OKButtonClick(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 OK button is clicked.

OKButtonClick adds the password in the edit box to the current session.

See Also