summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlform.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsqlform.html')
-rw-r--r--doc/html/tqsqlform.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsqlform.html b/doc/html/tqsqlform.html
index b929442a9..4bd813af2 100644
--- a/doc/html/tqsqlform.html
+++ b/doc/html/tqsqlform.html
@@ -56,7 +56,7 @@ tied to SQL databases.
<li class=fn>virtual void <a href="#readFields"><b>readFields</b></a> ()</li>
<li class=fn>virtual void <a href="#writeFields"><b>writeFields</b></a> ()</li>
<li class=fn>virtual void <a href="#clear"><b>clear</b></a> ()</li>
-<li class=fn>virtual void <a href="#clearValues"><b>clearValues</b></a> ( bool&nbsp;nullify = FALSE )</li>
+<li class=fn>virtual void <a href="#clearValues"><b>clearValues</b></a> ( bool&nbsp;nullify = false )</li>
</ul>
<h2>Protected Members</h2>
<ul>
@@ -136,11 +136,11 @@ Destroys the object and frees any allocated resources.
</h3>
Removes every widget, and the fields they're mapped to, from the form.
-<h3 class=fn>void <a name="clearValues"></a>TQSqlForm::clearValues ( bool&nbsp;nullify = FALSE )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="clearValues"></a>TQSqlForm::clearValues ( bool&nbsp;nullify = false )<tt> [virtual slot]</tt>
</h3>
Clears the values in all the widgets, and the fields they are
-mapped to, in the form. If <em>nullify</em> is TRUE (the default is
-FALSE), each field is also set to NULL.
+mapped to, in the form. If <em>nullify</em> is true (the default is
+false), each field is also set to NULL.
<h3 class=fn>uint <a name="count"></a>TQSqlForm::count () const
</h3>