diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqsqlindex.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.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. |
