OWLNext 7.0
Borland's Object Windows Library for the modern age
|
The virtual member function IsValid is called by Valid, which passes IsValid the text string to be validated.
IsValid returns true if the string represents valid data. IsValid does the actual data validation, so if you create your own validator objects, you will probably override IsValid.