1 \section{\class{wxIntegerFormValidator
}}\label{wxintegerformvalidator
}
3 \overview{Validator classes
}{proplistvalidatorclasses
}
5 This class validates a range of integer values for a form view. The associated panel item must be a wxText
8 \membersection{wxIntegerFormValidator::wxIntegerFormValidator
}
10 \func{void
}{wxIntegerFormValidator
}{\param{long
}{min=
0},
\param{long
}{max=
0},
11 \param{long
}{ flags=
0}}
13 Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.