ParameterTextValueType

The ParameterTextValueType enumeration specifies the string value types for the Edit box custom command and report parameter.

Syntax

enum ParameterTextValueType
{
    Text       = 0,       //0x0
    Numeric    = 1,       //0x1
    Password   = 2        //0x2
}

Constants

  • Flag

  • Description

  • Text

  • A text string that allows any characters.

  • Numeric

  • A string that allows only numeric characters.

  • Password

  • A string that allows any characters. Its value will be obscured in the Adaxes log.

Requirements

Minimum required version: 2026.1

See also