CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
Commit | Date | |
---|---|---|
[r1015]
(6.4 kB)
by
delphidabbler
Replaced use of TInterfaceList class with TList<xxxx> where xxxx is some interface. Any custom enumerators in classes that use the list were removed and replaced by use of TEnumerator<xxxx>. |
2010-11-16 16:55:50 |
View
Download |
2010-01-20 00:25:13 |
View
Download |
|
[r220]
(5.7 kB)
by
delphidabbler
Replaced UAutoFree.pas with UGC.pas which provides a garbage collector static class that can be used to manage the lifetime of objects.
renamed from
/trunk/Src/UAutoFree.pas
|
2009-08-18 18:16:48 |
View
Download |