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/tqstrilist.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqstrilist.html') diff --git a/doc/html/tqstrilist.html b/doc/html/tqstrilist.html index f51c3d90b..47b08b5f5 100644 --- a/doc/html/tqstrilist.html +++ b/doc/html/tqstrilist.html @@ -38,7 +38,7 @@ with case-insensitive comparison.

List of all member functions.

Public Members


Detailed Description

@@ -59,12 +59,12 @@ have to add a few extra strings to an already sorted list.

See also TQStringList, Collection Classes, and Non-GUI Classes.


Member Function Documentation

-

TQStrIList::TQStrIList ( bool deepCopies = TRUE ) +

TQStrIList::TQStrIList ( bool deepCopies = true )

Constructs a list of strings. Will make deep copies of all -inserted strings if deepCopies is TRUE, or use shallow copies -if deepCopies is FALSE. +inserted strings if deepCopies is true, or use shallow copies +if deepCopies is false.

TQStrIList::~TQStrIList ()

-- cgit v1.2.3