diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
commit | c740211ffba3330d951f4c3ddefea8edf23a01cd (patch) | |
tree | 0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /doc/html/ntqdatatable.html | |
parent | 8a4eacb6185de3653f6ae401c352aef833a9e72a (diff) | |
download | tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqdatatable.html')
-rw-r--r-- | doc/html/ntqdatatable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqdatatable.html b/doc/html/ntqdatatable.html index a2ed372fc..ae25effa3 100644 --- a/doc/html/ntqdatatable.html +++ b/doc/html/ntqdatatable.html @@ -157,7 +157,7 @@ does not support the 'query size' property, rows are dynamically fetched from the database on an as-needed basis with the scrollbar becoming more accurate as the user scrolls down through the records. This allows extremely large queries to be displayed as -tquickly as possible, with minimum memory usage. +quickly as possible, with minimum memory usage. <p> TQDataTable inherits <a href="ntqtable.html">TQTable</a>'s API and extends it with functions to sort and filter the data and sort columns. See <a href="#setSqlCursor">setSqlCursor</a>(), <a href="#setFilter">setFilter</a>(), <a href="#setSort">setSort</a>(), <a href="ntqtable.html#setSorting">setSorting</a>(), <a href="#sortColumn">sortColumn</a>() and <a href="#refresh">refresh</a>(). |