summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsqlform.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqsqlform.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsqlform.html')
-rw-r--r--doc/html/ntqsqlform.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsqlform.html b/doc/html/ntqsqlform.html
index 79090960f..840ece877 100644
--- a/doc/html/ntqsqlform.html
+++ b/doc/html/ntqsqlform.html
@@ -57,7 +57,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>
@@ -137,11 +137,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>