X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..3519d946766951cb946803f1eb763da62b0c5f8f:/docs/latex/wx/query.tex diff --git a/docs/latex/wx/query.tex b/docs/latex/wx/query.tex index 923ed46348..2893956e76 100644 --- a/docs/latex/wx/query.tex +++ b/docs/latex/wx/query.tex @@ -71,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} @@ -109,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. @@ -180,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} @@ -191,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.