Password Component

Fnd_Pswd_MaxLength

Fnd_Pswd_MaxLength ({max chars to use{; max limitation}}) -> Longint

Legacy manual page 186

Parameters

ParameterTypeDescription
max chars to useLongintMaximum password length setting (optional)
max limitationLongintMaximum value displayed in the pop-up menu (optional)
Function resultLongintCurrently 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)