{$IFNDEF UNICODE} // pre Delphi 2009
type
UnicodeString = WideString;
...
Delphi On Change Value Or Word in a W...
by ahuser,
February 22, 2009 11:00
type THashValue = Cardinal; ...
Delphi On custom index for class(TList)
by ahuser,
February 12, 2009 17:32
And this is the code that u...
function TMylist.GetNameIndex(const aName: string): integer; // use "const" for strings to eliminate the injected try/finally var LocalList: PPointerList; ...
Delphi On custom index for class(TList)
by ahuser,
February 12, 2009 11:52
The following code should b...

This code is is based on yo...