diff options
Diffstat (limited to 'doc/html/ntqsqlcursor.html')
-rw-r--r-- | doc/html/ntqsqlcursor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqsqlcursor.html b/doc/html/ntqsqlcursor.html index 69d8a7e35..e0aa1ff2f 100644 --- a/doc/html/ntqsqlcursor.html +++ b/doc/html/ntqsqlcursor.html @@ -195,7 +195,7 @@ suitable default values, when inserting new records. TQSqlCursor generates SQL statements which are sent to the database engine; you can control which fields are included in these statements using <a href="#setGenerated">setGenerated</a>(). -<p> Note that TQSqlCursor does not inherit from <a href="ntqobject.html">TQObject</a>. This means +<p> Note that TQSqlCursor does not inherit from <a href="tqobject.html">TQObject</a>. This means that you are responsible for destroying instances of this class yourself. However if you create a TQSqlCursor and use it in a <a href="ntqdatatable.html">TQDataTable</a>, <a href="ntqdatabrowser.html">TQDataBrowser</a> or a <a href="ntqdataview.html">TQDataView</a> these classes will |