SetPosition Method (UpDown)

Class

UpDown.

Action

Sets the position of the up-down control.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

updown.SetPosition (iPosition)
Variable Description
iPosition The position to show. INTEGER.

Notes

SetPosition increments or decrements the up-down control by clicking on the appropriate Up or Down button until it has reached the specified position.

Example

MyDialog.UpDown1.SetPosition (44)