Vcl.DBPWDlg.TPasswordDialog.EditChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditChange(Sender: TObject);

C++

void __fastcall EditChange(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 contents of the edit box change.

EditChange enables or disables the Add, OK, and Remove buttons according to whether the edit box contains a password. If the edit box contains a password, the buttons are enabled. Otherwise the buttons are disabled.

Note: If the AddButtonClick method has been called, then the OK button is enabled, regardless of whether the edit box contains a password.

See Also