Menu

/branches/v4-dev/Src/UIniDataLoader.pas Commit Log


Commit Date  
[r1457] (27.6 kB) by delphidabbler

* Renamed StrTrim*Spaces routines in UStrUtils unit to StrTrim*.
* Renamed DUnit test methods in TestUStrUtils to suit renamed routines.
* Updated all affected code.

2011-05-22 20:47:50 View
Download
[r1444] (27.6 kB) by delphidabbler

* Added new UStrUtils StrTrim*Spaces routines.
* Replaced all Replaced all SysUtils Trim* routine calls with new StrTrim*Spaces calls.
* Moved UUtils TrimChar* routines to UStrUtils and renamed as StrTrim*Chars and updated calling code.

2011-05-21 09:53:31 View
Download
[r1442] (27.6 kB) by delphidabbler

* Added StrStartsStr and StrStartsText to UStrUtils.
* Replaces calls to StrUtils AnsiStartsStr and AnisStartsText routines with new UStrUtils routines.

2011-05-21 00:00:43 View
Download
[r1433] (27.6 kB) by delphidabbler

* Added new UStrUtils unit to contain string utility functions.
* Added new StrPos and StrContainsStr routines to new unit.
* Replaced all AnsiPos, Pos and PosEx routines in project with StrPos and StrContainsStr, depending on how routine was used.

2011-05-20 16:29:28 View
Download
[r1172] (27.6 kB) by delphidabbler

* Modified TDatabaseIniFile and TIniDataReader to handle encoding of database files correctly: they now support legacy default encoding and new UTF-8 encoding. Did this by using bew TMainDBFileReader class to do all file loading.
* Reorganised TDatabaseIniFile so that an internal stream is no longer used: all content from files through to loading of ini file is now processed in an IStringList. This avoids constantly encoding / decoding the text stream.
* Converted some of documentation to XMLDoc format.

2010-12-04 15:14:31 View
Download
[r1110] (29.1 kB) by delphidabbler

* Added support for reading data files with ".4" extension interposed between file name and extension.
* Updated ini data file format documentation accordingly. Also noted the DelphiXE compilation result value.

2010-11-28 17:35:46 View
Download
[r1077] (28.6 kB) by delphidabbler

Development branch for CodeSnip release 4.

Initial source is a copy of v3.8.4 (r1075).

2010-11-26 17:58:26 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.