OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Using Data Validators

To use data validator objects, you must:

  1. Construct an edit control object
  2. Construct a validator object
  3. Assign it to the edit control

From that point on, you do not need to interact with the validator object directly. The edit control knows when to call validator methods at the appropriate times.