From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqsqlindex.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqsqlindex.html') 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.

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

@@ -114,8 +114,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

@@ -133,7 +133,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