Vcl.DBPWDlg.TPasswordDialog.RemoveButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveButtonClick(Sender: TObject);

C++

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

Properties

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

Description

Removes the password in the edit box from the current session.

RemoveButtonClick removes the password in the edit box from the current session. Then RemoveButtonClick clears and sets focus to the edit box.

See Also