diff options
Diffstat (limited to 'doc/html/ntqsqlform.html')
| -rw-r--r-- | doc/html/ntqsqlform.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsqlform.html b/doc/html/ntqsqlform.html index 79090960f..840ece877 100644 --- a/doc/html/ntqsqlform.html +++ b/doc/html/ntqsqlform.html @@ -57,7 +57,7 @@ tied to SQL databases. <li class=fn>virtual void <a href="#readFields"><b>readFields</b></a> ()</li> <li class=fn>virtual void <a href="#writeFields"><b>writeFields</b></a> ()</li> <li class=fn>virtual void <a href="#clear"><b>clear</b></a> ()</li> -<li class=fn>virtual void <a href="#clearValues"><b>clearValues</b></a> ( bool nullify = FALSE )</li> +<li class=fn>virtual void <a href="#clearValues"><b>clearValues</b></a> ( bool nullify = false )</li> </ul> <h2>Protected Members</h2> <ul> @@ -137,11 +137,11 @@ Destroys the object and frees any allocated resources. </h3> Removes every widget, and the fields they're mapped to, from the form. -<h3 class=fn>void <a name="clearValues"></a>TQSqlForm::clearValues ( bool nullify = FALSE )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="clearValues"></a>TQSqlForm::clearValues ( bool nullify = false )<tt> [virtual slot]</tt> </h3> Clears the values in all the widgets, and the fields they are -mapped to, in the form. If <em>nullify</em> is TRUE (the default is -FALSE), each field is also set to NULL. +mapped to, in the form. If <em>nullify</em> is true (the default is +false), each field is also set to NULL. <h3 class=fn>uint <a name="count"></a>TQSqlForm::count () const </h3> |
