wPosition Property (UpDown Controls)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Use the wPosition property to get or set the value that is currently displayed in the UpDown control. This value must be within the range wMin...wMax (bounds are included).

Declaration

TestObj.wPosition

Read-Write Property Integer
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section

Applies To

The property is applied to the following object:

View Mode

This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.

Property Value

An integer value that is currently displayed in the UpDown control.

Example

To view an example that demonstrates how to use the wPosition property, see Getting the UpDown Value in Desktop Windows Applications.

See Also

Setting the UpDown Value in Desktop Windows Applications
wMax Property (UpDown Controls)
wMin Property (UpDown Conrtrols)
Down Action (UpDown Controls)
Up Action (Up-Down Controls)

Highlight search results