Password Component
Fnd_Pswd_MaxLength
Fnd_Pswd_MaxLength ({max chars to use{; max limitation}}) -> Longint
Parameters
| Parameter | Type | Description |
|---|---|---|
| max chars to use | Longint | Maximum password length setting (optional) |
| max limitation | Longint | Maximum value displayed in the pop-up menu (optional) |
| Function result | Longint | Currently set maximum password length |
Description
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 password length defined in the Generator dialog.
$maxpasswordlength_i:=Fnd_Pswd_MaxLength (12;8)
Extracted source text
Fnd_Pswd_MaxLength ({max chars to use{; max limitation}}) ➜ Longint
Parameter Type Description
max chars to use Longint Maximum password length setting (optional)
max limitation Longint Maximum value displayed in the pop-up menu (optional)
Function result Longint Currently set maximum password length
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 password length defined
in the Generator dialog.
$maxpasswordlength_i:=Fnd_Pswd_MaxLength (12;8)