new uvs2 releases : uppsrc-2630 tutorial-38 examples-142 reference-115

git-svn-id: svn://ultimatepp.org/upp/trunk@324 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
mdelfede 2008-08-02 14:54:22 +00:00
parent b87ea83029
commit 52ee2f6360
42 changed files with 1178 additions and 125 deletions

View file

@ -1,12 +1,8 @@
#include "SqlCtrl.h"
#pragma hdrstop
#include "SqlDlg.h"
NAMESPACE_UPP
static bool StringLessNoCase(String a, String b) { return CompareNoCase(a, b) < 0; }
class DlgSqlExport : public WithSqlExportLayout<TopWindow>
{
public: