Password Component

Fnd_Pswd_MinLength

Fnd_Pswd_MinLength ({min chars to use{; min limitation}}) -> Longint

Legacy manual page 186

Parameters

ParameterTypeDescription
min chars to useLongintMinimum password length setting (optional)
min limitationLongintMinimum value displayed in the pop-up menu (optional)
Function resultLongintCurrently set minimum password length

Description

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 password length defined in the Generator dialog.

$minpasswordlength_i:=Fnd_Pswd_MinLength (6;6)
Extracted source text
            Fnd_Pswd_MinLength ({min chars to use{; min limitation}}) ➜ Longint

              Parameter               Type              Description
              min chars to use        Longint           Minimum password length setting (optional)
              min limitation          Longint           Minimum value displayed in the pop-up menu (optional)
              Function result         Longint           Currently set minimum password length

            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 password length defined in the
            Generator dialog.
              $minpasswordlength_i:=Fnd_Pswd_MinLength (6;6)