BBjSpinner::spin

Description

In BBj 7.0 and higher, this BBjSpinner method causes the spinner to spin in the specified direction.

Syntax

Return Value

Method

void

spin(boolean upDirection)

Parameters

Variable

Description

upDirection

If nonzero, the spinner will change according to an up arrow activation, otherwise, the spinner will change according to a down arrow activation.

Return Value

None.

Remarks

This method will not cause a spin event to occur. Any desired response must be invoked manually.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjSpinner

BBjListSpinner

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