File: prop195.htm

package info (click to toggle)
wxwin2-doc 2.01-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,540 kB
  • ctags: 5,968
  • sloc: cpp: 15,157; makefile: 434; sh: 6
file content (19 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<HTML>
<head><title>wxPropertyFormValidator overview</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="wxpropertyformvalidatoroverview"></A><CENTER>
<A HREF="prop.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="prop192.htm#validatoroverview"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="prop194.htm#wxpropertylistvalidatoroverview"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="prop196.htm#viewoverview"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>

<H3>wxPropertyFormValidator overview</H3>
<P>
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.<P>
By overriding virtual functions, the programmer determines how
values are displayed or retrieved, and the checking that the validator does.<P>
See the detailed class documentation for the members you should override
to give your validator appropriate behaviour.<P>

</BODY></HTML>