EditBox as SpinEdit

Description: Using an EditBox as a SpinEdit Control
Programmer: Unknown
Compiler: Smart Mobile Studio 2.2

Introduction

When its InputType is itNumber, an EditBox becomes a SpinEdit control. The tiny up and down buttons may only show when the edit box has the focus. The up and down buttons change the value of the integer (represented as a string) within the range 12 to 18. The edit box has validation so that it will only accept a digit. Also, any number greater than 18 is changed to 18.