X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8058a09e5147657342e02e50cf471d7b751abc1..95aefe51243f6798b94b44f624a771ae8f016566:/docs/latex/wx/variant.tex diff --git a/docs/latex/wx/variant.tex b/docs/latex/wx/variant.tex index db82e17c9e..5ede86d940 100644 --- a/docs/latex/wx/variant.tex +++ b/docs/latex/wx/variant.tex @@ -44,15 +44,15 @@ cannot be declared outside the class, the shift left operators are used like thi \begin{verbatim} // in the header file DECLARE_VARIANT_OBJECT(MyClass) - + // in the implementation file - IMPLMENT_VARIANT_OBJECT(MyClass) - + IMPLEMENT_VARIANT_OBJECT(MyClass) + // in the user code wxVariant variant; MyClass value; variant << value; - + // or value << variant; \end{verbatim} @@ -162,15 +162,15 @@ Construction from an array of strings. This constructor copies {\it value} and \func{}{wxVariant}{\param{DATE\_STRUCT*}{ val}, \param{const wxString\& }{name = ``"}} -Construction from a odbc date value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value. +Construction from a ODBC date value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value. \func{}{wxVariant}{\param{TIME\_STRUCT*}{ val}, \param{const wxString\& }{name = ``"}} -Construction from a odbc time value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value. +Construction from a ODBC time value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value. \func{}{wxVariant}{\param{TIMESTAMP\_STRUCT*}{ val}, \param{const wxString\& }{name = ``"}} -Construction from a odbc timestamp value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value. +Construction from a ODBC timestamp value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value. \membersection{wxVariant::\destruct{wxVariant}}\label{wxvariantdtor}