PasswordWidget::GetPassword
Defined in:
Returns the password entered into the editable text box.
C4Widgets.h
Prototype
const PasswordString& GetPassword(void) const;
Description
The GetPassword
function returns a reference to the password string stored in a password widget. The PasswordString
type is defined as a String
object with a maximum length of 63 bytes.The
TextWidget::GetText
function cannot be used to retrieve the password because the string displayed to the user is only filled with dots.