Member variable XbpSpinButton():fastSpin Foundation

Determines whether fast increment and decrement is turned on.

Attribute: EXPORTED
Data type: Logical (.F.)
Description

The instance variable :fastSpin contains the value .F. (false) by default. In this mode, changes to the value are somewhat slower when the mouse button is clicked on one of the arrows and the button remains pressed. If this instance variable is set to .T. (true), the spinbutton is in the "fast" operation mode. The value is incremented or decremented at twice the normal speed. If the spinbutton is defined as the master for another spinbutton, :fastSpin is ignored (see the instance variable :master).

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.