summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlindex.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsqlindex.html')
-rw-r--r--doc/html/tqsqlindex.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsqlindex.html b/doc/html/tqsqlindex.html
index 7a87661ec..a887c1cb2 100644
--- a/doc/html/tqsqlindex.html
+++ b/doc/html/tqsqlindex.html
@@ -96,7 +96,7 @@ field is appended with an ascending sort order.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Appends the field <em>field</em> to the list of indexed fields. The
field is appended with an ascending sort order, unless <em>desc</em> is
-TRUE.
+true.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="cursorName"></a>TQSqlIndex::cursorName () const
</h3>
@@ -114,8 +114,8 @@ in the people table might be in one of these forms: "surname",
<h3 class=fn>bool <a name="isDescending"></a>TQSqlIndex::isDescending ( int&nbsp;i ) const
</h3>
-Returns TRUE if field <em>i</em> in the index is sorted in descending
-order; otherwise returns FALSE.
+Returns true if field <em>i</em> in the index is sorted in descending
+order; otherwise returns false.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQSqlIndex::name () const
</h3>
@@ -133,7 +133,7 @@ Sets the name of the cursor that the index is associated with to
<h3 class=fn>void <a name="setDescending"></a>TQSqlIndex::setDescending ( int&nbsp;i, bool&nbsp;desc )<tt> [virtual]</tt>
</h3>
-If <em>desc</em> is TRUE, field <em>i</em> is sorted in descending order.
+If <em>desc</em> is true, field <em>i</em> is sorted in descending order.
Otherwise, field <em>i</em> is sorted in ascending order (the default).
If the field does not exist, nothing happens.