\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}
\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.
\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}
\membersection{wxQueryField::SetDirty}
-\func{void}{SetDirty}{\param{bool}{ dirty = TRUE}}
+\func{void}{SetDirty}{\param{bool}{ dirty = true}}
Sets the dirty tag of a field.