Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TAdvSpinEdit
Using the TAdvSpinEdit constraints (MaxValue, MinValue)
Using the TAdvSpinEdit constraints (MaxValue, MinValue)
If you want that the min/max values are checked, please set
AdvSpinEdit.CheckMinValue := true; AdvSpinEdit.CheckMaxValue := true;