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/tqsqlfield.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/tqsqlfield.html') diff --git a/doc/html/tqsqlfield.html b/doc/html/tqsqlfield.html index c3cbe797f..5ba4814b0 100644 --- a/doc/html/tqsqlfield.html +++ b/doc/html/tqsqlfield.html @@ -50,7 +50,7 @@ and views.
  • bool isNull () const
  • virtual void setReadOnly ( bool readOnly )
  • bool isReadOnly () const
  • -
  • void clear ( bool nullify = TRUE )
  • +
  • void clear ( bool nullify = true )
  • TQVariant::Type type () const

  • Detailed Description

    @@ -112,23 +112,23 @@ Constructs a copy of other. Destroys the object and frees any allocated resources. -

    void TQSqlField::clear ( bool nullify = TRUE ) +

    void TQSqlField::clear ( bool nullify = true )

    Clears the value of the field. If the field is read-only, nothing -happens. If nullify is TRUE (the default), the field is set to +happens. If nullify is true (the default), the field is set to NULL.

    bool TQSqlField::isNull () const

    -

    Returns TRUE if the field is currently NULL; otherwise returns -FALSE. +

    Returns true if the field is currently NULL; otherwise returns +false.

    bool TQSqlField::isReadOnly () const

    -

    Returns TRUE if the field's value is read only; otherwise returns -FALSE. +

    Returns true if the field's value is read only; otherwise returns +false.

    TQString TQSqlField::name () const

    @@ -142,8 +142,8 @@ Sets the field equal to other.

    bool TQSqlField::operator== ( const TQSqlField & other ) const

    -Returns TRUE if the field is equal to other; otherwise returns -FALSE. Fields are considered equal when the following field +Returns true if the field is equal to other; otherwise returns +false. Fields are considered equal when the following field properties are the same: