├── .gitignore ├── DXUpdate.ico ├── DXUpdate.lpi ├── DXUpdate.lpr ├── DXUpdate.res ├── DataExpress.ico ├── DataExpress.lpr ├── DataExpress.res ├── LICENSE.txt ├── NOTICE.txt ├── README.md ├── _test ├── IDPLicense.txt ├── IPLicense.txt ├── LICENSE.txt ├── NOTICE.txt ├── PadegUC.dll ├── except.dic ├── fb5 │ ├── IDPLicense.txt │ ├── IPLicense.txt │ ├── fbclient.dll │ ├── firebird.conf │ ├── firebird.msg │ ├── ib_util.dll │ ├── icudt63.dll │ ├── icudt63l.dat │ ├── icuin63.dll │ ├── icuuc63.dll │ ├── intl │ │ ├── fbintl.conf │ │ └── fbintl.dll │ ├── plugins │ │ ├── chacha.dll │ │ └── engine13.dll │ └── zlib1.dll ├── fbclientd.dll ├── firebird.msg ├── ib_util.dll ├── icudt30.dll ├── icuin30.dll ├── icuuc30.dll ├── languages │ ├── en │ │ ├── actions.en.dat │ │ ├── classes.dat │ │ ├── classes_web.dat │ │ ├── dataexpress.en.po │ │ ├── dataexpress.pot │ │ ├── dataexpress.ru.po │ │ ├── dxupdate.en.po │ │ ├── dxupdate.pot │ │ ├── dxupdate.ru.po │ │ ├── funcs.en.dat │ │ └── language.info │ └── ru │ │ ├── actions.ru.dat │ │ ├── dataexpress.ru.po │ │ ├── dxupdate.ru.po │ │ ├── funcs.ru.dat │ │ └── language.info ├── libeay32.dll ├── msvcp140.dll ├── ssleay32.dll ├── templates │ ├── Доход по клиентам (электронная таблица).ods │ ├── Доход по клиентам.docx │ ├── Счет (электронная таблица).ods │ ├── Счет.docx │ ├── Товарооборот.docm │ └── Товары.docx └── vcruntime140.dll ├── aboutform.lfm ├── aboutform.pas ├── actioncontrols.pas ├── actionexpressions.pas ├── actionpans.pas ├── actionseditform.lfm ├── actionseditform.pas ├── addfieldsform.lfm ├── addfieldsform.pas ├── anchorsform.lfm ├── anchorsform.pas ├── appimagelists.pas ├── appsettings.pas ├── apputils.pas ├── breakpointsform.lfm ├── breakpointsform.pas ├── bufdataset-3.2.pas.txt ├── calcerrsform.lfm ├── calcerrsform.pas ├── calcfieldsform.lfm ├── calcfieldsform.pas ├── chartform.lfm ├── chartform.pas ├── checkprintoutform.lfm ├── checkprintoutform.pas ├── checktreeview.pas ├── classestree.pas ├── colorform.lfm ├── colorform.pas ├── coloringform.lfm ├── coloringform.pas ├── compilerdecls.pas ├── componenttree.pas ├── connectinfoform.lfm ├── connectinfoform.pas ├── connectionsform.lfm ├── connectionsform.pas ├── copy.bat ├── copy.sh ├── counterform.lfm ├── counterform.pas ├── crossapi.pas ├── crypt.pas ├── csvfiles.pas ├── ctrlrightsform.lfm ├── ctrlrightsform.pas ├── ctrlutils.pas ├── dataexpress.gtkrc ├── dataexpress.lpi ├── datasetprocessor.pas ├── dbengine.pas ├── dbfuncform.lfm ├── dbfuncform.pas ├── debugscriptform.lfm ├── debugscriptform.pas ├── designerframe.lfm ├── designerframe.pas ├── dialoggrid.pas ├── dsproclists.pas ├── dxactions.pas ├── dxcharts.pas ├── dxcomponents.lpk ├── dxcomponents.lrs ├── dxcomponents.pas ├── dxctrls.pas ├── dxfiles.pas ├── dximages.pas ├── dxmains.pas ├── dxreports.pas ├── dxsqlquery.pas ├── dxupdateform.lfm ├── dxupdateform.pas ├── dxupdatestrconsts.pas ├── dxusers.pas ├── editform.pas ├── editmaskform.lfm ├── editmaskform.pas ├── embedimagesform.lfm ├── embedimagesform.pas ├── erroricon.pas ├── errorsform.lfm ├── errorsform.pas ├── exportform.lfm ├── exportform.pas ├── expressions.pas ├── exprform.lfm ├── exprform.pas ├── exprfuncs.pas ├── exprhighlighter.pas ├── exttemplateform.lfm ├── exttemplateform.pas ├── filltableform.lfm ├── filltableform.pas ├── filtercontrol.pas ├── filterform.lfm ├── filterform.pas ├── findactionsform.lfm ├── findactionsform.pas ├── findexprform.lfm ├── findexprform.pas ├── findform.lfm ├── findform.pas ├── findscriptform.lfm ├── findscriptform.pas ├── fixedlistform.lfm ├── fixedlistform.pas ├── fontform.lfm ├── fontform.pas ├── formdesigner.pas ├── formfieldvalueform.lfm ├── formfieldvalueform.pas ├── formfiltersform.lfm ├── formfiltersform.pas ├── formmanager.pas ├── formresizer.pas ├── formstree.pas ├── formview.pas ├── funcsform.lfm ├── funcsform.pas ├── gridbuttonsform.lfm ├── gridbuttonsform.pas ├── gridcolsform.lfm ├── gridcolsform.pas ├── helpindex.txt ├── helpmanager.pas ├── helptextform.lfm ├── helptextform.pas ├── helpviewform.lfm ├── helpviewform.pas ├── hierarchyform.lfm ├── hierarchyform.pas ├── hintform.lfm ├── hintform.pas ├── httpclient.pas ├── ibconnection.pp ├── imagemanager.pas ├── imageprocessprintform.lfm ├── imageprocessprintform.pas ├── imagepropsform.lfm ├── imagepropsform.pas ├── images.lrs ├── imagesform.lfm ├── imagesform.pas ├── importerrorsform.lfm ├── importerrorsform.pas ├── importform.lfm ├── importform.pas ├── inputform.lfm ├── inputform.pas ├── insertvaluesform.lfm ├── insertvaluesform.pas ├── intfform.lfm ├── intfform.pas ├── labeltextform.lfm ├── labeltextform.pas ├── langmanager.pas ├── lcbxlistsourceform.lfm ├── lcbxlistsourceform.pas ├── lcbxlistsourcemoreform.lfm ├── lcbxlistsourcemoreform.pas ├── licenseform.lfm ├── licenseform.pas ├── listform.pas ├── lists.pas ├── listsourceform.lfm ├── listsourceform.pas ├── loginform.lfm ├── loginform.pas ├── mainform.lfm ├── mainform.pas ├── mainframe.lfm ├── mainframe.pas ├── memosourceform.lfm ├── memosourceform.pas ├── mergeprojectsform.lfm ├── mergeprojectsform.pas ├── modulesform.lfm ├── modulesform.pas ├── modulestree.pas ├── monitorform.lfm ├── monitorform.pas ├── msgform.lfm ├── msgform.pas ├── multictrlrightsform.lfm ├── multictrlrightsform.pas ├── multirolesform.lfm ├── multirolesform.pas ├── myclasses.pas ├── myctrls.pas ├── mydialogs.pas ├── myfpsqlparser.pas ├── myfpsqlscanner.pp ├── myfpsqltree.pp ├── mylogger.pas ├── mytypes.pas ├── myzipper.pas ├── newgridform.lfm ├── newgridform.pas ├── newreportform.lfm ├── newroleform.lfm ├── newroleform.pas ├── objectfieldsform.lfm ├── objectfieldsform.pas ├── outputform.lfm ├── outputform.pas ├── padeg.pas ├── pivotfieldform.lfm ├── pivotfieldform.pas ├── pivotgrid.pas ├── pivotgridform.lfm ├── pivotgridform.pas ├── precisionform.lfm ├── precisionform.pas ├── printchartform.lfm ├── printchartform.pas ├── processform.lfm ├── processform.pas ├── processminiform.lfm ├── processminiform.pas ├── progressform.lfm ├── progressform.pas ├── propdialogs.pas ├── propgrids.pas ├── propsform.pas ├── propsmenus.pas ├── querycalcform.lfm ├── querycalcform.pas ├── querycoloringform.lfm ├── querycoloringform.pas ├── queryfieldvalueform.lfm ├── queryfieldvalueform.pas ├── quicksearchform.lfm ├── quicksearchform.pas ├── rangeform.lfm ├── rangeform.pas ├── readme ├── recalcform.lfm ├── recalcform.pas ├── reportexportform.lfm ├── reportexportform.pas ├── reportform.lfm ├── reportform.pas ├── reportmanager.pas ├── reportsform.lfm ├── reportsform.pas ├── reportwindow.pas ├── rpstyleform.lfm ├── rpstyleform.pas ├── rundecls.pas ├── saxbasereader.pas ├── scriptedit.pas ├── scriptform.lfm ├── scriptform.pas ├── scriptfuncs.pas ├── scriptmanager.pas ├── searchreplaceform.lfm ├── searchreplaceform.pas ├── selectactionform.lfm ├── selectactionform.pas ├── selectform.lfm ├── selectform.pas ├── settingsform.lfm ├── settingsform.pas ├── setvalueform.lfm ├── setvalueform.pas ├── shapeex.pas ├── shapeex_icon.lrs ├── shapeform.lfm ├── shapeform.pas ├── shoppingform.lfm ├── shoppingform.pas ├── sqldb.pp ├── sqldblib.pp ├── sqlform.lfm ├── sqlform.pas ├── sqlgen.pas ├── storagetypeform.lfm ├── storagetypeform.pas ├── strconsts.pas ├── stringsform.lfm ├── stringsform.pas ├── structtree.pas ├── styleform.lfm ├── styleform.pas ├── summarytree.pas ├── taborderform.lfm ├── taborderform.pas ├── templatefieldsform.lfm ├── templatefieldsform.pas ├── thumbform.lfm ├── thumbform.pas ├── timeedit.pas ├── totalform.lfm ├── totalform.pas ├── totalsform.lfm ├── totalsform.pas ├── towordsfuncs.pas ├── treeform.lfm ├── treeform.pas ├── treepanel.pas ├── treeviewex.pas ├── updatemanager.pas ├── updatemanform.lfm ├── updatemanform.pas ├── updateoptionsform.lfm ├── updateoptionsform.pas ├── upsc_mybuttons.pas ├── upsc_myclasses.pas ├── upsc_mycontrols.pas ├── upsc_mydateutils.pas ├── upsc_myextctrls.pas ├── upsc_myforms.pas ├── upsc_mygraphics.pas ├── upsc_mymenus.pas ├── upsc_mystd.pas ├── upsc_mystdctrls.pas ├── upsr_mybuttons.pas ├── upsr_myclasses.pas ├── upsr_mycontrols.pas ├── upsr_mydateutils.pas ├── upsr_myextctrls.pas ├── upsr_myforms.pas ├── upsr_mygraphics.pas ├── upsr_mymenus.pas ├── upsr_mystd.pas ├── upsr_mystdctrls.pas ├── userform.lfm ├── userform.pas ├── usersform.lfm ├── usersform.pas ├── visibleformsform.lfm ├── visibleformsform.pas ├── warningform.lfm ├── warningform.pas ├── webserver.pas └── xmlreport.pas /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/.gitignore -------------------------------------------------------------------------------- /DXUpdate.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/DXUpdate.ico -------------------------------------------------------------------------------- /DXUpdate.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/DXUpdate.lpi -------------------------------------------------------------------------------- /DXUpdate.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/DXUpdate.lpr -------------------------------------------------------------------------------- /DXUpdate.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/DXUpdate.res -------------------------------------------------------------------------------- /DataExpress.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/DataExpress.ico -------------------------------------------------------------------------------- /DataExpress.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/DataExpress.lpr -------------------------------------------------------------------------------- /DataExpress.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/DataExpress.res -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/NOTICE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/README.md -------------------------------------------------------------------------------- /_test/IDPLicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/IDPLicense.txt -------------------------------------------------------------------------------- /_test/IPLicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/IPLicense.txt -------------------------------------------------------------------------------- /_test/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/LICENSE.txt -------------------------------------------------------------------------------- /_test/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/NOTICE.txt -------------------------------------------------------------------------------- /_test/PadegUC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/PadegUC.dll -------------------------------------------------------------------------------- /_test/except.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/except.dic -------------------------------------------------------------------------------- /_test/fb5/IDPLicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/IDPLicense.txt -------------------------------------------------------------------------------- /_test/fb5/IPLicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/IPLicense.txt -------------------------------------------------------------------------------- /_test/fb5/fbclient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/fbclient.dll -------------------------------------------------------------------------------- /_test/fb5/firebird.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/firebird.conf -------------------------------------------------------------------------------- /_test/fb5/firebird.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/firebird.msg -------------------------------------------------------------------------------- /_test/fb5/ib_util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/ib_util.dll -------------------------------------------------------------------------------- /_test/fb5/icudt63.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/icudt63.dll -------------------------------------------------------------------------------- /_test/fb5/icudt63l.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/icudt63l.dat -------------------------------------------------------------------------------- /_test/fb5/icuin63.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/icuin63.dll -------------------------------------------------------------------------------- /_test/fb5/icuuc63.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/icuuc63.dll -------------------------------------------------------------------------------- /_test/fb5/intl/fbintl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/intl/fbintl.conf -------------------------------------------------------------------------------- /_test/fb5/intl/fbintl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/intl/fbintl.dll -------------------------------------------------------------------------------- /_test/fb5/plugins/chacha.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/plugins/chacha.dll -------------------------------------------------------------------------------- /_test/fb5/plugins/engine13.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/plugins/engine13.dll -------------------------------------------------------------------------------- /_test/fb5/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fb5/zlib1.dll -------------------------------------------------------------------------------- /_test/fbclientd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/fbclientd.dll -------------------------------------------------------------------------------- /_test/firebird.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/firebird.msg -------------------------------------------------------------------------------- /_test/ib_util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/ib_util.dll -------------------------------------------------------------------------------- /_test/icudt30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/icudt30.dll -------------------------------------------------------------------------------- /_test/icuin30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/icuin30.dll -------------------------------------------------------------------------------- /_test/icuuc30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/icuuc30.dll -------------------------------------------------------------------------------- /_test/languages/en/actions.en.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/actions.en.dat -------------------------------------------------------------------------------- /_test/languages/en/classes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/classes.dat -------------------------------------------------------------------------------- /_test/languages/en/classes_web.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/classes_web.dat -------------------------------------------------------------------------------- /_test/languages/en/dataexpress.en.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/dataexpress.en.po -------------------------------------------------------------------------------- /_test/languages/en/dataexpress.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/dataexpress.pot -------------------------------------------------------------------------------- /_test/languages/en/dataexpress.ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/dataexpress.ru.po -------------------------------------------------------------------------------- /_test/languages/en/dxupdate.en.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/dxupdate.en.po -------------------------------------------------------------------------------- /_test/languages/en/dxupdate.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/dxupdate.pot -------------------------------------------------------------------------------- /_test/languages/en/dxupdate.ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/dxupdate.ru.po -------------------------------------------------------------------------------- /_test/languages/en/funcs.en.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/funcs.en.dat -------------------------------------------------------------------------------- /_test/languages/en/language.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/en/language.info -------------------------------------------------------------------------------- /_test/languages/ru/actions.ru.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/ru/actions.ru.dat -------------------------------------------------------------------------------- /_test/languages/ru/dataexpress.ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/ru/dataexpress.ru.po -------------------------------------------------------------------------------- /_test/languages/ru/dxupdate.ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/ru/dxupdate.ru.po -------------------------------------------------------------------------------- /_test/languages/ru/funcs.ru.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/ru/funcs.ru.dat -------------------------------------------------------------------------------- /_test/languages/ru/language.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/languages/ru/language.info -------------------------------------------------------------------------------- /_test/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/libeay32.dll -------------------------------------------------------------------------------- /_test/msvcp140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/msvcp140.dll -------------------------------------------------------------------------------- /_test/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/ssleay32.dll -------------------------------------------------------------------------------- /_test/templates/Доход по клиентам (электронная таблица).ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/templates/Доход по клиентам (электронная таблица).ods -------------------------------------------------------------------------------- /_test/templates/Доход по клиентам.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/templates/Доход по клиентам.docx -------------------------------------------------------------------------------- /_test/templates/Счет (электронная таблица).ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/templates/Счет (электронная таблица).ods -------------------------------------------------------------------------------- /_test/templates/Счет.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/templates/Счет.docx -------------------------------------------------------------------------------- /_test/templates/Товарооборот.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/templates/Товарооборот.docm -------------------------------------------------------------------------------- /_test/templates/Товары.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/templates/Товары.docx -------------------------------------------------------------------------------- /_test/vcruntime140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/_test/vcruntime140.dll -------------------------------------------------------------------------------- /aboutform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/aboutform.lfm -------------------------------------------------------------------------------- /aboutform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/aboutform.pas -------------------------------------------------------------------------------- /actioncontrols.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/actioncontrols.pas -------------------------------------------------------------------------------- /actionexpressions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/actionexpressions.pas -------------------------------------------------------------------------------- /actionpans.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/actionpans.pas -------------------------------------------------------------------------------- /actionseditform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/actionseditform.lfm -------------------------------------------------------------------------------- /actionseditform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/actionseditform.pas -------------------------------------------------------------------------------- /addfieldsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/addfieldsform.lfm -------------------------------------------------------------------------------- /addfieldsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/addfieldsform.pas -------------------------------------------------------------------------------- /anchorsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/anchorsform.lfm -------------------------------------------------------------------------------- /anchorsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/anchorsform.pas -------------------------------------------------------------------------------- /appimagelists.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/appimagelists.pas -------------------------------------------------------------------------------- /appsettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/appsettings.pas -------------------------------------------------------------------------------- /apputils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/apputils.pas -------------------------------------------------------------------------------- /breakpointsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/breakpointsform.lfm -------------------------------------------------------------------------------- /breakpointsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/breakpointsform.pas -------------------------------------------------------------------------------- /bufdataset-3.2.pas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/bufdataset-3.2.pas.txt -------------------------------------------------------------------------------- /calcerrsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/calcerrsform.lfm -------------------------------------------------------------------------------- /calcerrsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/calcerrsform.pas -------------------------------------------------------------------------------- /calcfieldsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/calcfieldsform.lfm -------------------------------------------------------------------------------- /calcfieldsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/calcfieldsform.pas -------------------------------------------------------------------------------- /chartform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/chartform.lfm -------------------------------------------------------------------------------- /chartform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/chartform.pas -------------------------------------------------------------------------------- /checkprintoutform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/checkprintoutform.lfm -------------------------------------------------------------------------------- /checkprintoutform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/checkprintoutform.pas -------------------------------------------------------------------------------- /checktreeview.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/checktreeview.pas -------------------------------------------------------------------------------- /classestree.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/classestree.pas -------------------------------------------------------------------------------- /colorform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/colorform.lfm -------------------------------------------------------------------------------- /colorform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/colorform.pas -------------------------------------------------------------------------------- /coloringform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/coloringform.lfm -------------------------------------------------------------------------------- /coloringform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/coloringform.pas -------------------------------------------------------------------------------- /compilerdecls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/compilerdecls.pas -------------------------------------------------------------------------------- /componenttree.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/componenttree.pas -------------------------------------------------------------------------------- /connectinfoform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/connectinfoform.lfm -------------------------------------------------------------------------------- /connectinfoform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/connectinfoform.pas -------------------------------------------------------------------------------- /connectionsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/connectionsform.lfm -------------------------------------------------------------------------------- /connectionsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/connectionsform.pas -------------------------------------------------------------------------------- /copy.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/copy.bat -------------------------------------------------------------------------------- /copy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/copy.sh -------------------------------------------------------------------------------- /counterform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/counterform.lfm -------------------------------------------------------------------------------- /counterform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/counterform.pas -------------------------------------------------------------------------------- /crossapi.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/crossapi.pas -------------------------------------------------------------------------------- /crypt.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/crypt.pas -------------------------------------------------------------------------------- /csvfiles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/csvfiles.pas -------------------------------------------------------------------------------- /ctrlrightsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/ctrlrightsform.lfm -------------------------------------------------------------------------------- /ctrlrightsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/ctrlrightsform.pas -------------------------------------------------------------------------------- /ctrlutils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/ctrlutils.pas -------------------------------------------------------------------------------- /dataexpress.gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dataexpress.gtkrc -------------------------------------------------------------------------------- /dataexpress.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dataexpress.lpi -------------------------------------------------------------------------------- /datasetprocessor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/datasetprocessor.pas -------------------------------------------------------------------------------- /dbengine.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dbengine.pas -------------------------------------------------------------------------------- /dbfuncform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dbfuncform.lfm -------------------------------------------------------------------------------- /dbfuncform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dbfuncform.pas -------------------------------------------------------------------------------- /debugscriptform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/debugscriptform.lfm -------------------------------------------------------------------------------- /debugscriptform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/debugscriptform.pas -------------------------------------------------------------------------------- /designerframe.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/designerframe.lfm -------------------------------------------------------------------------------- /designerframe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/designerframe.pas -------------------------------------------------------------------------------- /dialoggrid.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dialoggrid.pas -------------------------------------------------------------------------------- /dsproclists.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dsproclists.pas -------------------------------------------------------------------------------- /dxactions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxactions.pas -------------------------------------------------------------------------------- /dxcharts.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxcharts.pas -------------------------------------------------------------------------------- /dxcomponents.lpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxcomponents.lpk -------------------------------------------------------------------------------- /dxcomponents.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxcomponents.lrs -------------------------------------------------------------------------------- /dxcomponents.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxcomponents.pas -------------------------------------------------------------------------------- /dxctrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxctrls.pas -------------------------------------------------------------------------------- /dxfiles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxfiles.pas -------------------------------------------------------------------------------- /dximages.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dximages.pas -------------------------------------------------------------------------------- /dxmains.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxmains.pas -------------------------------------------------------------------------------- /dxreports.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxreports.pas -------------------------------------------------------------------------------- /dxsqlquery.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxsqlquery.pas -------------------------------------------------------------------------------- /dxupdateform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxupdateform.lfm -------------------------------------------------------------------------------- /dxupdateform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxupdateform.pas -------------------------------------------------------------------------------- /dxupdatestrconsts.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxupdatestrconsts.pas -------------------------------------------------------------------------------- /dxusers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/dxusers.pas -------------------------------------------------------------------------------- /editform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/editform.pas -------------------------------------------------------------------------------- /editmaskform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/editmaskform.lfm -------------------------------------------------------------------------------- /editmaskform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/editmaskform.pas -------------------------------------------------------------------------------- /embedimagesform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/embedimagesform.lfm -------------------------------------------------------------------------------- /embedimagesform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/embedimagesform.pas -------------------------------------------------------------------------------- /erroricon.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/erroricon.pas -------------------------------------------------------------------------------- /errorsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/errorsform.lfm -------------------------------------------------------------------------------- /errorsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/errorsform.pas -------------------------------------------------------------------------------- /exportform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/exportform.lfm -------------------------------------------------------------------------------- /exportform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/exportform.pas -------------------------------------------------------------------------------- /expressions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/expressions.pas -------------------------------------------------------------------------------- /exprform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/exprform.lfm -------------------------------------------------------------------------------- /exprform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/exprform.pas -------------------------------------------------------------------------------- /exprfuncs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/exprfuncs.pas -------------------------------------------------------------------------------- /exprhighlighter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/exprhighlighter.pas -------------------------------------------------------------------------------- /exttemplateform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/exttemplateform.lfm -------------------------------------------------------------------------------- /exttemplateform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/exttemplateform.pas -------------------------------------------------------------------------------- /filltableform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/filltableform.lfm -------------------------------------------------------------------------------- /filltableform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/filltableform.pas -------------------------------------------------------------------------------- /filtercontrol.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/filtercontrol.pas -------------------------------------------------------------------------------- /filterform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/filterform.lfm -------------------------------------------------------------------------------- /filterform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/filterform.pas -------------------------------------------------------------------------------- /findactionsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/findactionsform.lfm -------------------------------------------------------------------------------- /findactionsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/findactionsform.pas -------------------------------------------------------------------------------- /findexprform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/findexprform.lfm -------------------------------------------------------------------------------- /findexprform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/findexprform.pas -------------------------------------------------------------------------------- /findform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/findform.lfm -------------------------------------------------------------------------------- /findform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/findform.pas -------------------------------------------------------------------------------- /findscriptform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/findscriptform.lfm -------------------------------------------------------------------------------- /findscriptform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/findscriptform.pas -------------------------------------------------------------------------------- /fixedlistform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/fixedlistform.lfm -------------------------------------------------------------------------------- /fixedlistform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/fixedlistform.pas -------------------------------------------------------------------------------- /fontform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/fontform.lfm -------------------------------------------------------------------------------- /fontform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/fontform.pas -------------------------------------------------------------------------------- /formdesigner.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formdesigner.pas -------------------------------------------------------------------------------- /formfieldvalueform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formfieldvalueform.lfm -------------------------------------------------------------------------------- /formfieldvalueform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formfieldvalueform.pas -------------------------------------------------------------------------------- /formfiltersform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formfiltersform.lfm -------------------------------------------------------------------------------- /formfiltersform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formfiltersform.pas -------------------------------------------------------------------------------- /formmanager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formmanager.pas -------------------------------------------------------------------------------- /formresizer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formresizer.pas -------------------------------------------------------------------------------- /formstree.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formstree.pas -------------------------------------------------------------------------------- /formview.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/formview.pas -------------------------------------------------------------------------------- /funcsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/funcsform.lfm -------------------------------------------------------------------------------- /funcsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/funcsform.pas -------------------------------------------------------------------------------- /gridbuttonsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/gridbuttonsform.lfm -------------------------------------------------------------------------------- /gridbuttonsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/gridbuttonsform.pas -------------------------------------------------------------------------------- /gridcolsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/gridcolsform.lfm -------------------------------------------------------------------------------- /gridcolsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/gridcolsform.pas -------------------------------------------------------------------------------- /helpindex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/helpindex.txt -------------------------------------------------------------------------------- /helpmanager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/helpmanager.pas -------------------------------------------------------------------------------- /helptextform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/helptextform.lfm -------------------------------------------------------------------------------- /helptextform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/helptextform.pas -------------------------------------------------------------------------------- /helpviewform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/helpviewform.lfm -------------------------------------------------------------------------------- /helpviewform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/helpviewform.pas -------------------------------------------------------------------------------- /hierarchyform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/hierarchyform.lfm -------------------------------------------------------------------------------- /hierarchyform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/hierarchyform.pas -------------------------------------------------------------------------------- /hintform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/hintform.lfm -------------------------------------------------------------------------------- /hintform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/hintform.pas -------------------------------------------------------------------------------- /httpclient.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/httpclient.pas -------------------------------------------------------------------------------- /ibconnection.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/ibconnection.pp -------------------------------------------------------------------------------- /imagemanager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/imagemanager.pas -------------------------------------------------------------------------------- /imageprocessprintform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/imageprocessprintform.lfm -------------------------------------------------------------------------------- /imageprocessprintform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/imageprocessprintform.pas -------------------------------------------------------------------------------- /imagepropsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/imagepropsform.lfm -------------------------------------------------------------------------------- /imagepropsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/imagepropsform.pas -------------------------------------------------------------------------------- /images.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/images.lrs -------------------------------------------------------------------------------- /imagesform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/imagesform.lfm -------------------------------------------------------------------------------- /imagesform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/imagesform.pas -------------------------------------------------------------------------------- /importerrorsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/importerrorsform.lfm -------------------------------------------------------------------------------- /importerrorsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/importerrorsform.pas -------------------------------------------------------------------------------- /importform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/importform.lfm -------------------------------------------------------------------------------- /importform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/importform.pas -------------------------------------------------------------------------------- /inputform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/inputform.lfm -------------------------------------------------------------------------------- /inputform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/inputform.pas -------------------------------------------------------------------------------- /insertvaluesform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/insertvaluesform.lfm -------------------------------------------------------------------------------- /insertvaluesform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/insertvaluesform.pas -------------------------------------------------------------------------------- /intfform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/intfform.lfm -------------------------------------------------------------------------------- /intfform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/intfform.pas -------------------------------------------------------------------------------- /labeltextform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/labeltextform.lfm -------------------------------------------------------------------------------- /labeltextform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/labeltextform.pas -------------------------------------------------------------------------------- /langmanager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/langmanager.pas -------------------------------------------------------------------------------- /lcbxlistsourceform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/lcbxlistsourceform.lfm -------------------------------------------------------------------------------- /lcbxlistsourceform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/lcbxlistsourceform.pas -------------------------------------------------------------------------------- /lcbxlistsourcemoreform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/lcbxlistsourcemoreform.lfm -------------------------------------------------------------------------------- /lcbxlistsourcemoreform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/lcbxlistsourcemoreform.pas -------------------------------------------------------------------------------- /licenseform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/licenseform.lfm -------------------------------------------------------------------------------- /licenseform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/licenseform.pas -------------------------------------------------------------------------------- /listform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/listform.pas -------------------------------------------------------------------------------- /lists.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/lists.pas -------------------------------------------------------------------------------- /listsourceform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/listsourceform.lfm -------------------------------------------------------------------------------- /listsourceform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/listsourceform.pas -------------------------------------------------------------------------------- /loginform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/loginform.lfm -------------------------------------------------------------------------------- /loginform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/loginform.pas -------------------------------------------------------------------------------- /mainform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mainform.lfm -------------------------------------------------------------------------------- /mainform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mainform.pas -------------------------------------------------------------------------------- /mainframe.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mainframe.lfm -------------------------------------------------------------------------------- /mainframe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mainframe.pas -------------------------------------------------------------------------------- /memosourceform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/memosourceform.lfm -------------------------------------------------------------------------------- /memosourceform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/memosourceform.pas -------------------------------------------------------------------------------- /mergeprojectsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mergeprojectsform.lfm -------------------------------------------------------------------------------- /mergeprojectsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mergeprojectsform.pas -------------------------------------------------------------------------------- /modulesform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/modulesform.lfm -------------------------------------------------------------------------------- /modulesform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/modulesform.pas -------------------------------------------------------------------------------- /modulestree.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/modulestree.pas -------------------------------------------------------------------------------- /monitorform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/monitorform.lfm -------------------------------------------------------------------------------- /monitorform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/monitorform.pas -------------------------------------------------------------------------------- /msgform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/msgform.lfm -------------------------------------------------------------------------------- /msgform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/msgform.pas -------------------------------------------------------------------------------- /multictrlrightsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/multictrlrightsform.lfm -------------------------------------------------------------------------------- /multictrlrightsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/multictrlrightsform.pas -------------------------------------------------------------------------------- /multirolesform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/multirolesform.lfm -------------------------------------------------------------------------------- /multirolesform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/multirolesform.pas -------------------------------------------------------------------------------- /myclasses.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/myclasses.pas -------------------------------------------------------------------------------- /myctrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/myctrls.pas -------------------------------------------------------------------------------- /mydialogs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mydialogs.pas -------------------------------------------------------------------------------- /myfpsqlparser.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/myfpsqlparser.pas -------------------------------------------------------------------------------- /myfpsqlscanner.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/myfpsqlscanner.pp -------------------------------------------------------------------------------- /myfpsqltree.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/myfpsqltree.pp -------------------------------------------------------------------------------- /mylogger.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mylogger.pas -------------------------------------------------------------------------------- /mytypes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/mytypes.pas -------------------------------------------------------------------------------- /myzipper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/myzipper.pas -------------------------------------------------------------------------------- /newgridform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/newgridform.lfm -------------------------------------------------------------------------------- /newgridform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/newgridform.pas -------------------------------------------------------------------------------- /newreportform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/newreportform.lfm -------------------------------------------------------------------------------- /newroleform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/newroleform.lfm -------------------------------------------------------------------------------- /newroleform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/newroleform.pas -------------------------------------------------------------------------------- /objectfieldsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/objectfieldsform.lfm -------------------------------------------------------------------------------- /objectfieldsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/objectfieldsform.pas -------------------------------------------------------------------------------- /outputform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/outputform.lfm -------------------------------------------------------------------------------- /outputform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/outputform.pas -------------------------------------------------------------------------------- /padeg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/padeg.pas -------------------------------------------------------------------------------- /pivotfieldform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/pivotfieldform.lfm -------------------------------------------------------------------------------- /pivotfieldform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/pivotfieldform.pas -------------------------------------------------------------------------------- /pivotgrid.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/pivotgrid.pas -------------------------------------------------------------------------------- /pivotgridform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/pivotgridform.lfm -------------------------------------------------------------------------------- /pivotgridform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/pivotgridform.pas -------------------------------------------------------------------------------- /precisionform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/precisionform.lfm -------------------------------------------------------------------------------- /precisionform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/precisionform.pas -------------------------------------------------------------------------------- /printchartform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/printchartform.lfm -------------------------------------------------------------------------------- /printchartform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/printchartform.pas -------------------------------------------------------------------------------- /processform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/processform.lfm -------------------------------------------------------------------------------- /processform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/processform.pas -------------------------------------------------------------------------------- /processminiform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/processminiform.lfm -------------------------------------------------------------------------------- /processminiform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/processminiform.pas -------------------------------------------------------------------------------- /progressform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/progressform.lfm -------------------------------------------------------------------------------- /progressform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/progressform.pas -------------------------------------------------------------------------------- /propdialogs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/propdialogs.pas -------------------------------------------------------------------------------- /propgrids.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/propgrids.pas -------------------------------------------------------------------------------- /propsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/propsform.pas -------------------------------------------------------------------------------- /propsmenus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/propsmenus.pas -------------------------------------------------------------------------------- /querycalcform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/querycalcform.lfm -------------------------------------------------------------------------------- /querycalcform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/querycalcform.pas -------------------------------------------------------------------------------- /querycoloringform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/querycoloringform.lfm -------------------------------------------------------------------------------- /querycoloringform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/querycoloringform.pas -------------------------------------------------------------------------------- /queryfieldvalueform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/queryfieldvalueform.lfm -------------------------------------------------------------------------------- /queryfieldvalueform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/queryfieldvalueform.pas -------------------------------------------------------------------------------- /quicksearchform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/quicksearchform.lfm -------------------------------------------------------------------------------- /quicksearchform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/quicksearchform.pas -------------------------------------------------------------------------------- /rangeform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/rangeform.lfm -------------------------------------------------------------------------------- /rangeform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/rangeform.pas -------------------------------------------------------------------------------- /readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/readme -------------------------------------------------------------------------------- /recalcform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/recalcform.lfm -------------------------------------------------------------------------------- /recalcform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/recalcform.pas -------------------------------------------------------------------------------- /reportexportform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/reportexportform.lfm -------------------------------------------------------------------------------- /reportexportform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/reportexportform.pas -------------------------------------------------------------------------------- /reportform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/reportform.lfm -------------------------------------------------------------------------------- /reportform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/reportform.pas -------------------------------------------------------------------------------- /reportmanager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/reportmanager.pas -------------------------------------------------------------------------------- /reportsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/reportsform.lfm -------------------------------------------------------------------------------- /reportsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/reportsform.pas -------------------------------------------------------------------------------- /reportwindow.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/reportwindow.pas -------------------------------------------------------------------------------- /rpstyleform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/rpstyleform.lfm -------------------------------------------------------------------------------- /rpstyleform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/rpstyleform.pas -------------------------------------------------------------------------------- /rundecls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/rundecls.pas -------------------------------------------------------------------------------- /saxbasereader.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/saxbasereader.pas -------------------------------------------------------------------------------- /scriptedit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/scriptedit.pas -------------------------------------------------------------------------------- /scriptform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/scriptform.lfm -------------------------------------------------------------------------------- /scriptform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/scriptform.pas -------------------------------------------------------------------------------- /scriptfuncs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/scriptfuncs.pas -------------------------------------------------------------------------------- /scriptmanager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/scriptmanager.pas -------------------------------------------------------------------------------- /searchreplaceform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/searchreplaceform.lfm -------------------------------------------------------------------------------- /searchreplaceform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/searchreplaceform.pas -------------------------------------------------------------------------------- /selectactionform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/selectactionform.lfm -------------------------------------------------------------------------------- /selectactionform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/selectactionform.pas -------------------------------------------------------------------------------- /selectform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/selectform.lfm -------------------------------------------------------------------------------- /selectform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/selectform.pas -------------------------------------------------------------------------------- /settingsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/settingsform.lfm -------------------------------------------------------------------------------- /settingsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/settingsform.pas -------------------------------------------------------------------------------- /setvalueform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/setvalueform.lfm -------------------------------------------------------------------------------- /setvalueform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/setvalueform.pas -------------------------------------------------------------------------------- /shapeex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/shapeex.pas -------------------------------------------------------------------------------- /shapeex_icon.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/shapeex_icon.lrs -------------------------------------------------------------------------------- /shapeform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/shapeform.lfm -------------------------------------------------------------------------------- /shapeform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/shapeform.pas -------------------------------------------------------------------------------- /shoppingform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/shoppingform.lfm -------------------------------------------------------------------------------- /shoppingform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/shoppingform.pas -------------------------------------------------------------------------------- /sqldb.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/sqldb.pp -------------------------------------------------------------------------------- /sqldblib.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/sqldblib.pp -------------------------------------------------------------------------------- /sqlform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/sqlform.lfm -------------------------------------------------------------------------------- /sqlform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/sqlform.pas -------------------------------------------------------------------------------- /sqlgen.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/sqlgen.pas -------------------------------------------------------------------------------- /storagetypeform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/storagetypeform.lfm -------------------------------------------------------------------------------- /storagetypeform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/storagetypeform.pas -------------------------------------------------------------------------------- /strconsts.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/strconsts.pas -------------------------------------------------------------------------------- /stringsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/stringsform.lfm -------------------------------------------------------------------------------- /stringsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/stringsform.pas -------------------------------------------------------------------------------- /structtree.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/structtree.pas -------------------------------------------------------------------------------- /styleform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/styleform.lfm -------------------------------------------------------------------------------- /styleform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/styleform.pas -------------------------------------------------------------------------------- /summarytree.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/summarytree.pas -------------------------------------------------------------------------------- /taborderform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/taborderform.lfm -------------------------------------------------------------------------------- /taborderform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/taborderform.pas -------------------------------------------------------------------------------- /templatefieldsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/templatefieldsform.lfm -------------------------------------------------------------------------------- /templatefieldsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/templatefieldsform.pas -------------------------------------------------------------------------------- /thumbform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/thumbform.lfm -------------------------------------------------------------------------------- /thumbform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/thumbform.pas -------------------------------------------------------------------------------- /timeedit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/timeedit.pas -------------------------------------------------------------------------------- /totalform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/totalform.lfm -------------------------------------------------------------------------------- /totalform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/totalform.pas -------------------------------------------------------------------------------- /totalsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/totalsform.lfm -------------------------------------------------------------------------------- /totalsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/totalsform.pas -------------------------------------------------------------------------------- /towordsfuncs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/towordsfuncs.pas -------------------------------------------------------------------------------- /treeform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/treeform.lfm -------------------------------------------------------------------------------- /treeform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/treeform.pas -------------------------------------------------------------------------------- /treepanel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/treepanel.pas -------------------------------------------------------------------------------- /treeviewex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/treeviewex.pas -------------------------------------------------------------------------------- /updatemanager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/updatemanager.pas -------------------------------------------------------------------------------- /updatemanform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/updatemanform.lfm -------------------------------------------------------------------------------- /updatemanform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/updatemanform.pas -------------------------------------------------------------------------------- /updateoptionsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/updateoptionsform.lfm -------------------------------------------------------------------------------- /updateoptionsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/updateoptionsform.pas -------------------------------------------------------------------------------- /upsc_mybuttons.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_mybuttons.pas -------------------------------------------------------------------------------- /upsc_myclasses.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_myclasses.pas -------------------------------------------------------------------------------- /upsc_mycontrols.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_mycontrols.pas -------------------------------------------------------------------------------- /upsc_mydateutils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_mydateutils.pas -------------------------------------------------------------------------------- /upsc_myextctrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_myextctrls.pas -------------------------------------------------------------------------------- /upsc_myforms.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_myforms.pas -------------------------------------------------------------------------------- /upsc_mygraphics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_mygraphics.pas -------------------------------------------------------------------------------- /upsc_mymenus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_mymenus.pas -------------------------------------------------------------------------------- /upsc_mystd.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_mystd.pas -------------------------------------------------------------------------------- /upsc_mystdctrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsc_mystdctrls.pas -------------------------------------------------------------------------------- /upsr_mybuttons.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_mybuttons.pas -------------------------------------------------------------------------------- /upsr_myclasses.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_myclasses.pas -------------------------------------------------------------------------------- /upsr_mycontrols.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_mycontrols.pas -------------------------------------------------------------------------------- /upsr_mydateutils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_mydateutils.pas -------------------------------------------------------------------------------- /upsr_myextctrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_myextctrls.pas -------------------------------------------------------------------------------- /upsr_myforms.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_myforms.pas -------------------------------------------------------------------------------- /upsr_mygraphics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_mygraphics.pas -------------------------------------------------------------------------------- /upsr_mymenus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_mymenus.pas -------------------------------------------------------------------------------- /upsr_mystd.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_mystd.pas -------------------------------------------------------------------------------- /upsr_mystdctrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/upsr_mystdctrls.pas -------------------------------------------------------------------------------- /userform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/userform.lfm -------------------------------------------------------------------------------- /userform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/userform.pas -------------------------------------------------------------------------------- /usersform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/usersform.lfm -------------------------------------------------------------------------------- /usersform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/usersform.pas -------------------------------------------------------------------------------- /visibleformsform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/visibleformsform.lfm -------------------------------------------------------------------------------- /visibleformsform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/visibleformsform.pas -------------------------------------------------------------------------------- /warningform.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/warningform.lfm -------------------------------------------------------------------------------- /warningform.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/warningform.pas -------------------------------------------------------------------------------- /webserver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/webserver.pas -------------------------------------------------------------------------------- /xmlreport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxbit/dataexpress/HEAD/xmlreport.pas --------------------------------------------------------------------------------