RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPasswordDialog.EditChange Method

Controls what happens when the contents of the edit box change.

Pascal
procedure EditChange(Sender: TObject);
C++
__fastcall EditChange(TObject * Sender);

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!