diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqsqlindex.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-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/tqsqlindex.html')
-rw-r--r-- | doc/html/tqsqlindex.html | 8 |
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 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 i, bool 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. |