wxTable renamed to wxDbTable
This file is no longer needed though, as the relevent text is now included in db.tex git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
\section{\class{wxTable}}\label{wxtable}
|
\section{\class{wxDbTable}}\label{wxDbTable}
|
||||||
|
|
||||||
A wxTable instance provides access to rows of data in
|
A wxDbTable instance provides re-usable access to rows of data in
|
||||||
a table contained within the associated ODBC data source
|
a table contained within the associated ODBC data source
|
||||||
|
|
||||||
\wxheading{Include files}
|
\wxheading{Include files}
|
||||||
@@ -15,13 +15,15 @@ a table contained within the associated ODBC data source
|
|||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{wxTable}{wxtable}
|
\helpref{wxDbTable}{wxDbTable}
|
||||||
|
|
||||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||||
|
|
||||||
\membersection{wxTable::wxTable}\label{wxtableconstr}
|
\membersection{wxDbTable::wxDbTable}\label{wxDbTableconstr}
|
||||||
|
|
||||||
\func{}{wxTable}{\void}
|
\func{}{wxDbTable}{\void}
|
||||||
|
|
||||||
Default constructor.
|
Default constructor.
|
||||||
|
|
||||||
|
|
||||||
|
NOTE THAT THIS SECTION IS NOT COMPLETED YET
|
||||||
|
Reference in New Issue
Block a user