This class validates a range of integer values for a form view. The associated control must be a wxTextCtrl or wxSlider.
See also
Members
wxIntegerFormValidator::wxIntegerFormValidator
void wxIntegerFormValidator(long min=0, long max=0, long flags=0)
Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.