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-11-16 17:42:59 +0900
commit4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch)
tree119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqsqlfield.html
parentcf2c8613706a3685266058db00c0e9f632c5bd24 (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