Component
Password Component
12 language-reference entries were extracted for this component.
- Fnd_Pswd_BulletEntry The Fnd_Pswd_BulletEntry routine replaces typed characters with bullet characters for password entry. Requires the field's On Before Keystroke event to be enabled....
- Fnd_Pswd_CustomCharacters This function returns the currently specified custom characters to use to generate passwords. Optionally, you may pass any custom characters that should be used to generate...
- Fnd_Pswd_ExcludeCharacters This function returns the currently excluded custom characters cannot be used to generate passwords. Optionally, you may pass any custom characters that should be excluded from...
- Fnd_Pswd_GeneratePassword This function returns a password. $password_t:=Fnd_Pswd_GeneratePassword
- Fnd_Pswd_GeneratorDialog This function displays a password generator dialog and returns the password. $password_t:=Fnd_Pswd_GeneratorDialog
- Fnd_Pswd_Info Returns the requested information about the component. $version_t:=Fnd_Pswd_Info ("version")
- Fnd_Pswd_MaxLength This function returns the current value of the maximum password length. Optionally, allows the developer to set the maximum password length, and, optionally, the maximum...
- Fnd_Pswd_MinLength This function returns the current value of the minimum password length. Optionally, allows the developer to set the minimum password length, and, optionally, the minimum...
- Fnd_Pswd_UseLowercase This function returns current setting of whether to use lowercase in passwords. Optionally, pass True to tell the password generator to use lowercase letters in passwords....
- Fnd_Pswd_UseNumbers This function returns current setting of whether to use numbers in passwords. Optionally, pass True to tell the password generator to use numbers in passwords....
- Fnd_Pswd_UseSymbols This function returns current setting of whether to use symbols in passwords. Optionally, pass True to tell the password generator to use symbols in passwords....
- Fnd_Pswd_UseUppercase This function returns current setting of whether to use uppercase in passwords. Optionally, pass True to tell the password generator to use uppercase letters in passwords....