1 \section{\class{wxIntegerFormValidator
}}\label{wxintegerformvalidator
}
3 This class validates a range of integer values for a form view. The associated control must be a wxTextCtrl
8 \helpref{Validator classes
}{proplistvalidatorclasses
}
10 \latexignore{\rtfignore{\wxheading{Members
}}}
12 \membersection{wxIntegerFormValidator::wxIntegerFormValidator
}
14 \func{void
}{wxIntegerFormValidator
}{\param{long
}{min=
0},
\param{long
}{max=
0},
15 \param{long
}{ flags=
0}}
17 Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.