BBjInputNSpinner::getMaximum

Description

In BBj 7.0 and higher, this BBjInputNSpinner method returns the maximum value of the spinner.

Syntax

Return Value

Method

BBjNumber

getMaximum()

Parameters

None.

Return Value

Returns the current maximum value to which the spinner will change or null()if no maximum has been specified.

Remarks

This method returns a BBjNumber, but it may return NULL(). Assigning NULL() to a numeric variable or attempting to compare NULL() to a numeric value will cause an error. Instead, assign the return value of this method to an object variable and test against NULL() before comparing to a numeric value.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjInputNSpinner

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