Commit | Date | |
---|---|---|
2010-03-27 17:19:27 | Tree | |
[r730]
by
delphidabbler
Changed all symbols, comments etc that refer to the "Latin-1" code page to refer to "Windows-1252" since the code page used is the Windows interpretation of "Latin-1", code page 1252. |
2010-03-27 11:08:28 | Tree |
[r729]
by
delphidabbler
* Created new UComparers unit. |
2010-03-27 01:41:43 | Tree |
2010-03-27 00:46:06 | Tree | |
2010-03-26 23:52:56 | Tree | |
[r726]
by
delphidabbler
Renamed: |
2010-03-26 23:40:03 | Tree |
[r725]
by
delphidabbler
Updated TDownloadMgr, TRegistrar and TMailListSubscriber re changes to Post* method signatures in parent TDDabStdWebService class. |
2010-03-26 22:55:05 | Tree |
[r724]
by
delphidabbler
* Changed Post* methods of TDDabStdWebService to accept TURIParams parameters rather than TStrings or array of string. |
2010-03-26 22:44:06 | Tree |
[r723]
by
delphidabbler
Added overloaded constructors and Add methods of TURIParams to create params from a TStrings object or an array of strings in form Name=Value. |
2010-03-26 22:39:52 | Tree |
[r722]
by
delphidabbler
Flattened class heirachy. No classes now descend from TWebService except TDDabStdWebService. Therefore the methods of TWebService were merged into TDDabStdWebService. Virtual methods of TWebService were combined with their overrides in TDDabStdWebService while other methods of TWebService were simply copied into TDDabStdWebService. TWebService was removed and TDDabStdWebService changed to descend from TBaseWebService. |
2010-03-26 17:19:47 | Tree |