X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..b44f1ca20bd4d5c6970228e476ce74d4347a6ff3:/docs/latex/wx/query.tex diff --git a/docs/latex/wx/query.tex b/docs/latex/wx/query.tex index 02988522f4..2893956e76 100644 --- a/docs/latex/wx/query.tex +++ b/docs/latex/wx/query.tex @@ -2,10 +2,14 @@ Every ODBC data column is represented by an instance of this class. -\wxheading{Derivation} +\wxheading{Derived from} \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \overview{wxQueryCol overview}{wxquerycoloverview}, \overview{wxDatabase overview}{wxdatabaseoverview} @@ -67,13 +71,13 @@ Return the size of the data of the field field. \func{bool}{IsRowDirty}{\param{int}{ field}} -Returns TRUE if the given field has been changed, but not saved. +Returns true if the given field has been changed, but not saved. \membersection{wxQueryCol::IsNullable} \func{bool}{IsNullable}{\void} -Returns TRUE if a column may contain no data. +Returns true if a column may contain no data. \membersection{wxQueryCol::AppendField} @@ -105,7 +109,7 @@ appending columns. \membersection{wxQueryCol::SetFieldDirty} -\func{void}{SetFieldDirty}{\param{int}{ field}, \param{bool }{dirty = TRUE}} +\func{void}{SetFieldDirty}{\param{int}{ field}, \param{bool }{dirty = true}} Sets the dirty tag of a given field. @@ -176,7 +180,7 @@ Returns the type of the field (currently SQL\_CHAR, SQL\_VARCHAR or SQL\_INTEGER \func{bool}{IsDirty}{\void} -Returns TRUE if the data of a field has been changed, but not saved. +Returns true if the data of a field has been changed, but not saved. \membersection{wxQueryField::SetData} @@ -187,7 +191,7 @@ field buffer. \membersection{wxQueryField::SetDirty} -\func{void}{SetDirty}{\param{bool}{ dirty = TRUE}} +\func{void}{SetDirty}{\param{bool}{ dirty = true}} Sets the dirty tag of a field.