TIWCGJQSpinOptions.Increment Property
Controls the speed of the incremental spin when you hold a button or key down. Can be set to 'fast' or 'slow' to use predefined speeds. However, you can also supply an array of objects to control the speed increments, or null to stop continuous spinning. The default is 'slow'. The objects in the array must have the following properties: count (integer) Number of times to increment at this speed before moving to the next speed. mult (integer) Number to multiply the current step by. This increases the amount of each increment. delay (integer) Number of milliseconds to delay between each increment.
published property Increment: string index 11 read GetStringValue write SetStringValue stored IsStringStored;
Property Value
Type: string