Wrap_State - dbSpinFormDS
Determines whether the spin button will wrap
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Wrap_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Wrap_State to IntegerVariable |
| Write Access: | Set Wrap_State to IntegerVariable/Value |
Description
The Wrap_state property determines whether the spin button will wrap. If this property is true, once the Current_Position is spun beyond the Maximum_Position, it will rotate to the Minimum_Position, and vice-versa.
Default is true.