Method XbpSpinButton():spinUp() Foundation

Increments the numeric value by a specific amount.

Syntax
:spinUp( <nIncrement> ) --> lSuccess
Parameters
<nIncrement>
<nIncrement> is the numeric integer by which the value in the entry field of the spinbutton is incremented.
Return

This method returns the value .T. (true) when the value in the entry field could be incremented, otherwise .F. (false) is returned.

Description

The :spinUp() method allows the value in the entry field of the spinbutton to be incremented by a specific amount without the user clicking on one of the arrows.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.