DhEdit.setPassword

Overview | Methods | This Package | All Packages

DhEdit.setPassword

Specifies whether the edit control is being used for password input and must conceal its value.

Syntax

public void setPassword( boolean value )

Parameters

value

Set to true if the control is used to enter passwords; otherwise, set to false.

Remarks

Password controls must be single line.  If this is set to true, the Multiline property becomes false.

See Also   getPassword