Copy constructor.
-\func{}{wxVariant}{\param{const char*}{ value}, \param{const wxString\& }{name = ``"}}\\
+\func{}{wxVariant}{\param{const char*}{ value}, \param{const wxString\& }{name = ``"}}
+
\func{}{wxVariant}{\param{const wxString\&}{ value}, \param{const wxString\& }{name = ``"}}
Construction from a string value.
\constfunc{bool}{IsNull}{\void}
-Returns TRUE if there is no data associated with this variant, FALSE if there is data.
+Returns true if there is no data associated with this variant, false if there is data.
\membersection{wxVariant::IsType}\label{wxvariantistype}
\constfunc{bool}{IsType}{\param{const wxString\&}{ type}}
-Returns TRUE if {\it type} matches the type of the variant, FALSE otherwise.
+Returns true if {\it type} matches the type of the variant, false otherwise.
\membersection{wxVariant::MakeNull}\label{wxvariantmakenull}
\constfunc{bool}{Member}{\param{const wxVariant\&}{ value}}
-Returns TRUE if {\it value} matches an element in the list.
+Returns true if {\it value} matches an element in the list.
\membersection{wxVariant::NullList}\label{wxvariantnulllist}
\constfunc{bool}{Eq}{\param{wxVariantData\&}{ data}}
-Returns TRUE if this object is equal to {\it data}.
+Returns true if this object is equal to {\it data}.
\membersection{wxVariantData::GetType}\label{wxvariantdatagettype}