From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/ntqsqlindex.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqsqlindex.html') 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.

Appends the field field to the list of indexed fields. The field is appended with an ascending sort order, unless desc is -TRUE. +true.

TQString TQSqlIndex::cursorName () const

@@ -115,8 +115,8 @@ in the people table might be in one of these forms: "surname",

bool TQSqlIndex::isDescending ( int i ) const

-Returns TRUE if field i in the index is sorted in descending -order; otherwise returns FALSE. +Returns true if field i in the index is sorted in descending +order; otherwise returns false.

TQString TQSqlIndex::name () const

@@ -134,7 +134,7 @@ Sets the name of the cursor that the index is associated with to

void TQSqlIndex::setDescending ( int i, bool desc ) [virtual]

-If desc is TRUE, field i is sorted in descending order. +If desc is true, field i is sorted in descending order. Otherwise, field i is sorted in ascending order (the default). If the field does not exist, nothing happens. -- cgit v1.2.3