]> 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 02988522f43e617dd368e2c76766e27c81a64395..2893956e76d7a2b84f27c88758a6f2b56f7c696c 100644 (file)
@@ -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}
+
+<wx/odbc.h>
+
 \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.