Action
Returns the current numeric position of the up-down control.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
iValue = updown.GetPosition()
Variable
|
Description
|
iValue
|
The numeric value.
INTEGER.
|
Notes
The current position is usually the numeric value displayed in the text field that is associated with the up-down control.
Example
Verify(MyDialog.UpDown1.GetPosition(), 50)