TdxWheelPickerWheel.Cyclic Property
Specifies if wheel items form a cycle.
#Declaration
property Cyclic: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Options include:
Value | Description | Example |
---|---|---|
False |
Wheel items don’t form a cycle – wheel rotation stops once the first or last item is selected. | ![]() |
True |
Wheel items form a cycle – wheel rotation past the last wheel item displays the first one, and vice versa. | ![]() |
The default value of the Cyclic property is False.