summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsqlfield.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/ntqsqlfield.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/ntqsqlfield.html')
-rw-r--r--doc/html/ntqsqlfield.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/ntqsqlfield.html b/doc/html/ntqsqlfield.html
index ba809da54..62f934445 100644
--- a/doc/html/ntqsqlfield.html
+++ b/doc/html/ntqsqlfield.html
@@ -51,7 +51,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>
@@ -113,23 +113,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="ntqstring.html">TQString</a> <a name="name"></a>TQSqlField::name () const
</h3>
@@ -143,8 +143,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="ntqsqlfield.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>()
@@ -174,7 +174,7 @@ field is read-only, nothing happens.
<h3 class=fn>void <a name="setValue"></a>TQSqlField::setValue ( const&nbsp;<a href="ntqvariant.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="ntqstring.html">TQString</a> to an