]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/recrdset.tex
wxDC::SetClippingRegion() in wxMSW works like in wxGTK, i.e. combines the given regio...
[wxWidgets.git] / docs / latex / wx / recrdset.tex
index 568fd85a24a7ec134e294963c4c5fc138b6ff6d9..9d2faa1917f02dd6248679e1b683b149c69de544 100644 (file)
@@ -4,6 +4,9 @@ Each wxRecordSet represents an ODBC database query. You can make multiple querie
 at a time by using multiple wxRecordSets with a wxDatabase or you can make
 your queries in sequential order using the same wxRecordSet.
 
+Note: this class is considered obsolete, replaced by the Remstar 
+wxDB/wxDbTable classes
+
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}