BBjInputNSpinner::setMaximum

Description

In BBj 7.0 and higher, this BBjInputNSpinner method changes the maximum number to which the spinner will spin.

Syntax

Return Value

Method

void

setMaximum(BBjNumber max)

Parameters

Variable

Description

max

The new maximum value to which the spinner will spin or null()for no maximum.

Return Value

None.

Remarks

The argument may be a fractional number. It may also be NULL(). This will remove a maximum value.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjInputNSpinner

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.