This class is the abstract base class for property form view validators. The form view acts upon an existing dialog box or panel, where either the panel item names correspond to property names, or the programmer has explicitly associated the panel item with the property.
By overriding virtual functions, the programmer determines how values are displayed or retrieved, and the checking that the validator does.
See the detailed class documentation for the members you should override to give your validator appropriate behaviour.