lazarus-ccr/components/rx
alexs75 ab407ba4e7 1. Fix compile RxDBGrid on Lazarus 1.0
2. Fix Replace AnsiUpperCase to UTF8UpperCase in FolderList
3. Fix OnChange event in TRxDBLockup on destroy component


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2763 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-11 16:28:38 +00:00
..
Demos RxDBGrid - fix edit buttons 2013-05-16 17:57:58 +00:00
docs fix close window in RxMDI 2013-02-04 14:26:15 +00:00
images New component - RxPropStorage 2013-05-09 05:37:53 +00:00
languages RX:TCurrencyEdit - applied patch from Adilson Pazzini 2013-03-17 08:06:32 +00:00
lib
autopanel.pas
boxprocs.pas
curredit.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
dateutil.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
dbcurredit.pas
dbdateedit.pas fix ReadOnly for rxDBDateEdit 2012-08-26 10:35:54 +00:00
dbutils.pas Rx DBUtils: use UTF8CompareText in function DataSetLocateThrough 2013-03-27 20:23:34 +00:00
dcl_rx_ctrl.lpk
dcl_rx_ctrl.pas
duallist.pas
ex_rx_bin_datapacket.pas
ex_rx_datapacket.pas
ex_rx_xml_datapacket.pas
exsortfb.pas 1. TRxDBGrid - add new metod in RxSortEngine for calc total values 2013-03-19 13:45:06 +00:00
exsortmds.pas
exsortsql.pas RxDBGrid - fix sort engine for SQLDB. Thx dmitry03 from freepascal.ru 2013-04-17 12:41:59 +00:00
exsortzeos.pas RxDBGrid - continue work on calc footer 2013-03-28 21:46:45 +00:00
fduallst.lfm
fduallst.lrs
fduallst.lrt
fduallst.pas
folderlister.pas 1. Fix compile RxDBGrid on Lazarus 1.0 2013-07-11 16:28:38 +00:00
pagemngr.pas
pickdate.lrs
pickdate.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
register_rxctrl.pas
registerrx.pas Add new components for MDI applications. Add demo MDI application 2012-10-09 10:35:17 +00:00
registerrxdb.pas
registerrxtools.pas New component - RxPropStorage 2013-05-09 05:37:53 +00:00
rx_sort_fbdataset.lpk 1. RxDBGrid - create new shortcat - Ctrl+A - select all rows 2012-09-24 14:21:22 +00:00
rx_sort_fbdataset.pas 1. RxDBGrid - create new shortcat - Ctrl+A - select all rows 2012-09-24 14:21:22 +00:00
rx_sort_sqldb.lpk RxFPC: Visual component for RxSortSQLDB 2013-02-25 17:23:08 +00:00
rx_sort_sqldb.pas RxFPC: Visual component for RxSortSQLDB 2013-02-25 17:23:08 +00:00
rx_sort_zeos.lpk 1. RxDBGrid - change declaration for register sort engine function 2012-09-27 14:27:35 +00:00
rx_sort_zeos.pas 1. RxDBGrid - change declaration for register sort engine function 2012-09-27 14:27:35 +00:00
rx.inc cleaunp code - remove deprecated functions from rxstrutils 2013-01-15 04:12:21 +00:00
rx.lrs New component - RxPropStorage 2013-05-09 05:37:53 +00:00
rxaboutdialog.pas
rxaboutformunit.lfm
rxaboutformunit.pas
rxappicon.pas
rxapputils.pas New component - RxPropStorage 2013-05-09 05:37:53 +00:00
rxceeditlookupfields.pas
rxclock.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
rxcloseformvalidator.pas RxCloseFormvalidate - add OnValidate event for item custom validate rule 2013-07-09 18:46:44 +00:00
rxconfigvalues.pas RxConfigValues - allow clear modify flag 2012-10-12 22:37:16 +00:00
rxconst.pas RX:TCurrencyEdit - applied patch from Adilson Pazzini 2013-03-17 08:06:32 +00:00
rxctrls.pas
rxcustomchartpanel.pas
rxdbcolorbox.pas
rxdbcomb.pas
rxdbctrls.pas
rxdbgrid_columsunit.lfm
rxdbgrid_columsunit.lrt
rxdbgrid_columsunit.pas
rxdbgrid_findunit.lfm RxDBGrid - Find Next now working 2013-02-15 06:46:24 +00:00
rxdbgrid_findunit.pas RxDBGrid: fix compile with fpc 2.6 2013-02-17 14:31:05 +00:00
rxdbgrid.lrs
rxdbgrid.pas 1. Fix compile RxDBGrid on Lazarus 1.0 2013-07-11 16:28:38 +00:00
rxdbspinedit.pas
rxdbtimeedit.pas
rxdconst.pas 1. RxDBGrid - create new shortcat - Ctrl+A - select all rows 2012-09-24 14:21:22 +00:00
rxdice.inc
rxdice.pas
rxfileutils.pas New component - RxPropStorage 2013-05-09 05:37:53 +00:00
rxfilterby.lfm RxDBGrid - fix caption rxFilterByForm 2013-02-14 14:44:52 +00:00
rxfilterby.lrt
rxfilterby.pas RxDBGrid - fix caption rxFilterByForm 2013-02-14 14:44:52 +00:00
rxhistory.pas
rxhistorynavigator.pas
rxiconv.pas
rxinipropstorage.pas New component - RxPropStorage 2013-05-09 05:37:53 +00:00
rxlogin.lfm
rxlogin.lrs
rxlogin.pas
rxlookup.pas 1. Fix compile RxDBGrid on Lazarus 1.0 2013-07-11 16:28:38 +00:00
rxmdi.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
RxMDICloseIcon.lrs Add new components for MDI applications. Add demo MDI application 2012-10-09 10:35:17 +00:00
rxmemds.pas 1. TRxDBGrid - add new metod in RxSortEngine for calc total values 2013-03-19 13:45:06 +00:00
rxnew.lpk New component - RxPropStorage 2013-05-09 05:37:53 +00:00
rxnew.pas New component - RxPropStorage 2013-05-09 05:37:53 +00:00
rxpopupunit.pas 1. TRxDBLookupCombo - fix fired OnClosePopup event 2013-03-14 14:29:55 +00:00
rxsortby.lfm 1. RxDBGrid - sort dialog allow make sort order for all fields 2012-09-21 17:06:21 +00:00
rxsortby.lrt
rxsortby.pas 1. RxDBGrid - sort dialog allow make sort order for all fields 2012-09-21 17:06:21 +00:00
rxsortfbdataset.pas 1. RxDBGrid - create new shortcat - Ctrl+A - select all rows 2012-09-24 14:21:22 +00:00
rxsortmemds.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
rxsortsqldb.pas RxFPC: Visual component for RxSortSQLDB 2013-02-25 17:23:08 +00:00
rxsortzeos.pas 1. RxDBGrid - change declaration for register sort engine function 2012-09-27 14:27:35 +00:00
rxspin.lrs
rxspin.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
rxstrutils.pas cleaunp code - remove deprecated functions from rxstrutils 2013-01-15 04:12:21 +00:00
rxswitch.inc
rxswitch.pas
rxsystemservices.pas
rxtbrsetup.lfm 1. RxDBGrid - sort dialog allow make sort order for all fields 2012-09-21 17:06:21 +00:00
rxtbrsetup.lrt
rxtbrsetup.pas
rxtimeedit.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
rxtoolbar.pas RxMDI - fix MDIForm.ActiveControl on change MDI windows 2013-06-14 18:44:58 +00:00
rxversinfo.pas
rxviewspanel.pas RxViewsPanel - select first item on load 2012-11-01 14:11:48 +00:00
rxxpman.pas
seldsfrm.lfm
seldsfrm.lrs
seldsfrm.lrt
seldsfrm.pas
tooledit.lrs
tooledit.pas RxDBGrid - fix open dataset without create collumns 2013-04-11 16:45:50 +00:00
vclutils.pas New component - RxPropStorage 2013-05-09 05:37:53 +00:00
WindowsXP.rc
WindowsXP.RES
WinXP.manifest