diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-26 11:44:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-30 14:26:34 +0900 |
commit | 6dd781c483eea56f51ae0eff47d857976b5d0f0d (patch) | |
tree | 0ddd4408e142ae6f8b13d3538359abd127988b2f /doc/man/man3/tqsqlform.3qt | |
parent | ff56b6fec14de4cd4b89d5b322531671d200b6e0 (diff) | |
download | tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.tar.gz tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.zip |
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsqlform.3qt')
-rw-r--r-- | doc/man/man3/tqsqlform.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqsqlform.3qt b/doc/man/man3/tqsqlform.3qt index 0ec8d2987..1d17185bb 100644 --- a/doc/man/man3/tqsqlform.3qt +++ b/doc/man/man3/tqsqlform.3qt @@ -64,7 +64,7 @@ Inherits TQObject. .BI "virtual void \fBclear\fR ()" .br .ti -1c -.BI "virtual void \fBclearValues\fR ( bool nullify = FALSE )" +.BI "virtual void \fBclearValues\fR ( bool nullify = false )" .br .in -1c .SS "Protected Members" @@ -162,8 +162,8 @@ Constructs a TQSqlForm with parent \fIparent\fR and called \fIname\fR. Destroys the object and frees any allocated resources. .SH "void TQSqlForm::clear ()\fC [virtual slot]\fR" Removes every widget, and the fields they're mapped to, from the form. -.SH "void TQSqlForm::clearValues ( bool nullify = FALSE )\fC [virtual slot]\fR" -Clears the values in all the widgets, and the fields they are mapped to, in the form. If \fInullify\fR is TRUE (the default is FALSE), each field is also set to NULL. +.SH "void TQSqlForm::clearValues ( bool nullify = false )\fC [virtual slot]\fR" +Clears the values in all the widgets, and the fields they are mapped to, in the form. If \fInullify\fR is true (the default is false), each field is also set to NULL. .SH "uint TQSqlForm::count () const" Returns the number of widgets in the form. .SH "TQWidget * TQSqlForm::fieldToWidget ( TQSqlField * field ) const" |