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
Requirements
Minimum required version: 2026.1