]>
Commit | Line | Data |
---|---|---|
f6bcfd97 BP |
1 | \section{\class{wxTable}}\label{wxtable} |
2 | ||
3 | A wxTable instance provides access to rows of data in | |
4 | a table contained within the associated ODBC data source | |
5 | ||
6 | \wxheading{Include files} | |
7 | ||
8 | <wx/version.h> | |
9 | <wx/dbtable.h> | |
10 | <wx/db.h> | |
11 | ||
12 | \wxheading{Data structures} | |
13 | ||
14 | \wxheading{Remarks} | |
15 | ||
16 | \wxheading{See also} | |
17 | ||
18 | \helpref{wxTable}{wxtable} | |
19 | ||
20 | \latexignore{\rtfignore{\wxheading{Members}}} | |
21 | ||
22 | \membersection{wxTable::wxTable}\label{wxtableconstr} | |
23 | ||
24 | \func{}{wxTable}{\void} | |
25 | ||
26 | Default constructor. | |
27 |