Vcl.DBPWDlg.TPasswordDialog.RemoveAllButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveAllButtonClick(Sender: TObject);

C++

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

Properties

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

Description

Removes all passwords from the current session.

RemoveAllButtonClick removes all passwords from the current session. Then RemoveAllButtonClick sets focus to the edit box.

See Also