ShowButtons: Boolean;
The ShowButtons property determines whether the buttons for turning the values of the component are used.
By default the True value is set, that is, buttons for value switching are used.
To execute the example create the SpinEdit component (see Example of Creating the SpinEdit Component). Use the ShowButtons property for the buttons of value turning not to be displayed:
ShowButtons: false;
After executing the example the HTML page contains the SpinEdit component without value switching buttons:
See also: