summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlform.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-16 17:42:59 +0900
commit4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch)
tree119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqsqlform.html
parentcf2c8613706a3685266058db00c0e9f632c5bd24 (diff)
downloadtqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz
tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.zip
Replace TRUE/FALSE with boolean values true/false - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>