PopupAnalogEntry() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the PopupAnalogEntry() method to open an analog entry dialog box.
Syntax
PopupAnalogEntry(Control, minValue, maxValue, minValueUsed, maxValueUsed, limitWarning);
Parameters
Control
A control that contains a reference to the control into which the analog value (possibly blank) is placed.
minValue
A Decimal minimum allowed value.
maxValue
A Decimal maximum allowed value.
minValueUsed
A Boolean value that if set to False, the minimum allowed value is ignored.
maxValueUsed
A Boolean value that if set to False, the maximum allowed value is ignored.
limitWarning
A Boolean value that if set to True, the user is warned if they enter a value outside the allowed range. They have the option to accept the value, even though the value is outside the range.