summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlfield.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-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqsqlfield.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsqlfield.html')
-rw-r--r--doc/html/tqsqlfield.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqsqlfield.html b/doc/html/tqsqlfield.html
index c3cbe797f..5ba4814b0 100644
--- a/doc/html/tqsqlfield.html
+++ b/doc/html/tqsqlfield.html
@@ -50,7 +50,7 @@ and views.
<li class=fn>bool <a href="#isNull"><b>isNull</b></a> () const</li>
<li class=fn>virtual void <a href="#setReadOnly"><b>setReadOnly</b></a> ( bool&nbsp;readOnly )</li>
<li class=fn>bool <a href="#isReadOnly"><b>isReadOnly</b></a> () const</li>
-<li class=fn>void <a href="#clear"><b>clear</b></a> ( bool&nbsp;nullify = TRUE )</li>
+<li class=fn>void <a href="#clear"><b>clear</b></a> ( bool&nbsp;nullify = true )</li>
<li class=fn>TQVariant::Type <a href="#type"><b>type</b></a> () const</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
@@ -112,23 +112,23 @@ Constructs a copy of <em>other</em>.
</h3>
Destroys the object and frees any allocated resources.
-<h3 class=fn>void <a name="clear"></a>TQSqlField::clear ( bool&nbsp;nullify = TRUE )
+<h3 class=fn>void <a name="clear"></a>TQSqlField::clear ( bool&nbsp;nullify = true )
</h3>
Clears the value of the field. If the field is read-only, nothing
-happens. If <em>nullify</em> is TRUE (the default), the field is set to
+happens. If <em>nullify</em> is true (the default), the field is set to
NULL.
<h3 class=fn>bool <a name="isNull"></a>TQSqlField::isNull () const
</h3>
-<p> Returns TRUE if the field is currently NULL; otherwise returns
-FALSE.
+<p> Returns true if the field is currently NULL; otherwise returns
+false.
<h3 class=fn>bool <a name="isReadOnly"></a>TQSqlField::isReadOnly () const
</h3>
-<p> Returns TRUE if the field's value is read only; otherwise returns
-FALSE.
+<p> Returns true if the field's value is read only; otherwise returns
+false.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQSqlField::name () const
</h3>
@@ -142,8 +142,8 @@ Sets the field equal to <em>other</em>.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQSqlField::operator== ( const&nbsp;<a href="tqsqlfield.html">TQSqlField</a>&nbsp;&amp;&nbsp;other ) const
</h3>
-Returns TRUE if the field is equal to <em>other</em>; otherwise returns
-FALSE. Fields are considered equal when the following field
+Returns true if the field is equal to <em>other</em>; otherwise returns
+false. Fields are considered equal when the following field
properties are the same:
<p> <ul>
<li> <a href="#name">name</a>()
@@ -173,7 +173,7 @@ field is read-only, nothing happens.
<h3 class=fn>void <a name="setValue"></a>TQSqlField::setValue ( const&nbsp;<a href="tqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;value )<tt> [virtual]</tt>
</h3>
Sets the value of the field to <em>value</em>. If the field is read-only
-(<a href="#isReadOnly">isReadOnly</a>() returns TRUE), nothing happens. If the data type of
+(<a href="#isReadOnly">isReadOnly</a>() returns true), nothing happens. If the data type of
<em>value</em> differs from the field's current data type, an attempt is
made to cast it to the proper type. This preserves the data type
of the field in the case of assignment, e.g. a <a href="tqstring.html">TQString</a> to an