Description
The wMax
property returns the maximum value that can be specified in the control.
Declaration
TestObj.wMax
Read-Only 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
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
An integer value specifying the maximum value that can be specified in the spin box.
Remarks
If the value you assign to the wValue
property is greater than the wMax
value, the wValue
property will become equal to wMax
.
See Also
wMin Property (QtSpinBox Controls)
wValue Property (Spin Controls)