diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqsqlindex.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-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/ntqsqlindex.html')
| -rw-r--r-- | doc/html/ntqsqlindex.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsqlindex.html b/doc/html/ntqsqlindex.html index 453e195c5..03b9eb4bd 100644 --- a/doc/html/ntqsqlindex.html +++ b/doc/html/ntqsqlindex.html @@ -97,7 +97,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="ntqstring.html">TQString</a> <a name="cursorName"></a>TQSqlIndex::cursorName () const </h3> @@ -115,8 +115,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="ntqstring.html">TQString</a> <a name="name"></a>TQSqlIndex::name () const </h3> @@ -134,7 +134,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. |
