]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/query.tex
MF_BYCOMMAND is zero so don't try to test it
[wxWidgets.git] / docs / latex / wx / query.tex
index 923ed463489cae9967636e9c0e58ec98678a0e6c..2893956e76d7a2b84f27c88758a6f2b56f7c696c 100644 (file)
@@ -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.